HEX: #747EAA
RGB: (116,126,170)
#747EAA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #747EAA ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #747EAA wird in RGB als (116,126,170) definiert.
RGB: (116,126,170) (45%,49%,67%)
R 116 von 255 = 45%
G 126 von 255 = 49%
B 170 von 255 = 67%
R + G + B ~ 54%. #747EAA mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
116 + 126 + 170 = 412 (100%)
R 116 von 412 ~ 28.16%
G 126 von 412 ~ 30.58%
B 170 von 412 ~ 41.26%
Die Farbe #747EAA wird in CMYK als (32,26,0,33) definiert.
CMYK: (32,26,0,33) C32M26Y0K33 (32%,26%,0%,33%) (0.32/0.26/0.00/0.33)
74 | 7E | AA | |
---|---|---|---|
RGB | 116 | 126 | 170 |
HSL | 229° | 24.11% | 56.08% |
HSB/HSV | 229° | 31.76% | 66.67% |
CMYK | 31.76% | 25.88% | 0.00% |
33.33% |
Hexadezimal | 74 | 7E | AA |
Dezimal | 116 | 126 | 170 |
Binär | 1110100 | 1111110 | 10101010 |
Oktal | 164 | 176 | 252 |
Beispiele css- und html für Elemente in der Farbe #747EAA. Bitte benutzen Sie auch rgb(116,126,170) statt hex-Code.
.myTextColor { color: #747EAA; }
<p style="color:#747EAA">This sample text font color is #747EAA.</p>
Die Farbe dieses Textes ist #747EAA.
.myBgColor { background-color: #747EAA; }
<div style="background-color:#747EAA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #747EAA.
.myBorderColor { border: 1px solid #747EAA; }
<div style="border:3px solid #747EAA">Div</div>
Die Grenzen von diesem div sind in Farbe #747EAA.
.myOpacity80 { color: #747EAA; opacity: 0.8; }
<p style="color:#747EAA;opacity:0.8;">80%</p>
Text in Farbe #747EAA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #747EAA;}
<p style="text-shadow: 3px 3px 1px #747EAA">Text here.</p>
Dieser Text hat den Schatten in Farbe #747EAA.
.textShadow {text-shadow: 3px 3px 1px #747EAA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #747EAA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #747EAA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#747EAA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#747EAA, Direction=45, Strength=4)">Text</p>
This text has shadow with #747EAA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #747EAA; -webkit-box-shadow: 1px 1px 3px 2px #747EAA; box-shadow: 1px 1px 3px 2px #747EAA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #747EAA; -webkit-box-shadow: 1px 1px 3px 2px #747EAA; box-shadow:1px 1px 3px 2px #747EAA;">
Div content here</div>
Dieser Text ist in der Farbe #747EAA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #747EAA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #747EAA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #747EAA.