HEX: #7788AB
RGB: (119,136,171)
#7788AB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7788AB ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #7788AB wird in RGB als (119,136,171) definiert.
RGB: (119,136,171)
(47%, 53%, 67%)
R 119 von 255 = 47%
G 136 von 255 = 53%
B 171 von 255 = 67%
R + G + B ~ 56%. #7788AB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 119 + 136 + 171 = 426 (100%)
R 119 von 426 ~ 27.93%
G 136 von 426 ~ 31.92%
B 171 von 426 ~ 40.14'%
Die Farbe #7788AB wird in CMYK als (30,20,0,33) definiert.
CMYK: (30,20,0,33)
C30M20Y0K33 (30%, 20%, 0%, 33%)
(0.30 / 0.20 / 0.00 / 0.33)
Farbe #7788AB in den populären Farbmodellen.
77 | 88 | AB | |
---|---|---|---|
RGB | 119 | 136 | 171 |
HSL | 220° | 23.64% | 56.86% |
HSB/HSV | 220° | 30.41% | 67.06% |
CMYK | 30.41% | 20.47% | 0.00% |
32.94% |
Die Farbe #7788AB in den populären Zahlensystemen.
Hexadezimal | 77 | 88 | AB |
Dezimal | 119 | 136 | 171 |
Binär | 1110111 | 10001000 | 10101011 |
Oktal | 167 | 210 | 253 |
Dunkle Töne der Farbe #7788AB
Helle Töne der Farbe #7788AB
Beispiele css- und html für Elemente in der Farbe #7788AB. Bitte benutzen Sie auch rgb(119,136,171) statt hex-Code.
.myTextColor { color: #7788AB; }
<p style="color:#7788AB">This sample text font color is #7788AB.</p>
Die Farbe dieses Textes ist #7788AB.
.myBgColor { background-color: #7788AB; }
<div style="background-color:#7788AB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7788AB.
.myBorderColor { border: 1px solid #7788AB; }
<div style="border:3px solid #7788AB">Div</div>
Die Grenzen von diesem div sind in Farbe #7788AB.
.myOpacity80 { color: #7788AB; opacity: 0.8; }
<p style="color:#7788AB;opacity:0.8;">80%</p>
Text in Farbe #7788AB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7788AB;}
<p style="text-shadow: 3px 3px 1px #7788AB">Text here.</p>
Dieser Text hat den Schatten in Farbe #7788AB.
.textShadow {text-shadow: 3px 3px 1px #7788AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7788AB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7788AB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7788AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7788AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #7788AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7788AB;
-webkit-box-shadow: 1px 1px 3px 2px #7788AB;
box-shadow: 1px 1px 3px 2px #7788AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7788AB; -webkit-box-shadow: 1px 1px 3px 2px #7788AB; box-shadow:1px 1px 3px 2px #7788AB;">
Div content here
</div>
Dieser Text ist in der Farbe #7788AB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7788AB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7788AB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7788AB.
Kontrastfarbe für #hex ist #887754.