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