HEX: #876A7B
RGB: (135,106,123)
#876A7B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #876A7B ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #876A7B wird in RGB als (135,106,123) definiert.
RGB: (135,106,123) (53%,42%,48%)
R 135 von 255 = 53%
G 106 von 255 = 42%
B 123 von 255 = 48%
R + G + B ~ 48%. #876A7B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
135 + 106 + 123 = 364 (100%)
R 135 von 364 ~ 37.09%
G 106 von 364 ~ 29.12%
B 123 von 364 ~ 33.79%
Die Farbe #876A7B wird in CMYK als (0,21,9,47) definiert.
CMYK: (0,21,9,47) C0M21Y9K47 (0%,21%,9%,47%) (0.00/0.21/0.09/0.47)
87 | 6A | 7B | |
---|---|---|---|
RGB | 135 | 106 | 123 |
HSL | 325° | 12.03% | 47.25% |
HSB/HSV | 325° | 21.48% | 52.94% |
CMYK | 0.00% | 21.48% | 8.89% |
47.06% |
Hexadezimal | 87 | 6A | 7B |
Dezimal | 135 | 106 | 123 |
Binär | 10000111 | 1101010 | 1111011 |
Oktal | 207 | 152 | 173 |
Beispiele css- und html für Elemente in der Farbe #876A7B. Bitte benutzen Sie auch rgb(135,106,123) statt hex-Code.
.myTextColor { color: #876A7B; }
<p style="color:#876A7B">This sample text font color is #876A7B.</p>
Die Farbe dieses Textes ist #876A7B.
.myBgColor { background-color: #876A7B; }
<div style="background-color:#876A7B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #876A7B.
.myBorderColor { border: 1px solid #876A7B; }
<div style="border:3px solid #876A7B">Div</div>
Die Grenzen von diesem div sind in Farbe #876A7B.
.myOpacity80 { color: #876A7B; opacity: 0.8; }
<p style="color:#876A7B;opacity:0.8;">80%</p>
Text in Farbe #876A7B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #876A7B;}
<p style="text-shadow: 3px 3px 1px #876A7B">Text here.</p>
Dieser Text hat den Schatten in Farbe #876A7B.
.textShadow {text-shadow: 3px 3px 1px #876A7B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #876A7B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #876A7B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#876A7B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#876A7B, Direction=45, Strength=4)">Text</p>
This text has shadow with #876A7B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #876A7B; -webkit-box-shadow: 1px 1px 3px 2px #876A7B; box-shadow: 1px 1px 3px 2px #876A7B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #876A7B; -webkit-box-shadow: 1px 1px 3px 2px #876A7B; box-shadow:1px 1px 3px 2px #876A7B;">
Div content here</div>
Dieser Text ist in der Farbe #876A7B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #876A7B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #876A7B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #876A7B.