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