HEX: #7E788D
RGB: (126,120,141)
#7E788D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7E788D ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #7E788D wird in RGB als (126,120,141) definiert.
RGB: (126,120,141)
(49%, 47%, 55%)
R 126 von 255 = 49%
G 120 von 255 = 47%
B 141 von 255 = 55%
R + G + B ~ 50%. #7E788D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 126 + 120 + 141 = 387 (100%)
R 126 von 387 ~ 32.56%
G 120 von 387 ~ 31.01%
B 141 von 387 ~ 36.43'%
Die Farbe #7E788D wird in CMYK als (11,15,0,45) definiert.
CMYK: (11,15,0,45) C11M15Y0K45 (11%,15%,0%,45%) (0.11/0.15/0.00/0.45)
Farbe #7E788D in den populären Farbmodellen.
7E | 78 | 8D | |
---|---|---|---|
RGB | 126 | 120 | 141 |
HSL | 257° | 8.43% | 51.18% |
HSB/HSV | 257° | 14.89% | 55.29% |
CMYK | 10.64% | 14.89% | 0.00% |
44.71% |
Die Farbe #7E788D in den populären Zahlensystemen.
Hexadezimal | 7E | 78 | 8D |
Dezimal | 126 | 120 | 141 |
Binär | 1111110 | 1111000 | 10001101 |
Oktal | 176 | 170 | 215 |
Dunkle Töne der Farbe #7E788D
Helle Töne der Farbe #7E788D
Beispiele css- und html für Elemente in der Farbe #7E788D. Bitte benutzen Sie auch rgb(126,120,141) statt hex-Code.
.myTextColor { color: #7E788D; }
<p style="color:#7E788D">This sample text font color is #7E788D.</p>
Die Farbe dieses Textes ist #7E788D.
.myBgColor { background-color: #7E788D; }
<div style="background-color:#7E788D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7E788D.
.myBorderColor { border: 1px solid #7E788D; }
<div style="border:3px solid #7E788D">Div</div>
Die Grenzen von diesem div sind in Farbe #7E788D.
.myOpacity80 { color: #7E788D; opacity: 0.8; }
<p style="color:#7E788D;opacity:0.8;">80%</p>
Text in Farbe #7E788D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E788D;}
<p style="text-shadow: 3px 3px 1px #7E788D">Text here.</p>
Dieser Text hat den Schatten in Farbe #7E788D.
.textShadow {text-shadow: 3px 3px 1px #7E788D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E788D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7E788D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E788D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E788D, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E788D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7E788D;
-webkit-box-shadow: 1px 1px 3px 2px #7E788D;
box-shadow: 1px 1px 3px 2px #7E788D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7E788D; -webkit-box-shadow: 1px 1px 3px 2px #7E788D; box-shadow:1px 1px 3px 2px #7E788D;">
Div content here
</div>
Dieser Text ist in der Farbe #7E788D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7E788D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7E788D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7E788D.
Kontrastfarbe für #hex ist #818772.