HEX: #7E7787
RGB: (126,119,135)
#7E7787 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7E7787 ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #7E7787 wird in RGB als (126,119,135) definiert.
RGB: (126,119,135) (49%,47%,53%)
R 126 von 255 = 49%
G 119 von 255 = 47%
B 135 von 255 = 53%
R + G + B ~ 50%. #7E7787 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
126 + 119 + 135 = 380 (100%)
R 126 von 380 ~ 33.16%
G 119 von 380 ~ 31.32%
B 135 von 380 ~ 35.53%
Die Farbe #7E7787 wird in CMYK als (7,12,0,47) definiert.
CMYK: (7,12,0,47) C7M12Y0K47 (7%,12%,0%,47%) (0.07/0.12/0.00/0.47)
7E | 77 | 87 | |
---|---|---|---|
RGB | 126 | 119 | 135 |
HSL | 266° | 6.30% | 49.80% |
HSB/HSV | 266° | 11.85% | 52.94% |
CMYK | 6.67% | 11.85% | 0.00% |
47.06% |
Hexadezimal | 7E | 77 | 87 |
Dezimal | 126 | 119 | 135 |
Binär | 1111110 | 1110111 | 10000111 |
Oktal | 176 | 167 | 207 |
Beispiele css- und html für Elemente in der Farbe #7E7787. Bitte benutzen Sie auch rgb(126,119,135) statt hex-Code.
.myTextColor { color: #7E7787; }
<p style="color:#7E7787">This sample text font color is #7E7787.</p>
Die Farbe dieses Textes ist #7E7787.
.myBgColor { background-color: #7E7787; }
<div style="background-color:#7E7787">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7E7787.
.myBorderColor { border: 1px solid #7E7787; }
<div style="border:3px solid #7E7787">Div</div>
Die Grenzen von diesem div sind in Farbe #7E7787.
.myOpacity80 { color: #7E7787; opacity: 0.8; }
<p style="color:#7E7787;opacity:0.8;">80%</p>
Text in Farbe #7E7787 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E7787;}
<p style="text-shadow: 3px 3px 1px #7E7787">Text here.</p>
Dieser Text hat den Schatten in Farbe #7E7787.
.textShadow {text-shadow: 3px 3px 1px #7E7787, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E7787, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7E7787 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E7787, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E7787, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E7787 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7E7787; -webkit-box-shadow: 1px 1px 3px 2px #7E7787; box-shadow: 1px 1px 3px 2px #7E7787; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7E7787; -webkit-box-shadow: 1px 1px 3px 2px #7E7787; box-shadow:1px 1px 3px 2px #7E7787;">
Div content here</div>
Dieser Text ist in der Farbe #7E7787 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7E7787 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7E7787.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7E7787.