HEX: #84797D
RGB: (132,121,125)
#84797D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #84797D ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #84797D wird in RGB als (132,121,125) definiert.
RGB: (132,121,125)
(52%, 47%, 49%)
R 132 von 255 = 52%
G 121 von 255 = 47%
B 125 von 255 = 49%
R + G + B ~ 49%. #84797D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 132 + 121 + 125 = 378 (100%)
R 132 von 378 ~ 34.92%
G 121 von 378 ~ 32.01%
B 125 von 378 ~ 33.07'%
Die Farbe #84797D wird in CMYK als (0,8,5,48) definiert.
CMYK: (0,8,5,48)
C0M8Y5K48 (0%, 8%, 5%, 48%)
(0.00 / 0.08 / 0.05 / 0.48)
Farbe #84797D in den populären Farbmodellen.
84 | 79 | 7D | |
---|---|---|---|
RGB | 132 | 121 | 125 |
HSL | 338° | 4.35% | 49.61% |
HSB/HSV | 338° | 8.33% | 51.76% |
CMYK | 0.00% | 8.33% | 5.30% |
48.24% |
Die Farbe #84797D in den populären Zahlensystemen.
Hexadezimal | 84 | 79 | 7D |
Dezimal | 132 | 121 | 125 |
Binär | 10000100 | 1111001 | 1111101 |
Oktal | 204 | 171 | 175 |
Dunkle Töne der Farbe #84797D
Helle Töne der Farbe #84797D
Beispiele css- und html für Elemente in der Farbe #84797D. Bitte benutzen Sie auch rgb(132,121,125) statt hex-Code.
.myTextColor { color: #84797D; }
<p style="color:#84797D">This sample text font color is #84797D.</p>
Die Farbe dieses Textes ist #84797D.
.myBgColor { background-color: #84797D; }
<div style="background-color:#84797D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #84797D.
.myBorderColor { border: 1px solid #84797D; }
<div style="border:3px solid #84797D">Div</div>
Die Grenzen von diesem div sind in Farbe #84797D.
.myOpacity80 { color: #84797D; opacity: 0.8; }
<p style="color:#84797D;opacity:0.8;">80%</p>
Text in Farbe #84797D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #84797D;}
<p style="text-shadow: 3px 3px 1px #84797D">Text here.</p>
Dieser Text hat den Schatten in Farbe #84797D.
.textShadow {text-shadow: 3px 3px 1px #84797D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #84797D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #84797D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#84797D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#84797D, Direction=45, Strength=4)">Text</p>
This text has shadow with #84797D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #84797D;
-webkit-box-shadow: 1px 1px 3px 2px #84797D;
box-shadow: 1px 1px 3px 2px #84797D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #84797D; -webkit-box-shadow: 1px 1px 3px 2px #84797D; box-shadow:1px 1px 3px 2px #84797D;">
Div content here
</div>
Dieser Text ist in der Farbe #84797D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #84797D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #84797D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #84797D.
Kontrastfarbe für #hex ist #7B8682.