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