HEX: #84797E
RGB: (132,121,126)
#84797E contains red, green and blue colors in about the same proportion. Web safe color of #84797E is #996666 (or #966).
#84797E color RGB value is (132,121,126).
RGB: (132,121,126)
(52%, 47%, 49%)
R 132 of 255 = 52%
G 121 of 255 = 47%
B 126 of 255 = 49%
R + G + B ~ 49%. #84797E is middle color (not dark and not light).
R + G + B = 132 + 121 + 126 = 379 (100%)
R 132 of 379 ~ 34.83%
G 121 of 379 ~ 31.93%
B 126 of 379 ~ 33.25'%
#84797E color CMYK value is (0,8,5,48).
CMYK: (0,8,5,48) C0M8Y5K48 (0%,8%,5%,48%) (0.00/0.08/0.05/0.48)
Color #84797E in popluar color models
84 | 79 | 7E | |
---|---|---|---|
RGB | 132 | 121 | 126 |
HSL | 333° | 4.35% | 49.61% |
HSB/HSV | 333° | 8.33% | 51.76% |
CMYK | 0.00% | 8.33% | 4.55% |
48.24% |
Color #84797E in popluar number systems.
HEX | 84 | 79 | 7E |
Decimal | 132 | 121 | 126 |
Binary | 10000100 | 1111001 | 1111110 |
Octal | 204 | 171 | 176 |
Shades of #84797E
Tints of #84797E
Examples of css and html codes for elements with #84797E color. Also use rgb(132,121,126) instead hex code.
.myTextColor { color: #84797E; }
<p style="color:#84797E">This sample text font color is #84797E.</p>
This text font color is #84797E.
.myBgColor { background-color: #84797E; }
<div style="background-color:#84797E">Inner text</div>
This div background color is #84797E.
.myBorderColor { border: 1px solid #84797E; }
<div style="border:3px solid #84797E">Div</div>
This div border color is #84797E.
.myOpacity80 { color: #84797E; opacity: 0.8; }
<p style="color:#84797E;opacity:0.8;">80%</p>
Text with #84797E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #84797E;}
<p style="text-shadow: 3px 3px 1px #84797E">Text here.</p>
This text has shadow with #84797E color.
.textShadow {text-shadow: 3px 3px 1px #84797E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #84797E, 5px 5px 20px red">Text here.</p>
This text has shadow with #84797E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#84797E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#84797E, Direction=45, Strength=4)">Text</p>
This text has shadow with #84797E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #84797E;
-webkit-box-shadow: 1px 1px 3px 2px #84797E;
box-shadow: 1px 1px 3px 2px #84797E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #84797E; -webkit-box-shadow: 1px 1px 3px 2px #84797E; box-shadow:1px 1px 3px 2px #84797E;">
Div content here
</div>
This text has color #84797E on black background.
This text has color #84797E on white background.
This text has black color on #84797E background.
This text has white color on #84797E background.
Complementary color for #hex is #7B8681.