HEX: #7B715D
RGB: (123,113,93)
#7B715D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7B715D ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #7B715D wird in RGB als (123,113,93) definiert.
RGB: (123,113,93)
(48%, 44%, 36%)
R 123 von 255 = 48%
G 113 von 255 = 44%
B 93 von 255 = 36%
R + G + B ~ 43%. #7B715D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 123 + 113 + 93 = 329 (100%)
R 123 von 329 ~ 37.39%
G 113 von 329 ~ 34.35%
B 93 von 329 ~ 28.27'%
Die Farbe #7B715D wird in CMYK als (0,8,24,52) definiert.
CMYK: (0,8,24,52)
C0M8Y24K52 (0%, 8%, 24%, 52%)
(0.00 / 0.08 / 0.24 / 0.52)
Farbe #7B715D in den populären Farbmodellen.
7B | 71 | 5D | |
---|---|---|---|
RGB | 123 | 113 | 93 |
HSL | 40° | 13.89% | 42.35% |
HSB/HSV | 40° | 24.39% | 48.24% |
CMYK | 0.00% | 8.13% | 24.39% |
51.76% |
Die Farbe #7B715D in den populären Zahlensystemen.
Hexadezimal | 7B | 71 | 5D |
Dezimal | 123 | 113 | 93 |
Binär | 1111011 | 1110001 | 1011101 |
Oktal | 173 | 161 | 135 |
Dunkle Töne der Farbe #7B715D
Helle Töne der Farbe #7B715D
Beispiele css- und html für Elemente in der Farbe #7B715D. Bitte benutzen Sie auch rgb(123,113,93) statt hex-Code.
.myTextColor { color: #7B715D; }
<p style="color:#7B715D">This sample text font color is #7B715D.</p>
Die Farbe dieses Textes ist #7B715D.
.myBgColor { background-color: #7B715D; }
<div style="background-color:#7B715D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7B715D.
.myBorderColor { border: 1px solid #7B715D; }
<div style="border:3px solid #7B715D">Div</div>
Die Grenzen von diesem div sind in Farbe #7B715D.
.myOpacity80 { color: #7B715D; opacity: 0.8; }
<p style="color:#7B715D;opacity:0.8;">80%</p>
Text in Farbe #7B715D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7B715D;}
<p style="text-shadow: 3px 3px 1px #7B715D">Text here.</p>
Dieser Text hat den Schatten in Farbe #7B715D.
.textShadow {text-shadow: 3px 3px 1px #7B715D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7B715D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7B715D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7B715D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7B715D, Direction=45, Strength=4)">Text</p>
This text has shadow with #7B715D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7B715D;
-webkit-box-shadow: 1px 1px 3px 2px #7B715D;
box-shadow: 1px 1px 3px 2px #7B715D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7B715D; -webkit-box-shadow: 1px 1px 3px 2px #7B715D; box-shadow:1px 1px 3px 2px #7B715D;">
Div content here
</div>
Dieser Text ist in der Farbe #7B715D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7B715D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7B715D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7B715D.
Kontrastfarbe für #hex ist #848EA2.