HEX: #D76C78
RGB: (215,108,120)
#D76C78 enthält hauptsächlich rote Farbe. Für #D76C78 ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #D76C78 wird in RGB als (215,108,120) definiert.
RGB: (215,108,120)
(84%, 42%, 47%)
R 215 von 255 = 84%
G 108 von 255 = 42%
B 120 von 255 = 47%
R + G + B ~ 58%. #D76C78 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 215 + 108 + 120 = 443 (100%)
R 215 von 443 ~ 48.53%
G 108 von 443 ~ 24.38%
B 120 von 443 ~ 27.09'%
Die Farbe #D76C78 wird in CMYK als (0,50,44,16) definiert.
CMYK: (0,50,44,16)
C0M50Y44K16 (0%, 50%, 44%, 16%)
(0.00 / 0.50 / 0.44 / 0.16)
Farbe #D76C78 in den populären Farbmodellen.
D7 | 6C | 78 | |
---|---|---|---|
RGB | 215 | 108 | 120 |
HSL | 353° | 57.22% | 63.33% |
HSB/HSV | 353° | 49.77% | 84.31% |
CMYK | 0.00% | 49.77% | 44.19% |
15.69% |
Die Farbe #D76C78 in den populären Zahlensystemen.
Hexadezimal | D7 | 6C | 78 |
Dezimal | 215 | 108 | 120 |
Binär | 11010111 | 1101100 | 1111000 |
Oktal | 327 | 154 | 170 |
Dunkle Töne der Farbe #D76C78
Helle Töne der Farbe #D76C78
Beispiele css- und html für Elemente in der Farbe #D76C78. Bitte benutzen Sie auch rgb(215,108,120) statt hex-Code.
.myTextColor { color: #D76C78; }
<p style="color:#D76C78">This sample text font color is #D76C78.</p>
Die Farbe dieses Textes ist #D76C78.
.myBgColor { background-color: #D76C78; }
<div style="background-color:#D76C78">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D76C78.
.myBorderColor { border: 1px solid #D76C78; }
<div style="border:3px solid #D76C78">Div</div>
Die Grenzen von diesem div sind in Farbe #D76C78.
.myOpacity80 { color: #D76C78; opacity: 0.8; }
<p style="color:#D76C78;opacity:0.8;">80%</p>
Text in Farbe #D76C78 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D76C78;}
<p style="text-shadow: 3px 3px 1px #D76C78">Text here.</p>
Dieser Text hat den Schatten in Farbe #D76C78.
.textShadow {text-shadow: 3px 3px 1px #D76C78', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D76C78, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D76C78 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D76C78, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D76C78, Direction=45, Strength=4)">Text</p>
This text has shadow with #D76C78 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D76C78;
-webkit-box-shadow: 1px 1px 3px 2px #D76C78;
box-shadow: 1px 1px 3px 2px #D76C78;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D76C78; -webkit-box-shadow: 1px 1px 3px 2px #D76C78; box-shadow:1px 1px 3px 2px #D76C78;">
Div content here
</div>
Dieser Text ist in der Farbe #D76C78 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D76C78 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D76C78.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D76C78.
Kontrastfarbe für #D76C78 ist #289387.