HEX: #7788BB
RGB: (119,136,187)
#7788BB enthält hauptsächlich grüne und blaue Farbe. Für #7788BB ist eine «websichere» Webfarbe #6699CC (oder kurz #69C).
Die Farbe #7788BB wird in RGB als (119,136,187) definiert.
RGB: (119,136,187) (47%,53%,73%)
R 119 von 255 = 47%
G 136 von 255 = 53%
B 187 von 255 = 73%
R + G + B ~ 58%. #7788BB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
119 + 136 + 187 = 442 (100%)
R 119 von 442 ~ 26.92%
G 136 von 442 ~ 30.77%
B 187 von 442 ~ 42.31%
Die Farbe #7788BB wird in CMYK als (36,27,0,27) definiert.
CMYK: (36,27,0,27) C36M27Y0K27 (36%,27%,0%,27%) (0.36/0.27/0.00/0.27)
77 | 88 | BB | |
---|---|---|---|
RGB | 119 | 136 | 187 |
HSL | 225° | 33.33% | 60.00% |
HSB/HSV | 225° | 36.36% | 73.33% |
CMYK | 36.36% | 27.27% | 0.00% |
26.67% |
Hexadezimal | 77 | 88 | BB |
Dezimal | 119 | 136 | 187 |
Binär | 1110111 | 10001000 | 10111011 |
Oktal | 167 | 210 | 273 |
Beispiele css- und html für Elemente in der Farbe #7788BB. Bitte benutzen Sie auch rgb(119,136,187) statt hex-Code.
.myTextColor { color: #7788BB; }
<p style="color:#7788BB">This sample text font color is #7788BB.</p>
Die Farbe dieses Textes ist #7788BB.
.myBgColor { background-color: #7788BB; }
<div style="background-color:#7788BB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7788BB.
.myBorderColor { border: 1px solid #7788BB; }
<div style="border:3px solid #7788BB">Div</div>
Die Grenzen von diesem div sind in Farbe #7788BB.
.myOpacity80 { color: #7788BB; opacity: 0.8; }
<p style="color:#7788BB;opacity:0.8;">80%</p>
Text in Farbe #7788BB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7788BB;}
<p style="text-shadow: 3px 3px 1px #7788BB">Text here.</p>
Dieser Text hat den Schatten in Farbe #7788BB.
.textShadow {text-shadow: 3px 3px 1px #7788BB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7788BB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7788BB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7788BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7788BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #7788BB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7788BB; -webkit-box-shadow: 1px 1px 3px 2px #7788BB; box-shadow: 1px 1px 3px 2px #7788BB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7788BB; -webkit-box-shadow: 1px 1px 3px 2px #7788BB; box-shadow:1px 1px 3px 2px #7788BB;">
Div content here</div>
Dieser Text ist in der Farbe #7788BB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7788BB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7788BB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7788BB.