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