HEX: #87788B
RGB: (135,120,139)
#87788B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #87788B ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #87788B wird in RGB als (135,120,139) definiert.
RGB: (135,120,139) (53%,47%,55%)
R 135 von 255 = 53%
G 120 von 255 = 47%
B 139 von 255 = 55%
R + G + B ~ 52%. #87788B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
135 + 120 + 139 = 394 (100%)
R 135 von 394 ~ 34.26%
G 120 von 394 ~ 30.46%
B 139 von 394 ~ 35.28%
Die Farbe #87788B wird in CMYK als (3,14,0,45) definiert.
CMYK: (3,14,0,45) C3M14Y0K45 (3%,14%,0%,45%) (0.03/0.14/0.00/0.45)
87 | 78 | 8B | |
---|---|---|---|
RGB | 135 | 120 | 139 |
HSL | 287° | 7.57% | 50.78% |
HSB/HSV | 287° | 13.67% | 54.51% |
CMYK | 2.88% | 13.67% | 0.00% |
45.49% |
Hexadezimal | 87 | 78 | 8B |
Dezimal | 135 | 120 | 139 |
Binär | 10000111 | 1111000 | 10001011 |
Oktal | 207 | 170 | 213 |
Beispiele css- und html für Elemente in der Farbe #87788B. Bitte benutzen Sie auch rgb(135,120,139) statt hex-Code.
.myTextColor { color: #87788B; }
<p style="color:#87788B">This sample text font color is #87788B.</p>
Die Farbe dieses Textes ist #87788B.
.myBgColor { background-color: #87788B; }
<div style="background-color:#87788B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #87788B.
.myBorderColor { border: 1px solid #87788B; }
<div style="border:3px solid #87788B">Div</div>
Die Grenzen von diesem div sind in Farbe #87788B.
.myOpacity80 { color: #87788B; opacity: 0.8; }
<p style="color:#87788B;opacity:0.8;">80%</p>
Text in Farbe #87788B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87788B;}
<p style="text-shadow: 3px 3px 1px #87788B">Text here.</p>
Dieser Text hat den Schatten in Farbe #87788B.
.textShadow {text-shadow: 3px 3px 1px #87788B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87788B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #87788B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87788B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87788B, Direction=45, Strength=4)">Text</p>
This text has shadow with #87788B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #87788B; -webkit-box-shadow: 1px 1px 3px 2px #87788B; box-shadow: 1px 1px 3px 2px #87788B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #87788B; -webkit-box-shadow: 1px 1px 3px 2px #87788B; box-shadow:1px 1px 3px 2px #87788B;">
Div content here</div>
Dieser Text ist in der Farbe #87788B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #87788B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #87788B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #87788B.