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