HEX: #CC7772
RGB: (204,119,114)
#CC7772 enthält hauptsächlich rote Farbe. Für #CC7772 ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #CC7772 wird in RGB als (204,119,114) definiert.
RGB: (204,119,114)
(80%, 47%, 45%)
R 204 von 255 = 80%
G 119 von 255 = 47%
B 114 von 255 = 45%
R + G + B ~ 57%. #CC7772 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 204 + 119 + 114 = 437 (100%)
R 204 von 437 ~ 46.68%
G 119 von 437 ~ 27.23%
B 114 von 437 ~ 26.09'%
Die Farbe #CC7772 wird in CMYK als (0,42,44,20) definiert.
CMYK: (0,42,44,20) C0M42Y44K20 (0%,42%,44%,20%) (0.00/0.42/0.44/0.20)
Farbe #CC7772 in den populären Farbmodellen.
CC | 77 | 72 | |
---|---|---|---|
RGB | 204 | 119 | 114 |
HSL | 3° | 46.88% | 62.35% |
HSB/HSV | 3° | 44.12% | 80.00% |
CMYK | 0.00% | 41.67% | 44.12% |
20.00% |
Die Farbe #CC7772 in den populären Zahlensystemen.
Hexadezimal | CC | 77 | 72 |
Dezimal | 204 | 119 | 114 |
Binär | 11001100 | 1110111 | 1110010 |
Oktal | 314 | 167 | 162 |
Dunkle Töne der Farbe #CC7772
Helle Töne der Farbe #CC7772
Beispiele css- und html für Elemente in der Farbe #CC7772. Bitte benutzen Sie auch rgb(204,119,114) statt hex-Code.
.myTextColor { color: #CC7772; }
<p style="color:#CC7772">This sample text font color is #CC7772.</p>
Die Farbe dieses Textes ist #CC7772.
.myBgColor { background-color: #CC7772; }
<div style="background-color:#CC7772">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #CC7772.
.myBorderColor { border: 1px solid #CC7772; }
<div style="border:3px solid #CC7772">Div</div>
Die Grenzen von diesem div sind in Farbe #CC7772.
.myOpacity80 { color: #CC7772; opacity: 0.8; }
<p style="color:#CC7772;opacity:0.8;">80%</p>
Text in Farbe #CC7772 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CC7772;}
<p style="text-shadow: 3px 3px 1px #CC7772">Text here.</p>
Dieser Text hat den Schatten in Farbe #CC7772.
.textShadow {text-shadow: 3px 3px 1px #CC7772', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CC7772, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #CC7772 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CC7772, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CC7772, Direction=45, Strength=4)">Text</p>
This text has shadow with #CC7772 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CC7772;
-webkit-box-shadow: 1px 1px 3px 2px #CC7772;
box-shadow: 1px 1px 3px 2px #CC7772;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CC7772; -webkit-box-shadow: 1px 1px 3px 2px #CC7772; box-shadow:1px 1px 3px 2px #CC7772;">
Div content here
</div>
Dieser Text ist in der Farbe #CC7772 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #CC7772 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #CC7772.
Dieser Text ist weiß auf dem Hintergrund in Farbe #CC7772.
Kontrastfarbe für #hex ist #33888D.