HEX: #80797B
RGB: (128,121,123)
#80797B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #80797B ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #80797B wird in RGB als (128,121,123) definiert.
RGB: (128,121,123) (50%,47%,48%)
R 128 von 255 = 50%
G 121 von 255 = 47%
B 123 von 255 = 48%
R + G + B ~ 48%. #80797B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
128 + 121 + 123 = 372 (100%)
R 128 von 372 ~ 34.41%
G 121 von 372 ~ 32.53%
B 123 von 372 ~ 33.06%
Die Farbe #80797B wird in CMYK als (0,5,4,50) definiert.
CMYK: (0,5,4,50) C0M5Y4K50 (0%,5%,4%,50%) (0.00/0.05/0.04/0.50)
80 | 79 | 7B | |
---|---|---|---|
RGB | 128 | 121 | 123 |
HSL | 343° | 2.81% | 48.82% |
HSB/HSV | 343° | 5.47% | 50.20% |
CMYK | 0.00% | 5.47% | 3.91% |
49.80% |
Hexadezimal | 80 | 79 | 7B |
Dezimal | 128 | 121 | 123 |
Binär | 10000000 | 1111001 | 1111011 |
Oktal | 200 | 171 | 173 |
Beispiele css- und html für Elemente in der Farbe #80797B. Bitte benutzen Sie auch rgb(128,121,123) statt hex-Code.
.myTextColor { color: #80797B; }
<p style="color:#80797B">This sample text font color is #80797B.</p>
Die Farbe dieses Textes ist #80797B.
.myBgColor { background-color: #80797B; }
<div style="background-color:#80797B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #80797B.
.myBorderColor { border: 1px solid #80797B; }
<div style="border:3px solid #80797B">Div</div>
Die Grenzen von diesem div sind in Farbe #80797B.
.myOpacity80 { color: #80797B; opacity: 0.8; }
<p style="color:#80797B;opacity:0.8;">80%</p>
Text in Farbe #80797B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #80797B;}
<p style="text-shadow: 3px 3px 1px #80797B">Text here.</p>
Dieser Text hat den Schatten in Farbe #80797B.
.textShadow {text-shadow: 3px 3px 1px #80797B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #80797B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #80797B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#80797B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#80797B, Direction=45, Strength=4)">Text</p>
This text has shadow with #80797B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #80797B; -webkit-box-shadow: 1px 1px 3px 2px #80797B; box-shadow: 1px 1px 3px 2px #80797B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #80797B; -webkit-box-shadow: 1px 1px 3px 2px #80797B; box-shadow:1px 1px 3px 2px #80797B;">
Div content here</div>
Dieser Text ist in der Farbe #80797B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #80797B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #80797B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #80797B.