HEX: #788988
RGB: (120,137,136)
#788988 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #788988 ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #788988 wird in RGB als (120,137,136) definiert.
RGB: (120,137,136) (47%,54%,53%)
R 120 von 255 = 47%
G 137 von 255 = 54%
B 136 von 255 = 53%
R + G + B ~ 51%. #788988 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
120 + 137 + 136 = 393 (100%)
R 120 von 393 ~ 30.53%
G 137 von 393 ~ 34.86%
B 136 von 393 ~ 34.61%
Die Farbe #788988 wird in CMYK als (12,0,1,46) definiert.
CMYK: (12,0,1,46) C12M0Y1K46 (12%,0%,1%,46%) (0.12/0.00/0.01/0.46)
78 | 89 | 88 | |
---|---|---|---|
RGB | 120 | 137 | 136 |
HSL | 176° | 6.72% | 50.39% |
HSB/HSV | 176° | 12.41% | 53.73% |
CMYK | 12.41% | 0.00% | 0.73% |
46.27% |
Hexadezimal | 78 | 89 | 88 |
Dezimal | 120 | 137 | 136 |
Binär | 1111000 | 10001001 | 10001000 |
Oktal | 170 | 211 | 210 |
Beispiele css- und html für Elemente in der Farbe #788988. Bitte benutzen Sie auch rgb(120,137,136) statt hex-Code.
.myTextColor { color: #788988; }
<p style="color:#788988">This sample text font color is #788988.</p>
Die Farbe dieses Textes ist #788988.
.myBgColor { background-color: #788988; }
<div style="background-color:#788988">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #788988.
.myBorderColor { border: 1px solid #788988; }
<div style="border:3px solid #788988">Div</div>
Die Grenzen von diesem div sind in Farbe #788988.
.myOpacity80 { color: #788988; opacity: 0.8; }
<p style="color:#788988;opacity:0.8;">80%</p>
Text in Farbe #788988 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #788988;}
<p style="text-shadow: 3px 3px 1px #788988">Text here.</p>
Dieser Text hat den Schatten in Farbe #788988.
.textShadow {text-shadow: 3px 3px 1px #788988, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #788988, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #788988 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#788988, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#788988, Direction=45, Strength=4)">Text</p>
This text has shadow with #788988 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #788988; -webkit-box-shadow: 1px 1px 3px 2px #788988; box-shadow: 1px 1px 3px 2px #788988; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #788988; -webkit-box-shadow: 1px 1px 3px 2px #788988; box-shadow:1px 1px 3px 2px #788988;">
Div content here</div>
Dieser Text ist in der Farbe #788988 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #788988 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #788988.
Dieser Text ist weiß auf dem Hintergrund in Farbe #788988.