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