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