COLOR #84787C

HEX: #84787C RGB: (132,120,124)

Color info

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

RGB color model

#84787C color RGB value is (132,120,124).

RGB: (132,120,124) (52%, 47%, 49%)

RGB channels and saturation

R 132 of 255 = 52%
G 120 of 255 = 47%
B 124 of 255 = 49%

132
120
124

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

Portions of RGB colors in percentages

R + G + B = 132 + 120 + 124 = 376 (100%)
R 132 of 376 ~ 35.11%
G 120 of 376 ~ 31.91%
B 124 of 376 ~ 32.98'%

%35.11
%31.91
%32.98

CMYK color model

#84787C color CMYK value is (0,9,6,48).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 6.06%
  • key color value is 48.24%

CMYK: (0,9,6,48)
C0M9Y6K48 (0%, 9%, 6%, 48%)
(0.00 / 0.09 / 0.06 / 0.48)

CMYK percentages

%0
%9.09
%6.06
%48.24

Codes

Color #84787C in popluar color models

84 78 7C
RGB 132 120 124
HSL 340° 4.76% 49.41%
HSB/HSV 340° 9.09% 51.76%
CMYK 0.00% 9.09% 6.06%
48.24%

Color #84787C in popluar number systems.

HEX 84 78 7C
Decimal 132 120 124
Binary 10000100 1111000 1111100
Octal 204 170 174

Shades and tints

Shades of #84787C

#84787C
(132,120,124)
#786E71
(120,110,113)
#6C6466
(108,100,102)
#605A5B
(96,90,91)
#545050
(84,80,80)
#484645
(72,70,69)
#3C3C3A
(60,60,58)
#30322F
(48,50,47)
#242824
(36,40,36)
#181E19
(24,30,25)
#0C140E
(12,20,14)
#000000
(0,0,0)

Tints of #84787C

#84787C
(132,120,124)
#8F8487
(143,132,135)
#9A9092
(154,144,146)
#A59C9D
(165,156,157)
#B0A8A8
(176,168,168)
#BBB4B3
(187,180,179)
#C6C0BE
(198,192,190)
#D1CCC9
(209,204,201)
#DCD8D4
(220,216,212)
#E7E4DF
(231,228,223)
#F2F0EA
(242,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84787C color. Also use rgb(132,120,124) instead hex code.

Text Font Color

.myTextColor { color: #84787C; }

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

This text font color is #84787C.

Background Color

.myBgColor { background-color: #84787C; }

<div style="background-color:#84787C">Inner text</div>

This div background color is #84787C.

Border color

.myBorderColor { border: 1px solid #84787C; }

<div style="border:3px solid #84787C">Div</div>

This div border color is #84787C.

Opacity

.myOpacity80 { color: #84787C; opacity: 0.8; }

<p style="color:#84787C;opacity:0.8;">80%</p>

Text with #84787C 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 #84787C;}

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

This text has shadow with #84787C color.


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

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

This text has shadow with #84787C primary color and red secondary color.


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

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

This text has shadow with #84787C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #84787C.

Preview

Color preview on black background

This text has color #84787C on black background.


Color preview on white background

This text has color #84787C on white background.


Black color preview on #84787C background

This text has black color on #84787C background.


White color preview on #84787C background

This text has white color on #84787C background.


Related colors

Complementary color

Complementary color for #hex is #7B8783.


I love getcolorcode.com

Triadic colors

1 #7C8478 and #787C84 with #84787C are triadic colors.

2 #7C7884 and #78847C with #84787C are triadic colors.