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