COLOR #84797E

HEX: #84797E RGB: (132,121,126)

Color info

#84797E contains red, green and blue colors in about the same proportion. Web safe color of #84797E is #996666 (or #966).

RGB color model

#84797E color RGB value is (132,121,126).

RGB: (132,121,126) (52%, 47%, 49%)

RGB channels and saturation

R 132 of 255 = 52%
G 121 of 255 = 47%
B 126 of 255 = 49%

132
121
126

R + G + B ~ 49%. #84797E is middle color (not dark and not light).

Portions of RGB colors in percentages

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'%

%34.83
%31.93
%33.25

CMYK color model

#84797E color CMYK value is (0,8,5,48).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 4.55%
  • key color value is 48.24%
CMYK: (0,8,5,48) C0M8Y5K48 (0%,8%,5%,48%) (0.00/0.08/0.05/0.48) 

CMYK percentages

%0
%8.33
%4.55
%48.24

Codes

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 and tints

Shades of #84797E

#84797E
(132,121,126)
#786E73
(120,110,115)
#6C6368
(108,99,104)
#60585D
(96,88,93)
#544D52
(84,77,82)
#484247
(72,66,71)
#3C373C
(60,55,60)
#302C31
(48,44,49)
#242126
(36,33,38)
#18161B
(24,22,27)
#0C0B10
(12,11,16)
#000000
(0,0,0)

Tints of #84797E

#84797E
(132,121,126)
#8F8589
(143,133,137)
#9A9194
(154,145,148)
#A59D9F
(165,157,159)
#B0A9AA
(176,169,170)
#BBB5B5
(187,181,181)
#C6C1C0
(198,193,192)
#D1CDCB
(209,205,203)
#DCD9D6
(220,217,214)
#E7E5E1
(231,229,225)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84797E color. Also use rgb(132,121,126) instead hex code.

Text Font Color

.myTextColor { color: #84797E; }

<p style="color:#84797E">This sample text font color is #84797E.</p>

This text font color is #84797E.

Background Color

.myBgColor { background-color: #84797E; }

<div style="background-color:#84797E">Inner text</div>

This div background color is #84797E.

Border color

.myBorderColor { border: 1px solid #84797E; }

<div style="border:3px solid #84797E">Div</div>

This div border color is #84797E.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #84797E.

Preview

Color preview on black background

This text has color #84797E on black background.


Color preview on white background

This text has color #84797E on white background.


Black color preview on #84797E background

This text has black color on #84797E background.


White color preview on #84797E background

This text has white color on #84797E background.


Related colors

Complementary color

Complementary color for #hex is #7B8681.


I love getcolorcode.com

Triadic colors

1 #7E8479 and #797E84 with #84797E are triadic colors.

2 #7E7984 and #79847E with #84797E are triadic colors.