HEX: #8C757D
RGB: (140,117,125)
#8C757D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #8C757D ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #8C757D wird in RGB als (140,117,125) definiert.
RGB: (140,117,125) (55%,46%,49%)
R 140 von 255 = 55%
G 117 von 255 = 46%
B 125 von 255 = 49%
R + G + B ~ 50%. #8C757D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
140 + 117 + 125 = 382 (100%)
R 140 von 382 ~ 36.65%
G 117 von 382 ~ 30.63%
B 125 von 382 ~ 32.72%
Die Farbe #8C757D wird in CMYK als (0,16,11,45) definiert.
CMYK: (0,16,11,45) C0M16Y11K45 (0%,16%,11%,45%) (0.00/0.16/0.11/0.45)
8C | 75 | 7D | |
---|---|---|---|
RGB | 140 | 117 | 125 |
HSL | 339° | 9.09% | 50.39% |
HSB/HSV | 339° | 16.43% | 54.90% |
CMYK | 0.00% | 16.43% | 10.71% |
45.10% |
Hexadezimal | 8C | 75 | 7D |
Dezimal | 140 | 117 | 125 |
Binär | 10001100 | 1110101 | 1111101 |
Oktal | 214 | 165 | 175 |
Beispiele css- und html für Elemente in der Farbe #8C757D. Bitte benutzen Sie auch rgb(140,117,125) statt hex-Code.
.myTextColor { color: #8C757D; }
<p style="color:#8C757D">This sample text font color is #8C757D.</p>
Die Farbe dieses Textes ist #8C757D.
.myBgColor { background-color: #8C757D; }
<div style="background-color:#8C757D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #8C757D.
.myBorderColor { border: 1px solid #8C757D; }
<div style="border:3px solid #8C757D">Div</div>
Die Grenzen von diesem div sind in Farbe #8C757D.
.myOpacity80 { color: #8C757D; opacity: 0.8; }
<p style="color:#8C757D;opacity:0.8;">80%</p>
Text in Farbe #8C757D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8C757D;}
<p style="text-shadow: 3px 3px 1px #8C757D">Text here.</p>
Dieser Text hat den Schatten in Farbe #8C757D.
.textShadow {text-shadow: 3px 3px 1px #8C757D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8C757D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #8C757D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8C757D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8C757D, Direction=45, Strength=4)">Text</p>
This text has shadow with #8C757D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8C757D; -webkit-box-shadow: 1px 1px 3px 2px #8C757D; box-shadow: 1px 1px 3px 2px #8C757D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #8C757D; -webkit-box-shadow: 1px 1px 3px 2px #8C757D; box-shadow:1px 1px 3px 2px #8C757D;">
Div content here</div>
Dieser Text ist in der Farbe #8C757D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #8C757D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #8C757D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #8C757D.