HEX: #774EAA
RGB: (119,78,170)
#774EAA enthält hauptsächlich rote und blaue Farbe. Für #774EAA ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #774EAA wird in RGB als (119,78,170) definiert.
RGB: (119,78,170) (47%,31%,67%)
R 119 von 255 = 47%
G 78 von 255 = 31%
B 170 von 255 = 67%
R + G + B ~ 48%. #774EAA mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
119 + 78 + 170 = 367 (100%)
R 119 von 367 ~ 32.43%
G 78 von 367 ~ 21.25%
B 170 von 367 ~ 46.32%
Die Farbe #774EAA wird in CMYK als (30,54,0,33) definiert.
CMYK: (30,54,0,33) C30M54Y0K33 (30%,54%,0%,33%) (0.30/0.54/0.00/0.33)
77 | 4E | AA | |
---|---|---|---|
RGB | 119 | 78 | 170 |
HSL | 267° | 37.10% | 48.63% |
HSB/HSV | 267° | 54.12% | 66.67% |
CMYK | 30.00% | 54.12% | 0.00% |
33.33% |
Hexadezimal | 77 | 4E | AA |
Dezimal | 119 | 78 | 170 |
Binär | 1110111 | 1001110 | 10101010 |
Oktal | 167 | 116 | 252 |
Beispiele css- und html für Elemente in der Farbe #774EAA. Bitte benutzen Sie auch rgb(119,78,170) statt hex-Code.
.myTextColor { color: #774EAA; }
<p style="color:#774EAA">This sample text font color is #774EAA.</p>
Die Farbe dieses Textes ist #774EAA.
.myBgColor { background-color: #774EAA; }
<div style="background-color:#774EAA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #774EAA.
.myBorderColor { border: 1px solid #774EAA; }
<div style="border:3px solid #774EAA">Div</div>
Die Grenzen von diesem div sind in Farbe #774EAA.
.myOpacity80 { color: #774EAA; opacity: 0.8; }
<p style="color:#774EAA;opacity:0.8;">80%</p>
Text in Farbe #774EAA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #774EAA;}
<p style="text-shadow: 3px 3px 1px #774EAA">Text here.</p>
Dieser Text hat den Schatten in Farbe #774EAA.
.textShadow {text-shadow: 3px 3px 1px #774EAA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #774EAA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #774EAA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#774EAA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#774EAA, Direction=45, Strength=4)">Text</p>
This text has shadow with #774EAA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #774EAA; -webkit-box-shadow: 1px 1px 3px 2px #774EAA; box-shadow: 1px 1px 3px 2px #774EAA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #774EAA; -webkit-box-shadow: 1px 1px 3px 2px #774EAA; box-shadow:1px 1px 3px 2px #774EAA;">
Div content here</div>
Dieser Text ist in der Farbe #774EAA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #774EAA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #774EAA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #774EAA.