HEX: #876C7A
RGB: (135,108,122)
#876C7A enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #876C7A ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #876C7A wird in RGB als (135,108,122) definiert.
RGB: (135,108,122)
(53%, 42%, 48%)
R 135 von 255 = 53%
G 108 von 255 = 42%
B 122 von 255 = 48%
R + G + B ~ 48%. #876C7A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 135 + 108 + 122 = 365 (100%)
R 135 von 365 ~ 36.99%
G 108 von 365 ~ 29.59%
B 122 von 365 ~ 33.42'%
Die Farbe #876C7A wird in CMYK als (0,20,10,47) definiert.
CMYK: (0,20,10,47)
C0M20Y10K47 (0%, 20%, 10%, 47%)
(0.00 / 0.20 / 0.10 / 0.47)
Farbe #876C7A in den populären Farbmodellen.
87 | 6C | 7A | |
---|---|---|---|
RGB | 135 | 108 | 122 |
HSL | 329° | 11.11% | 47.65% |
HSB/HSV | 329° | 20.00% | 52.94% |
CMYK | 0.00% | 20.00% | 9.63% |
47.06% |
Die Farbe #876C7A in den populären Zahlensystemen.
Hexadezimal | 87 | 6C | 7A |
Dezimal | 135 | 108 | 122 |
Binär | 10000111 | 1101100 | 1111010 |
Oktal | 207 | 154 | 172 |
Dunkle Töne der Farbe #876C7A
Helle Töne der Farbe #876C7A
Beispiele css- und html für Elemente in der Farbe #876C7A. Bitte benutzen Sie auch rgb(135,108,122) statt hex-Code.
.myTextColor { color: #876C7A; }
<p style="color:#876C7A">This sample text font color is #876C7A.</p>
Die Farbe dieses Textes ist #876C7A.
.myBgColor { background-color: #876C7A; }
<div style="background-color:#876C7A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #876C7A.
.myBorderColor { border: 1px solid #876C7A; }
<div style="border:3px solid #876C7A">Div</div>
Die Grenzen von diesem div sind in Farbe #876C7A.
.myOpacity80 { color: #876C7A; opacity: 0.8; }
<p style="color:#876C7A;opacity:0.8;">80%</p>
Text in Farbe #876C7A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #876C7A;}
<p style="text-shadow: 3px 3px 1px #876C7A">Text here.</p>
Dieser Text hat den Schatten in Farbe #876C7A.
.textShadow {text-shadow: 3px 3px 1px #876C7A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #876C7A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #876C7A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#876C7A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#876C7A, Direction=45, Strength=4)">Text</p>
This text has shadow with #876C7A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #876C7A;
-webkit-box-shadow: 1px 1px 3px 2px #876C7A;
box-shadow: 1px 1px 3px 2px #876C7A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #876C7A; -webkit-box-shadow: 1px 1px 3px 2px #876C7A; box-shadow:1px 1px 3px 2px #876C7A;">
Div content here
</div>
Dieser Text ist in der Farbe #876C7A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #876C7A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #876C7A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #876C7A.
Kontrastfarbe für #hex ist #789385.