HEX: #774B5A
RGB: (119,75,90)
#774B5A enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #774B5A ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #774B5A wird in RGB als (119,75,90) definiert.
RGB: (119,75,90) (47%,29%,35%)
R 119 von 255 = 47%
G 75 von 255 = 29%
B 90 von 255 = 35%
R + G + B ~ 37%. #774B5A ziemlich dunkle Farbe.
R + G + B =
119 + 75 + 90 = 284 (100%)
R 119 von 284 ~ 41.9%
G 75 von 284 ~ 26.41%
B 90 von 284 ~ 31.69%
Die Farbe #774B5A wird in CMYK als (0,37,24,53) definiert.
CMYK: (0,37,24,53) C0M37Y24K53 (0%,37%,24%,53%) (0.00/0.37/0.24/0.53)
77 | 4B | 5A | |
---|---|---|---|
RGB | 119 | 75 | 90 |
HSL | 340° | 22.68% | 38.04% |
HSB/HSV | 340° | 36.97% | 46.67% |
CMYK | 0.00% | 36.97% | 24.37% |
53.33% |
Hexadezimal | 77 | 4B | 5A |
Dezimal | 119 | 75 | 90 |
Binär | 1110111 | 1001011 | 1011010 |
Oktal | 167 | 113 | 132 |
Beispiele css- und html für Elemente in der Farbe #774B5A. Bitte benutzen Sie auch rgb(119,75,90) statt hex-Code.
.myTextColor { color: #774B5A; }
<p style="color:#774B5A">This sample text font color is #774B5A.</p>
Die Farbe dieses Textes ist #774B5A.
.myBgColor { background-color: #774B5A; }
<div style="background-color:#774B5A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #774B5A.
.myBorderColor { border: 1px solid #774B5A; }
<div style="border:3px solid #774B5A">Div</div>
Die Grenzen von diesem div sind in Farbe #774B5A.
.myOpacity80 { color: #774B5A; opacity: 0.8; }
<p style="color:#774B5A;opacity:0.8;">80%</p>
Text in Farbe #774B5A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #774B5A;}
<p style="text-shadow: 3px 3px 1px #774B5A">Text here.</p>
Dieser Text hat den Schatten in Farbe #774B5A.
.textShadow {text-shadow: 3px 3px 1px #774B5A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #774B5A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #774B5A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#774B5A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#774B5A, Direction=45, Strength=4)">Text</p>
This text has shadow with #774B5A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #774B5A; -webkit-box-shadow: 1px 1px 3px 2px #774B5A; box-shadow: 1px 1px 3px 2px #774B5A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #774B5A; -webkit-box-shadow: 1px 1px 3px 2px #774B5A; box-shadow:1px 1px 3px 2px #774B5A;">
Div content here</div>
Dieser Text ist in der Farbe #774B5A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #774B5A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #774B5A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #774B5A.