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