HEX: #7E5774
RGB: (126,87,116)
#7E5774 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7E5774 ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #7E5774 wird in RGB als (126,87,116) definiert.
RGB: (126,87,116)
(49%, 34%, 45%)
R 126 von 255 = 49%
G 87 von 255 = 34%
B 116 von 255 = 45%
R + G + B ~ 43%. #7E5774 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 126 + 87 + 116 = 329 (100%)
R 126 von 329 ~ 38.3%
G 87 von 329 ~ 26.44%
B 116 von 329 ~ 35.26'%
Die Farbe #7E5774 wird in CMYK als (0,31,8,51) definiert.
CMYK: (0,31,8,51)
C0M31Y8K51 (0%, 31%, 8%, 51%)
(0.00 / 0.31 / 0.08 / 0.51)
Farbe #7E5774 in den populären Farbmodellen.
7E | 57 | 74 | |
---|---|---|---|
RGB | 126 | 87 | 116 |
HSL | 315° | 18.31% | 41.76% |
HSB/HSV | 315° | 30.95% | 49.41% |
CMYK | 0.00% | 30.95% | 7.94% |
50.59% |
Die Farbe #7E5774 in den populären Zahlensystemen.
Hexadezimal | 7E | 57 | 74 |
Dezimal | 126 | 87 | 116 |
Binär | 1111110 | 1010111 | 1110100 |
Oktal | 176 | 127 | 164 |
Dunkle Töne der Farbe #7E5774
Helle Töne der Farbe #7E5774
Beispiele css- und html für Elemente in der Farbe #7E5774. Bitte benutzen Sie auch rgb(126,87,116) statt hex-Code.
.myTextColor { color: #7E5774; }
<p style="color:#7E5774">This sample text font color is #7E5774.</p>
Die Farbe dieses Textes ist #7E5774.
.myBgColor { background-color: #7E5774; }
<div style="background-color:#7E5774">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7E5774.
.myBorderColor { border: 1px solid #7E5774; }
<div style="border:3px solid #7E5774">Div</div>
Die Grenzen von diesem div sind in Farbe #7E5774.
.myOpacity80 { color: #7E5774; opacity: 0.8; }
<p style="color:#7E5774;opacity:0.8;">80%</p>
Text in Farbe #7E5774 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E5774;}
<p style="text-shadow: 3px 3px 1px #7E5774">Text here.</p>
Dieser Text hat den Schatten in Farbe #7E5774.
.textShadow {text-shadow: 3px 3px 1px #7E5774', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E5774, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7E5774 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E5774, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E5774, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E5774 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7E5774;
-webkit-box-shadow: 1px 1px 3px 2px #7E5774;
box-shadow: 1px 1px 3px 2px #7E5774;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7E5774; -webkit-box-shadow: 1px 1px 3px 2px #7E5774; box-shadow:1px 1px 3px 2px #7E5774;">
Div content here
</div>
Dieser Text ist in der Farbe #7E5774 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7E5774 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7E5774.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7E5774.
Kontrastfarbe für #hex ist #81A88B.