COLOR #84707A

HEX: #84707A RGB: (132,112,122)

Color info

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

RGB color model

#84707A color RGB value is (132,112,122).

RGB: (132,112,122) (52%, 44%, 48%)

RGB channels and saturation

R 132 of 255 = 52%
G 112 of 255 = 44%
B 122 of 255 = 48%

132
112
122

R + G + B ~ 48%. #84707A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 112 + 122 = 366 (100%)
R 132 of 366 ~ 36.07%
G 112 of 366 ~ 30.6%
B 122 of 366 ~ 33.33'%

%36.07
%30.6
%33.33

CMYK color model

#84707A color CMYK value is (0,15,8,48).

  • cyan value is 0.00%
  • magenta value is 15.15%
  • yellow value is 7.58%
  • key color value is 48.24%

CMYK: (0,15,8,48)
C0M15Y8K48 (0%, 15%, 8%, 48%)
(0.00 / 0.15 / 0.08 / 0.48)

CMYK percentages

%0
%15.15
%7.58
%48.24

Codes

Color #84707A in popluar color models

84 70 7A
RGB 132 112 122
HSL 330° 8.20% 47.84%
HSB/HSV 330° 15.15% 51.76%
CMYK 0.00% 15.15% 7.58%
48.24%

Color #84707A in popluar number systems.

HEX 84 70 7A
Decimal 132 112 122
Binary 10000100 1110000 1111010
Octal 204 160 172

Shades and tints

Shades of #84707A

#84707A
(132,112,122)
#78666F
(120,102,111)
#6C5C64
(108,92,100)
#605259
(96,82,89)
#54484E
(84,72,78)
#483E43
(72,62,67)
#3C3438
(60,52,56)
#302A2D
(48,42,45)
#242022
(36,32,34)
#181617
(24,22,23)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #84707A

#84707A
(132,112,122)
#8F7D86
(143,125,134)
#9A8A92
(154,138,146)
#A5979E
(165,151,158)
#B0A4AA
(176,164,170)
#BBB1B6
(187,177,182)
#C6BEC2
(198,190,194)
#D1CBCE
(209,203,206)
#DCD8DA
(220,216,218)
#E7E5E6
(231,229,230)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84707A color. Also use rgb(132,112,122) instead hex code.

Text Font Color

.myTextColor { color: #84707A; }

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

This text font color is #84707A.

Background Color

.myBgColor { background-color: #84707A; }

<div style="background-color:#84707A">Inner text</div>

This div background color is #84707A.

Border color

.myBorderColor { border: 1px solid #84707A; }

<div style="border:3px solid #84707A">Div</div>

This div border color is #84707A.

Opacity

.myOpacity80 { color: #84707A; opacity: 0.8; }

<p style="color:#84707A;opacity:0.8;">80%</p>

Text with #84707A 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 #84707A;}

<p style="text-shadow: 3px 3px 1px #84707A">Text here.</p>

This text has shadow with #84707A color.


.textShadow {text-shadow: 3px 3px 1px #84707A', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #84707A, 5px 5px 20px red">Text here.</p>

This text has shadow with #84707A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#84707A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#84707A, Direction=45, Strength=4)">Text</p>

This text has shadow with #84707A and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #84707A;
-webkit-box-shadow: 1px 1px 3px 2px #84707A;
box-shadow: 1px 1px 3px 2px #84707A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #84707A; -webkit-box-shadow: 1px 1px 3px 2px #84707A; box-shadow:1px 1px 3px 2px #84707A;">
Div content here
</div>

This div box has shadow with color #84707A.

Preview

Color preview on black background

This text has color #84707A on black background.


Color preview on white background

This text has color #84707A on white background.


Black color preview on #84707A background

This text has black color on #84707A background.


White color preview on #84707A background

This text has white color on #84707A background.


Related colors

Complementary color

Complementary color for #hex is #7B8F85.


I love getcolorcode.com

Triadic colors

1 #7A8470 and #707A84 with #84707A are triadic colors.

2 #7A7084 and #70847A with #84707A are triadic colors.