HEX: #76897B
RGB: (118,137,123)
#76897B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #76897B ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #76897B wird in RGB als (118,137,123) definiert.
RGB: (118,137,123)
(46%, 54%, 48%)
R 118 von 255 = 46%
G 137 von 255 = 54%
B 123 von 255 = 48%
R + G + B ~ 49%. #76897B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 118 + 137 + 123 = 378 (100%)
R 118 von 378 ~ 31.22%
G 137 von 378 ~ 36.24%
B 123 von 378 ~ 32.54'%
Die Farbe #76897B wird in CMYK als (14,0,10,46) definiert.
CMYK: (14,0,10,46) C14M0Y10K46 (14%,0%,10%,46%) (0.14/0.00/0.10/0.46)
Farbe #76897B in den populären Farbmodellen.
76 | 89 | 7B | |
---|---|---|---|
RGB | 118 | 137 | 123 |
HSL | 136° | 7.45% | 50.00% |
HSB/HSV | 136° | 13.87% | 53.73% |
CMYK | 13.87% | 0.00% | 10.22% |
46.27% |
Die Farbe #76897B in den populären Zahlensystemen.
Hexadezimal | 76 | 89 | 7B |
Dezimal | 118 | 137 | 123 |
Binär | 1110110 | 10001001 | 1111011 |
Oktal | 166 | 211 | 173 |
Dunkle Töne der Farbe #76897B
Helle Töne der Farbe #76897B
Beispiele css- und html für Elemente in der Farbe #76897B. Bitte benutzen Sie auch rgb(118,137,123) statt hex-Code.
.myTextColor { color: #76897B; }
<p style="color:#76897B">This sample text font color is #76897B.</p>
Die Farbe dieses Textes ist #76897B.
.myBgColor { background-color: #76897B; }
<div style="background-color:#76897B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76897B.
.myBorderColor { border: 1px solid #76897B; }
<div style="border:3px solid #76897B">Div</div>
Die Grenzen von diesem div sind in Farbe #76897B.
.myOpacity80 { color: #76897B; opacity: 0.8; }
<p style="color:#76897B;opacity:0.8;">80%</p>
Text in Farbe #76897B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76897B;}
<p style="text-shadow: 3px 3px 1px #76897B">Text here.</p>
Dieser Text hat den Schatten in Farbe #76897B.
.textShadow {text-shadow: 3px 3px 1px #76897B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76897B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76897B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76897B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76897B, Direction=45, Strength=4)">Text</p>
This text has shadow with #76897B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76897B;
-webkit-box-shadow: 1px 1px 3px 2px #76897B;
box-shadow: 1px 1px 3px 2px #76897B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76897B; -webkit-box-shadow: 1px 1px 3px 2px #76897B; box-shadow:1px 1px 3px 2px #76897B;">
Div content here
</div>
Dieser Text ist in der Farbe #76897B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76897B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76897B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76897B.
Kontrastfarbe für #hex ist #897684.