HEX: #7E749E
RGB: (126,116,158)
#7E749E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7E749E ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #7E749E wird in RGB als (126,116,158) definiert.
RGB: (126,116,158)
(49%, 45%, 62%)
R 126 von 255 = 49%
G 116 von 255 = 45%
B 158 von 255 = 62%
R + G + B ~ 52%. #7E749E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 126 + 116 + 158 = 400 (100%)
R 126 von 400 ~ 31.5%
G 116 von 400 ~ 29%
B 158 von 400 ~ 39.5'%
Die Farbe #7E749E wird in CMYK als (20,27,0,38) definiert.
CMYK: (20,27,0,38)
C20M27Y0K38 (20%, 27%, 0%, 38%)
(0.20 / 0.27 / 0.00 / 0.38)
Farbe #7E749E in den populären Farbmodellen.
7E | 74 | 9E | |
---|---|---|---|
RGB | 126 | 116 | 158 |
HSL | 254° | 17.80% | 53.73% |
HSB/HSV | 254° | 26.58% | 61.96% |
CMYK | 20.25% | 26.58% | 0.00% |
38.04% |
Die Farbe #7E749E in den populären Zahlensystemen.
Hexadezimal | 7E | 74 | 9E |
Dezimal | 126 | 116 | 158 |
Binär | 1111110 | 1110100 | 10011110 |
Oktal | 176 | 164 | 236 |
Dunkle Töne der Farbe #7E749E
Helle Töne der Farbe #7E749E
Beispiele css- und html für Elemente in der Farbe #7E749E. Bitte benutzen Sie auch rgb(126,116,158) statt hex-Code.
.myTextColor { color: #7E749E; }
<p style="color:#7E749E">This sample text font color is #7E749E.</p>
Die Farbe dieses Textes ist #7E749E.
.myBgColor { background-color: #7E749E; }
<div style="background-color:#7E749E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7E749E.
.myBorderColor { border: 1px solid #7E749E; }
<div style="border:3px solid #7E749E">Div</div>
Die Grenzen von diesem div sind in Farbe #7E749E.
.myOpacity80 { color: #7E749E; opacity: 0.8; }
<p style="color:#7E749E;opacity:0.8;">80%</p>
Text in Farbe #7E749E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E749E;}
<p style="text-shadow: 3px 3px 1px #7E749E">Text here.</p>
Dieser Text hat den Schatten in Farbe #7E749E.
.textShadow {text-shadow: 3px 3px 1px #7E749E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E749E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7E749E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E749E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E749E, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E749E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7E749E;
-webkit-box-shadow: 1px 1px 3px 2px #7E749E;
box-shadow: 1px 1px 3px 2px #7E749E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7E749E; -webkit-box-shadow: 1px 1px 3px 2px #7E749E; box-shadow:1px 1px 3px 2px #7E749E;">
Div content here
</div>
Dieser Text ist in der Farbe #7E749E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7E749E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7E749E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7E749E.
Kontrastfarbe für #hex ist #818B61.