HEX: #78777B
RGB: (120,119,123)
#78777B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #78777B ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #78777B wird in RGB als (120,119,123) definiert.
RGB: (120,119,123) (47%,47%,48%)
R 120 von 255 = 47%
G 119 von 255 = 47%
B 123 von 255 = 48%
R + G + B ~ 47%. #78777B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
120 + 119 + 123 = 362 (100%)
R 120 von 362 ~ 33.15%
G 119 von 362 ~ 32.87%
B 123 von 362 ~ 33.98%
Die Farbe #78777B wird in CMYK als (2,3,0,52) definiert.
CMYK: (2,3,0,52) C2M3Y0K52 (2%,3%,0%,52%) (0.02/0.03/0.00/0.52)
78 | 77 | 7B | |
---|---|---|---|
RGB | 120 | 119 | 123 |
HSL | 255° | 1.65% | 47.45% |
HSB/HSV | 255° | 3.25% | 48.24% |
CMYK | 2.44% | 3.25% | 0.00% |
51.76% |
Hexadezimal | 78 | 77 | 7B |
Dezimal | 120 | 119 | 123 |
Binär | 1111000 | 1110111 | 1111011 |
Oktal | 170 | 167 | 173 |
Beispiele css- und html für Elemente in der Farbe #78777B. Bitte benutzen Sie auch rgb(120,119,123) statt hex-Code.
.myTextColor { color: #78777B; }
<p style="color:#78777B">This sample text font color is #78777B.</p>
Die Farbe dieses Textes ist #78777B.
.myBgColor { background-color: #78777B; }
<div style="background-color:#78777B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #78777B.
.myBorderColor { border: 1px solid #78777B; }
<div style="border:3px solid #78777B">Div</div>
Die Grenzen von diesem div sind in Farbe #78777B.
.myOpacity80 { color: #78777B; opacity: 0.8; }
<p style="color:#78777B;opacity:0.8;">80%</p>
Text in Farbe #78777B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #78777B;}
<p style="text-shadow: 3px 3px 1px #78777B">Text here.</p>
Dieser Text hat den Schatten in Farbe #78777B.
.textShadow {text-shadow: 3px 3px 1px #78777B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #78777B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #78777B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#78777B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#78777B, Direction=45, Strength=4)">Text</p>
This text has shadow with #78777B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #78777B; -webkit-box-shadow: 1px 1px 3px 2px #78777B; box-shadow: 1px 1px 3px 2px #78777B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #78777B; -webkit-box-shadow: 1px 1px 3px 2px #78777B; box-shadow:1px 1px 3px 2px #78777B;">
Div content here</div>
Dieser Text ist in der Farbe #78777B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #78777B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #78777B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #78777B.