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