HEX: #C77C71
RGB: (199,124,113)
#C77C71 enthält hauptsächlich rote Farbe. Für #C77C71 ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #C77C71 wird in RGB als (199,124,113) definiert.
RGB: (199,124,113) (78%,49%,44%)
R 199 von 255 = 78%
G 124 von 255 = 49%
B 113 von 255 = 44%
R + G + B ~ 57%. #C77C71 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
199 + 124 + 113 = 436 (100%)
R 199 von 436 ~ 45.64%
G 124 von 436 ~ 28.44%
B 113 von 436 ~ 25.92%
Die Farbe #C77C71 wird in CMYK als (0,38,43,22) definiert.
CMYK: (0,38,43,22) C0M38Y43K22 (0%,38%,43%,22%) (0.00/0.38/0.43/0.22)
C7 | 7C | 71 | |
---|---|---|---|
RGB | 199 | 124 | 113 |
HSL | 8° | 43.43% | 61.18% |
HSB/HSV | 8° | 43.22% | 78.04% |
CMYK | 0.00% | 37.69% | 43.22% |
21.96% |
Hexadezimal | C7 | 7C | 71 |
Dezimal | 199 | 124 | 113 |
Binär | 11000111 | 1111100 | 1110001 |
Oktal | 307 | 174 | 161 |
Beispiele css- und html für Elemente in der Farbe #C77C71. Bitte benutzen Sie auch rgb(199,124,113) statt hex-Code.
.myTextColor { color: #C77C71; }
<p style="color:#C77C71">This sample text font color is #C77C71.</p>
Die Farbe dieses Textes ist #C77C71.
.myBgColor { background-color: #C77C71; }
<div style="background-color:#C77C71">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C77C71.
.myBorderColor { border: 1px solid #C77C71; }
<div style="border:3px solid #C77C71">Div</div>
Die Grenzen von diesem div sind in Farbe #C77C71.
.myOpacity80 { color: #C77C71; opacity: 0.8; }
<p style="color:#C77C71;opacity:0.8;">80%</p>
Text in Farbe #C77C71 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C77C71;}
<p style="text-shadow: 3px 3px 1px #C77C71">Text here.</p>
Dieser Text hat den Schatten in Farbe #C77C71.
.textShadow {text-shadow: 3px 3px 1px #C77C71, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C77C71, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C77C71 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C77C71, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C77C71, Direction=45, Strength=4)">Text</p>
This text has shadow with #C77C71 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C77C71; -webkit-box-shadow: 1px 1px 3px 2px #C77C71; box-shadow: 1px 1px 3px 2px #C77C71; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C77C71; -webkit-box-shadow: 1px 1px 3px 2px #C77C71; box-shadow:1px 1px 3px 2px #C77C71;">
Div content here</div>
Dieser Text ist in der Farbe #C77C71 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C77C71 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C77C71.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C77C71.