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