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