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