HEX: #7D686C
RGB: (125,104,108)
#7D686C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7D686C ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #7D686C wird in RGB als (125,104,108) definiert.
RGB: (125,104,108) (49%,41%,42%)
R 125 von 255 = 49%
G 104 von 255 = 41%
B 108 von 255 = 42%
R + G + B ~ 44%. #7D686C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
125 + 104 + 108 = 337 (100%)
R 125 von 337 ~ 37.09%
G 104 von 337 ~ 30.86%
B 108 von 337 ~ 32.05%
Die Farbe #7D686C wird in CMYK als (0,17,14,51) definiert.
CMYK: (0,17,14,51) C0M17Y14K51 (0%,17%,14%,51%) (0.00/0.17/0.14/0.51)
7D | 68 | 6C | |
---|---|---|---|
RGB | 125 | 104 | 108 |
HSL | 349° | 9.17% | 44.90% |
HSB/HSV | 349° | 16.80% | 49.02% |
CMYK | 0.00% | 16.80% | 13.60% |
50.98% |
Hexadezimal | 7D | 68 | 6C |
Dezimal | 125 | 104 | 108 |
Binär | 1111101 | 1101000 | 1101100 |
Oktal | 175 | 150 | 154 |
Beispiele css- und html für Elemente in der Farbe #7D686C. Bitte benutzen Sie auch rgb(125,104,108) statt hex-Code.
.myTextColor { color: #7D686C; }
<p style="color:#7D686C">This sample text font color is #7D686C.</p>
Die Farbe dieses Textes ist #7D686C.
.myBgColor { background-color: #7D686C; }
<div style="background-color:#7D686C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7D686C.
.myBorderColor { border: 1px solid #7D686C; }
<div style="border:3px solid #7D686C">Div</div>
Die Grenzen von diesem div sind in Farbe #7D686C.
.myOpacity80 { color: #7D686C; opacity: 0.8; }
<p style="color:#7D686C;opacity:0.8;">80%</p>
Text in Farbe #7D686C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D686C;}
<p style="text-shadow: 3px 3px 1px #7D686C">Text here.</p>
Dieser Text hat den Schatten in Farbe #7D686C.
.textShadow {text-shadow: 3px 3px 1px #7D686C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D686C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7D686C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D686C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D686C, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D686C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7D686C; -webkit-box-shadow: 1px 1px 3px 2px #7D686C; box-shadow: 1px 1px 3px 2px #7D686C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7D686C; -webkit-box-shadow: 1px 1px 3px 2px #7D686C; box-shadow:1px 1px 3px 2px #7D686C;">
Div content here</div>
Dieser Text ist in der Farbe #7D686C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7D686C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7D686C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7D686C.