HEX: #755480
RGB: (117,84,128)
#755480 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #755480 ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #755480 wird in RGB als (117,84,128) definiert.
RGB: (117,84,128)
(46%, 33%, 50%)
R 117 von 255 = 46%
G 84 von 255 = 33%
B 128 von 255 = 50%
R + G + B ~ 43%. #755480 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 117 + 84 + 128 = 329 (100%)
R 117 von 329 ~ 35.56%
G 84 von 329 ~ 25.53%
B 128 von 329 ~ 38.91'%
Die Farbe #755480 wird in CMYK als (9,34,0,50) definiert.
CMYK: (9,34,0,50) C9M34Y0K50 (9%,34%,0%,50%) (0.09/0.34/0.00/0.50)
Farbe #755480 in den populären Farbmodellen.
75 | 54 | 80 | |
---|---|---|---|
RGB | 117 | 84 | 128 |
HSL | 285° | 20.75% | 41.57% |
HSB/HSV | 285° | 34.38% | 50.20% |
CMYK | 8.59% | 34.38% | 0.00% |
49.80% |
Die Farbe #755480 in den populären Zahlensystemen.
Hexadezimal | 75 | 54 | 80 |
Dezimal | 117 | 84 | 128 |
Binär | 1110101 | 1010100 | 10000000 |
Oktal | 165 | 124 | 200 |
Dunkle Töne der Farbe #755480
Helle Töne der Farbe #755480
Beispiele css- und html für Elemente in der Farbe #755480. Bitte benutzen Sie auch rgb(117,84,128) statt hex-Code.
.myTextColor { color: #755480; }
<p style="color:#755480">This sample text font color is #755480.</p>
Die Farbe dieses Textes ist #755480.
.myBgColor { background-color: #755480; }
<div style="background-color:#755480">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #755480.
.myBorderColor { border: 1px solid #755480; }
<div style="border:3px solid #755480">Div</div>
Die Grenzen von diesem div sind in Farbe #755480.
.myOpacity80 { color: #755480; opacity: 0.8; }
<p style="color:#755480;opacity:0.8;">80%</p>
Text in Farbe #755480 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #755480;}
<p style="text-shadow: 3px 3px 1px #755480">Text here.</p>
Dieser Text hat den Schatten in Farbe #755480.
.textShadow {text-shadow: 3px 3px 1px #755480', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #755480, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #755480 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#755480, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#755480, Direction=45, Strength=4)">Text</p>
This text has shadow with #755480 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #755480;
-webkit-box-shadow: 1px 1px 3px 2px #755480;
box-shadow: 1px 1px 3px 2px #755480;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #755480; -webkit-box-shadow: 1px 1px 3px 2px #755480; box-shadow:1px 1px 3px 2px #755480;">
Div content here
</div>
Dieser Text ist in der Farbe #755480 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #755480 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #755480.
Dieser Text ist weiß auf dem Hintergrund in Farbe #755480.
Kontrastfarbe für #hex ist #8AAB7F.