HEX: #775A8D
RGB: (119,90,141)
#775A8D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #775A8D ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #775A8D wird in RGB als (119,90,141) definiert.
RGB: (119,90,141) (47%,35%,55%)
R 119 von 255 = 47%
G 90 von 255 = 35%
B 141 von 255 = 55%
R + G + B ~ 46%. #775A8D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
119 + 90 + 141 = 350 (100%)
R 119 von 350 ~ 34%
G 90 von 350 ~ 25.71%
B 141 von 350 ~ 40.29%
Die Farbe #775A8D wird in CMYK als (16,36,0,45) definiert.
CMYK: (16,36,0,45) C16M36Y0K45 (16%,36%,0%,45%) (0.16/0.36/0.00/0.45)
77 | 5A | 8D | |
---|---|---|---|
RGB | 119 | 90 | 141 |
HSL | 274° | 22.08% | 45.29% |
HSB/HSV | 274° | 36.17% | 55.29% |
CMYK | 15.60% | 36.17% | 0.00% |
44.71% |
Hexadezimal | 77 | 5A | 8D |
Dezimal | 119 | 90 | 141 |
Binär | 1110111 | 1011010 | 10001101 |
Oktal | 167 | 132 | 215 |
Beispiele css- und html für Elemente in der Farbe #775A8D. Bitte benutzen Sie auch rgb(119,90,141) statt hex-Code.
.myTextColor { color: #775A8D; }
<p style="color:#775A8D">This sample text font color is #775A8D.</p>
Die Farbe dieses Textes ist #775A8D.
.myBgColor { background-color: #775A8D; }
<div style="background-color:#775A8D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #775A8D.
.myBorderColor { border: 1px solid #775A8D; }
<div style="border:3px solid #775A8D">Div</div>
Die Grenzen von diesem div sind in Farbe #775A8D.
.myOpacity80 { color: #775A8D; opacity: 0.8; }
<p style="color:#775A8D;opacity:0.8;">80%</p>
Text in Farbe #775A8D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #775A8D;}
<p style="text-shadow: 3px 3px 1px #775A8D">Text here.</p>
Dieser Text hat den Schatten in Farbe #775A8D.
.textShadow {text-shadow: 3px 3px 1px #775A8D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #775A8D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #775A8D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#775A8D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#775A8D, Direction=45, Strength=4)">Text</p>
This text has shadow with #775A8D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #775A8D; -webkit-box-shadow: 1px 1px 3px 2px #775A8D; box-shadow: 1px 1px 3px 2px #775A8D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #775A8D; -webkit-box-shadow: 1px 1px 3px 2px #775A8D; box-shadow:1px 1px 3px 2px #775A8D;">
Div content here</div>
Dieser Text ist in der Farbe #775A8D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #775A8D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #775A8D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #775A8D.