HEX: #764E6F
RGB: (118,78,111)
#764E6F enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #764E6F ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #764E6F wird in RGB als (118,78,111) definiert.
RGB: (118,78,111) (46%,31%,44%)
R 118 von 255 = 46%
G 78 von 255 = 31%
B 111 von 255 = 44%
R + G + B ~ 40%. #764E6F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
118 + 78 + 111 = 307 (100%)
R 118 von 307 ~ 38.44%
G 78 von 307 ~ 25.41%
B 111 von 307 ~ 36.16%
Die Farbe #764E6F wird in CMYK als (0,34,6,54) definiert.
CMYK: (0,34,6,54) C0M34Y6K54 (0%,34%,6%,54%) (0.00/0.34/0.06/0.54)
76 | 4E | 6F | |
---|---|---|---|
RGB | 118 | 78 | 111 |
HSL | 311° | 20.41% | 38.43% |
HSB/HSV | 311° | 33.90% | 46.27% |
CMYK | 0.00% | 33.90% | 5.93% |
53.73% |
Hexadezimal | 76 | 4E | 6F |
Dezimal | 118 | 78 | 111 |
Binär | 1110110 | 1001110 | 1101111 |
Oktal | 166 | 116 | 157 |
Beispiele css- und html für Elemente in der Farbe #764E6F. Bitte benutzen Sie auch rgb(118,78,111) statt hex-Code.
.myTextColor { color: #764E6F; }
<p style="color:#764E6F">This sample text font color is #764E6F.</p>
Die Farbe dieses Textes ist #764E6F.
.myBgColor { background-color: #764E6F; }
<div style="background-color:#764E6F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #764E6F.
.myBorderColor { border: 1px solid #764E6F; }
<div style="border:3px solid #764E6F">Div</div>
Die Grenzen von diesem div sind in Farbe #764E6F.
.myOpacity80 { color: #764E6F; opacity: 0.8; }
<p style="color:#764E6F;opacity:0.8;">80%</p>
Text in Farbe #764E6F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #764E6F;}
<p style="text-shadow: 3px 3px 1px #764E6F">Text here.</p>
Dieser Text hat den Schatten in Farbe #764E6F.
.textShadow {text-shadow: 3px 3px 1px #764E6F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #764E6F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #764E6F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#764E6F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#764E6F, Direction=45, Strength=4)">Text</p>
This text has shadow with #764E6F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #764E6F; -webkit-box-shadow: 1px 1px 3px 2px #764E6F; box-shadow: 1px 1px 3px 2px #764E6F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #764E6F; -webkit-box-shadow: 1px 1px 3px 2px #764E6F; box-shadow:1px 1px 3px 2px #764E6F;">
Div content here</div>
Dieser Text ist in der Farbe #764E6F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #764E6F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #764E6F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #764E6F.