HEX: #7E687B
RGB: (126,104,123)
#7E687B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7E687B ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #7E687B wird in RGB als (126,104,123) definiert.
RGB: (126,104,123)
(49%, 41%, 48%)
R 126 von 255 = 49%
G 104 von 255 = 41%
B 123 von 255 = 48%
R + G + B ~ 46%. #7E687B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 126 + 104 + 123 = 353 (100%)
R 126 von 353 ~ 35.69%
G 104 von 353 ~ 29.46%
B 123 von 353 ~ 34.84'%
Die Farbe #7E687B wird in CMYK als (0,17,2,51) definiert.
CMYK: (0,17,2,51)
C0M17Y2K51 (0%, 17%, 2%, 51%)
(0.00 / 0.17 / 0.02 / 0.51)
Farbe #7E687B in den populären Farbmodellen.
7E | 68 | 7B | |
---|---|---|---|
RGB | 126 | 104 | 123 |
HSL | 308° | 9.57% | 45.10% |
HSB/HSV | 308° | 17.46% | 49.41% |
CMYK | 0.00% | 17.46% | 2.38% |
50.59% |
Die Farbe #7E687B in den populären Zahlensystemen.
Hexadezimal | 7E | 68 | 7B |
Dezimal | 126 | 104 | 123 |
Binär | 1111110 | 1101000 | 1111011 |
Oktal | 176 | 150 | 173 |
Dunkle Töne der Farbe #7E687B
Helle Töne der Farbe #7E687B
Beispiele css- und html für Elemente in der Farbe #7E687B. Bitte benutzen Sie auch rgb(126,104,123) statt hex-Code.
.myTextColor { color: #7E687B; }
<p style="color:#7E687B">This sample text font color is #7E687B.</p>
Die Farbe dieses Textes ist #7E687B.
.myBgColor { background-color: #7E687B; }
<div style="background-color:#7E687B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7E687B.
.myBorderColor { border: 1px solid #7E687B; }
<div style="border:3px solid #7E687B">Div</div>
Die Grenzen von diesem div sind in Farbe #7E687B.
.myOpacity80 { color: #7E687B; opacity: 0.8; }
<p style="color:#7E687B;opacity:0.8;">80%</p>
Text in Farbe #7E687B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E687B;}
<p style="text-shadow: 3px 3px 1px #7E687B">Text here.</p>
Dieser Text hat den Schatten in Farbe #7E687B.
.textShadow {text-shadow: 3px 3px 1px #7E687B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E687B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7E687B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E687B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E687B, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E687B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7E687B;
-webkit-box-shadow: 1px 1px 3px 2px #7E687B;
box-shadow: 1px 1px 3px 2px #7E687B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7E687B; -webkit-box-shadow: 1px 1px 3px 2px #7E687B; box-shadow:1px 1px 3px 2px #7E687B;">
Div content here
</div>
Dieser Text ist in der Farbe #7E687B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7E687B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7E687B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7E687B.
Kontrastfarbe für #hex ist #819784.