HEX: #77478D
RGB: (119,71,141)
#77478D enthält hauptsächlich rote und blaue Farbe. Für #77478D ist eine «websichere» Webfarbe #663399 (oder kurz #639).
Die Farbe #77478D wird in RGB als (119,71,141) definiert.
RGB: (119,71,141) (47%,28%,55%)
R 119 von 255 = 47%
G 71 von 255 = 28%
B 141 von 255 = 55%
R + G + B ~ 43%. #77478D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
119 + 71 + 141 = 331 (100%)
R 119 von 331 ~ 35.95%
G 71 von 331 ~ 21.45%
B 141 von 331 ~ 42.6%
Die Farbe #77478D wird in CMYK als (16,50,0,45) definiert.
CMYK: (16,50,0,45) C16M50Y0K45 (16%,50%,0%,45%) (0.16/0.50/0.00/0.45)
77 | 47 | 8D | |
---|---|---|---|
RGB | 119 | 71 | 141 |
HSL | 281° | 33.02% | 41.57% |
HSB/HSV | 281° | 49.65% | 55.29% |
CMYK | 15.60% | 49.65% | 0.00% |
44.71% |
Hexadezimal | 77 | 47 | 8D |
Dezimal | 119 | 71 | 141 |
Binär | 1110111 | 1000111 | 10001101 |
Oktal | 167 | 107 | 215 |
Beispiele css- und html für Elemente in der Farbe #77478D. Bitte benutzen Sie auch rgb(119,71,141) statt hex-Code.
.myTextColor { color: #77478D; }
<p style="color:#77478D">This sample text font color is #77478D.</p>
Die Farbe dieses Textes ist #77478D.
.myBgColor { background-color: #77478D; }
<div style="background-color:#77478D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #77478D.
.myBorderColor { border: 1px solid #77478D; }
<div style="border:3px solid #77478D">Div</div>
Die Grenzen von diesem div sind in Farbe #77478D.
.myOpacity80 { color: #77478D; opacity: 0.8; }
<p style="color:#77478D;opacity:0.8;">80%</p>
Text in Farbe #77478D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #77478D;}
<p style="text-shadow: 3px 3px 1px #77478D">Text here.</p>
Dieser Text hat den Schatten in Farbe #77478D.
.textShadow {text-shadow: 3px 3px 1px #77478D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #77478D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #77478D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77478D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#77478D, Direction=45, Strength=4)">Text</p>
This text has shadow with #77478D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #77478D; -webkit-box-shadow: 1px 1px 3px 2px #77478D; box-shadow: 1px 1px 3px 2px #77478D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #77478D; -webkit-box-shadow: 1px 1px 3px 2px #77478D; box-shadow:1px 1px 3px 2px #77478D;">
Div content here</div>
Dieser Text ist in der Farbe #77478D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #77478D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #77478D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #77478D.