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