HEX: #D76E72
RGB: (215,110,114)
#D76E72 enthält hauptsächlich rote Farbe. Für #D76E72 ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #D76E72 wird in RGB als (215,110,114) definiert.
RGB: (215,110,114)
(84%, 43%, 45%)
R 215 von 255 = 84%
G 110 von 255 = 43%
B 114 von 255 = 45%
R + G + B ~ 57%. #D76E72 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 215 + 110 + 114 = 439 (100%)
R 215 von 439 ~ 48.97%
G 110 von 439 ~ 25.06%
B 114 von 439 ~ 25.97'%
Die Farbe #D76E72 wird in CMYK als (0,49,47,16) definiert.
CMYK: (0,49,47,16) C0M49Y47K16 (0%,49%,47%,16%) (0.00/0.49/0.47/0.16)
Farbe #D76E72 in den populären Farbmodellen.
D7 | 6E | 72 | |
---|---|---|---|
RGB | 215 | 110 | 114 |
HSL | 358° | 56.76% | 63.73% |
HSB/HSV | 358° | 48.84% | 84.31% |
CMYK | 0.00% | 48.84% | 46.98% |
15.69% |
Die Farbe #D76E72 in den populären Zahlensystemen.
Hexadezimal | D7 | 6E | 72 |
Dezimal | 215 | 110 | 114 |
Binär | 11010111 | 1101110 | 1110010 |
Oktal | 327 | 156 | 162 |
Dunkle Töne der Farbe #D76E72
Helle Töne der Farbe #D76E72
Beispiele css- und html für Elemente in der Farbe #D76E72. Bitte benutzen Sie auch rgb(215,110,114) statt hex-Code.
.myTextColor { color: #D76E72; }
<p style="color:#D76E72">This sample text font color is #D76E72.</p>
Die Farbe dieses Textes ist #D76E72.
.myBgColor { background-color: #D76E72; }
<div style="background-color:#D76E72">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D76E72.
.myBorderColor { border: 1px solid #D76E72; }
<div style="border:3px solid #D76E72">Div</div>
Die Grenzen von diesem div sind in Farbe #D76E72.
.myOpacity80 { color: #D76E72; opacity: 0.8; }
<p style="color:#D76E72;opacity:0.8;">80%</p>
Text in Farbe #D76E72 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D76E72;}
<p style="text-shadow: 3px 3px 1px #D76E72">Text here.</p>
Dieser Text hat den Schatten in Farbe #D76E72.
.textShadow {text-shadow: 3px 3px 1px #D76E72', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D76E72, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D76E72 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D76E72, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D76E72, Direction=45, Strength=4)">Text</p>
This text has shadow with #D76E72 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D76E72;
-webkit-box-shadow: 1px 1px 3px 2px #D76E72;
box-shadow: 1px 1px 3px 2px #D76E72;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D76E72; -webkit-box-shadow: 1px 1px 3px 2px #D76E72; box-shadow:1px 1px 3px 2px #D76E72;">
Div content here
</div>
Dieser Text ist in der Farbe #D76E72 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D76E72 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D76E72.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D76E72.
Kontrastfarbe für #hex ist #28918D.