HEX: #76376B
RGB: (118,55,107)
#76376B enthält hauptsächlich rote und blaue Farbe. Für #76376B ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #76376B wird in RGB als (118,55,107) definiert.
RGB: (118,55,107)
(46%, 22%, 42%)
R 118 von 255 = 46%
G 55 von 255 = 22%
B 107 von 255 = 42%
R + G + B ~ 37%. #76376B ziemlich dunkle Farbe.
R + G + B = 118 + 55 + 107 = 280 (100%)
R 118 von 280 ~ 42.14%
G 55 von 280 ~ 19.64%
B 107 von 280 ~ 38.21'%
Die Farbe #76376B wird in CMYK als (0,53,9,54) definiert.
CMYK: (0,53,9,54) C0M53Y9K54 (0%,53%,9%,54%) (0.00/0.53/0.09/0.54)
Farbe #76376B in den populären Farbmodellen.
76 | 37 | 6B | |
---|---|---|---|
RGB | 118 | 55 | 107 |
HSL | 310° | 36.42% | 33.92% |
HSB/HSV | 310° | 53.39% | 46.27% |
CMYK | 0.00% | 53.39% | 9.32% |
53.73% |
Die Farbe #76376B in den populären Zahlensystemen.
Hexadezimal | 76 | 37 | 6B |
Dezimal | 118 | 55 | 107 |
Binär | 1110110 | 110111 | 1101011 |
Oktal | 166 | 67 | 153 |
Dunkle Töne der Farbe #76376B
Helle Töne der Farbe #76376B
Beispiele css- und html für Elemente in der Farbe #76376B. Bitte benutzen Sie auch rgb(118,55,107) statt hex-Code.
.myTextColor { color: #76376B; }
<p style="color:#76376B">This sample text font color is #76376B.</p>
Die Farbe dieses Textes ist #76376B.
.myBgColor { background-color: #76376B; }
<div style="background-color:#76376B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76376B.
.myBorderColor { border: 1px solid #76376B; }
<div style="border:3px solid #76376B">Div</div>
Die Grenzen von diesem div sind in Farbe #76376B.
.myOpacity80 { color: #76376B; opacity: 0.8; }
<p style="color:#76376B;opacity:0.8;">80%</p>
Text in Farbe #76376B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76376B;}
<p style="text-shadow: 3px 3px 1px #76376B">Text here.</p>
Dieser Text hat den Schatten in Farbe #76376B.
.textShadow {text-shadow: 3px 3px 1px #76376B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76376B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76376B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76376B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76376B, Direction=45, Strength=4)">Text</p>
This text has shadow with #76376B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76376B;
-webkit-box-shadow: 1px 1px 3px 2px #76376B;
box-shadow: 1px 1px 3px 2px #76376B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76376B; -webkit-box-shadow: 1px 1px 3px 2px #76376B; box-shadow:1px 1px 3px 2px #76376B;">
Div content here
</div>
Dieser Text ist in der Farbe #76376B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76376B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76376B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76376B.
Kontrastfarbe für #hex ist #89C894.