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