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