HEX: #7E667F
RGB: (126,102,127)
#7E667F enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7E667F ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #7E667F wird in RGB als (126,102,127) definiert.
RGB: (126,102,127)
(49%, 40%, 50%)
R 126 von 255 = 49%
G 102 von 255 = 40%
B 127 von 255 = 50%
R + G + B ~ 46%. #7E667F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 126 + 102 + 127 = 355 (100%)
R 126 von 355 ~ 35.49%
G 102 von 355 ~ 28.73%
B 127 von 355 ~ 35.77'%
Die Farbe #7E667F wird in CMYK als (1,20,0,50) definiert.
CMYK: (1,20,0,50)
C1M20Y0K50 (1%, 20%, 0%, 50%)
(0.01 / 0.20 / 0.00 / 0.50)
Farbe #7E667F in den populären Farbmodellen.
7E | 66 | 7F | |
---|---|---|---|
RGB | 126 | 102 | 127 |
HSL | 298° | 10.92% | 44.90% |
HSB/HSV | 298° | 19.69% | 49.80% |
CMYK | 0.79% | 19.69% | 0.00% |
50.20% |
Die Farbe #7E667F in den populären Zahlensystemen.
Hexadezimal | 7E | 66 | 7F |
Dezimal | 126 | 102 | 127 |
Binär | 1111110 | 1100110 | 1111111 |
Oktal | 176 | 146 | 177 |
Dunkle Töne der Farbe #7E667F
Helle Töne der Farbe #7E667F
Beispiele css- und html für Elemente in der Farbe #7E667F. Bitte benutzen Sie auch rgb(126,102,127) statt hex-Code.
.myTextColor { color: #7E667F; }
<p style="color:#7E667F">This sample text font color is #7E667F.</p>
Die Farbe dieses Textes ist #7E667F.
.myBgColor { background-color: #7E667F; }
<div style="background-color:#7E667F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7E667F.
.myBorderColor { border: 1px solid #7E667F; }
<div style="border:3px solid #7E667F">Div</div>
Die Grenzen von diesem div sind in Farbe #7E667F.
.myOpacity80 { color: #7E667F; opacity: 0.8; }
<p style="color:#7E667F;opacity:0.8;">80%</p>
Text in Farbe #7E667F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E667F;}
<p style="text-shadow: 3px 3px 1px #7E667F">Text here.</p>
Dieser Text hat den Schatten in Farbe #7E667F.
.textShadow {text-shadow: 3px 3px 1px #7E667F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E667F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7E667F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E667F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E667F, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E667F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7E667F;
-webkit-box-shadow: 1px 1px 3px 2px #7E667F;
box-shadow: 1px 1px 3px 2px #7E667F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7E667F; -webkit-box-shadow: 1px 1px 3px 2px #7E667F; box-shadow:1px 1px 3px 2px #7E667F;">
Div content here
</div>
Dieser Text ist in der Farbe #7E667F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7E667F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7E667F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7E667F.
Kontrastfarbe für #hex ist #819980.