HEX: #79476E
RGB: (121,71,110)
#79476E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #79476E ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #79476E wird in RGB als (121,71,110) definiert.
RGB: (121,71,110) (47%,28%,43%)
R 121 von 255 = 47%
G 71 von 255 = 28%
B 110 von 255 = 43%
R + G + B ~ 39%. #79476E ziemlich dunkle Farbe.
R + G + B =
121 + 71 + 110 = 302 (100%)
R 121 von 302 ~ 40.07%
G 71 von 302 ~ 23.51%
B 110 von 302 ~ 36.42%
Die Farbe #79476E wird in CMYK als (0,41,9,53) definiert.
CMYK: (0,41,9,53) C0M41Y9K53 (0%,41%,9%,53%) (0.00/0.41/0.09/0.53)
79 | 47 | 6E | |
---|---|---|---|
RGB | 121 | 71 | 110 |
HSL | 313° | 26.04% | 37.65% |
HSB/HSV | 313° | 41.32% | 47.45% |
CMYK | 0.00% | 41.32% | 9.09% |
52.55% |
Hexadezimal | 79 | 47 | 6E |
Dezimal | 121 | 71 | 110 |
Binär | 1111001 | 1000111 | 1101110 |
Oktal | 171 | 107 | 156 |
Beispiele css- und html für Elemente in der Farbe #79476E. Bitte benutzen Sie auch rgb(121,71,110) statt hex-Code.
.myTextColor { color: #79476E; }
<p style="color:#79476E">This sample text font color is #79476E.</p>
Die Farbe dieses Textes ist #79476E.
.myBgColor { background-color: #79476E; }
<div style="background-color:#79476E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #79476E.
.myBorderColor { border: 1px solid #79476E; }
<div style="border:3px solid #79476E">Div</div>
Die Grenzen von diesem div sind in Farbe #79476E.
.myOpacity80 { color: #79476E; opacity: 0.8; }
<p style="color:#79476E;opacity:0.8;">80%</p>
Text in Farbe #79476E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #79476E;}
<p style="text-shadow: 3px 3px 1px #79476E">Text here.</p>
Dieser Text hat den Schatten in Farbe #79476E.
.textShadow {text-shadow: 3px 3px 1px #79476E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #79476E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #79476E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#79476E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#79476E, Direction=45, Strength=4)">Text</p>
This text has shadow with #79476E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #79476E; -webkit-box-shadow: 1px 1px 3px 2px #79476E; box-shadow: 1px 1px 3px 2px #79476E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #79476E; -webkit-box-shadow: 1px 1px 3px 2px #79476E; box-shadow:1px 1px 3px 2px #79476E;">
Div content here</div>
Dieser Text ist in der Farbe #79476E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #79476E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #79476E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #79476E.