HEX: #C77F9F
RGB: (199,127,159)
#C77F9F enthält hauptsächlich rote und blaue Farbe. Für #C77F9F ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #C77F9F wird in RGB als (199,127,159) definiert.
RGB: (199,127,159) (78%,50%,62%)
R 199 von 255 = 78%
G 127 von 255 = 50%
B 159 von 255 = 62%
R + G + B ~ 63%. #C77F9F ziemlich helle Farbe.
R + G + B =
199 + 127 + 159 = 485 (100%)
R 199 von 485 ~ 41.03%
G 127 von 485 ~ 26.19%
B 159 von 485 ~ 32.78%
Die Farbe #C77F9F wird in CMYK als (0,36,20,22) definiert.
CMYK: (0,36,20,22) C0M36Y20K22 (0%,36%,20%,22%) (0.00/0.36/0.20/0.22)
C7 | 7F | 9F | |
---|---|---|---|
RGB | 199 | 127 | 159 |
HSL | 333° | 39.13% | 63.92% |
HSB/HSV | 333° | 36.18% | 78.04% |
CMYK | 0.00% | 36.18% | 20.10% |
21.96% |
Hexadezimal | C7 | 7F | 9F |
Dezimal | 199 | 127 | 159 |
Binär | 11000111 | 1111111 | 10011111 |
Oktal | 307 | 177 | 237 |
Beispiele css- und html für Elemente in der Farbe #C77F9F. Bitte benutzen Sie auch rgb(199,127,159) statt hex-Code.
.myTextColor { color: #C77F9F; }
<p style="color:#C77F9F">This sample text font color is #C77F9F.</p>
Die Farbe dieses Textes ist #C77F9F.
.myBgColor { background-color: #C77F9F; }
<div style="background-color:#C77F9F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C77F9F.
.myBorderColor { border: 1px solid #C77F9F; }
<div style="border:3px solid #C77F9F">Div</div>
Die Grenzen von diesem div sind in Farbe #C77F9F.
.myOpacity80 { color: #C77F9F; opacity: 0.8; }
<p style="color:#C77F9F;opacity:0.8;">80%</p>
Text in Farbe #C77F9F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C77F9F;}
<p style="text-shadow: 3px 3px 1px #C77F9F">Text here.</p>
Dieser Text hat den Schatten in Farbe #C77F9F.
.textShadow {text-shadow: 3px 3px 1px #C77F9F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C77F9F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C77F9F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C77F9F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C77F9F, Direction=45, Strength=4)">Text</p>
This text has shadow with #C77F9F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C77F9F; -webkit-box-shadow: 1px 1px 3px 2px #C77F9F; box-shadow: 1px 1px 3px 2px #C77F9F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C77F9F; -webkit-box-shadow: 1px 1px 3px 2px #C77F9F; box-shadow:1px 1px 3px 2px #C77F9F;">
Div content here</div>
Dieser Text ist in der Farbe #C77F9F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C77F9F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C77F9F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C77F9F.