HEX: #AB7477
RGB: (171,116,119)
#AB7477 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AB7477 ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #AB7477 wird in RGB als (171,116,119) definiert.
RGB: (171,116,119)
(67%, 45%, 47%)
R 171 von 255 = 67%
G 116 von 255 = 45%
B 119 von 255 = 47%
R + G + B ~ 53%. #AB7477 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 171 + 116 + 119 = 406 (100%)
R 171 von 406 ~ 42.12%
G 116 von 406 ~ 28.57%
B 119 von 406 ~ 29.31'%
Die Farbe #AB7477 wird in CMYK als (0,32,30,33) definiert.
CMYK: (0,32,30,33)
C0M32Y30K33 (0%, 32%, 30%, 33%)
(0.00 / 0.32 / 0.30 / 0.33)
Farbe #AB7477 in den populären Farbmodellen.
AB | 74 | 77 | |
---|---|---|---|
RGB | 171 | 116 | 119 |
HSL | 357° | 24.66% | 56.27% |
HSB/HSV | 357° | 32.16% | 67.06% |
CMYK | 0.00% | 32.16% | 30.41% |
32.94% |
Die Farbe #AB7477 in den populären Zahlensystemen.
Hexadezimal | AB | 74 | 77 |
Dezimal | 171 | 116 | 119 |
Binär | 10101011 | 1110100 | 1110111 |
Oktal | 253 | 164 | 167 |
Dunkle Töne der Farbe #AB7477
Helle Töne der Farbe #AB7477
Beispiele css- und html für Elemente in der Farbe #AB7477. Bitte benutzen Sie auch rgb(171,116,119) statt hex-Code.
.myTextColor { color: #AB7477; }
<p style="color:#AB7477">This sample text font color is #AB7477.</p>
Die Farbe dieses Textes ist #AB7477.
.myBgColor { background-color: #AB7477; }
<div style="background-color:#AB7477">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB7477.
.myBorderColor { border: 1px solid #AB7477; }
<div style="border:3px solid #AB7477">Div</div>
Die Grenzen von diesem div sind in Farbe #AB7477.
.myOpacity80 { color: #AB7477; opacity: 0.8; }
<p style="color:#AB7477;opacity:0.8;">80%</p>
Text in Farbe #AB7477 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB7477;}
<p style="text-shadow: 3px 3px 1px #AB7477">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB7477.
.textShadow {text-shadow: 3px 3px 1px #AB7477', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB7477, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB7477 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB7477, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB7477, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB7477 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB7477;
-webkit-box-shadow: 1px 1px 3px 2px #AB7477;
box-shadow: 1px 1px 3px 2px #AB7477;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB7477; -webkit-box-shadow: 1px 1px 3px 2px #AB7477; box-shadow:1px 1px 3px 2px #AB7477;">
Div content here
</div>
Dieser Text ist in der Farbe #AB7477 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB7477 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB7477.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB7477.
Kontrastfarbe für #hex ist #548B88.