HEX: #C77972
RGB: (199,121,114)
#C77972 enthält hauptsächlich rote Farbe. Für #C77972 ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #C77972 wird in RGB als (199,121,114) definiert.
RGB: (199,121,114) (78%,47%,45%)
R 199 von 255 = 78%
G 121 von 255 = 47%
B 114 von 255 = 45%
R + G + B ~ 57%. #C77972 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
199 + 121 + 114 = 434 (100%)
R 199 von 434 ~ 45.85%
G 121 von 434 ~ 27.88%
B 114 von 434 ~ 26.27%
Die Farbe #C77972 wird in CMYK als (0,39,43,22) definiert.
CMYK: (0,39,43,22) C0M39Y43K22 (0%,39%,43%,22%) (0.00/0.39/0.43/0.22)
C7 | 79 | 72 | |
---|---|---|---|
RGB | 199 | 121 | 114 |
HSL | 5° | 43.15% | 61.37% |
HSB/HSV | 5° | 42.71% | 78.04% |
CMYK | 0.00% | 39.20% | 42.71% |
21.96% |
Hexadezimal | C7 | 79 | 72 |
Dezimal | 199 | 121 | 114 |
Binär | 11000111 | 1111001 | 1110010 |
Oktal | 307 | 171 | 162 |
Beispiele css- und html für Elemente in der Farbe #C77972. Bitte benutzen Sie auch rgb(199,121,114) statt hex-Code.
.myTextColor { color: #C77972; }
<p style="color:#C77972">This sample text font color is #C77972.</p>
Die Farbe dieses Textes ist #C77972.
.myBgColor { background-color: #C77972; }
<div style="background-color:#C77972">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C77972.
.myBorderColor { border: 1px solid #C77972; }
<div style="border:3px solid #C77972">Div</div>
Die Grenzen von diesem div sind in Farbe #C77972.
.myOpacity80 { color: #C77972; opacity: 0.8; }
<p style="color:#C77972;opacity:0.8;">80%</p>
Text in Farbe #C77972 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C77972;}
<p style="text-shadow: 3px 3px 1px #C77972">Text here.</p>
Dieser Text hat den Schatten in Farbe #C77972.
.textShadow {text-shadow: 3px 3px 1px #C77972, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C77972, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C77972 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C77972, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C77972, Direction=45, Strength=4)">Text</p>
This text has shadow with #C77972 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C77972; -webkit-box-shadow: 1px 1px 3px 2px #C77972; box-shadow: 1px 1px 3px 2px #C77972; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C77972; -webkit-box-shadow: 1px 1px 3px 2px #C77972; box-shadow:1px 1px 3px 2px #C77972;">
Div content here</div>
Dieser Text ist in der Farbe #C77972 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C77972 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C77972.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C77972.