COLOR #84878B

HEX: #84878B RGB: (132,135,139)

Color info

#84878B contains red, green and blue colors in about the same proportion. Web safe color of #84878B is #999999 (or #999).

RGB color model

#84878B color RGB value is (132,135,139).

RGB: (132,135,139) (52%, 53%, 55%)

RGB channels and saturation

R 132 of 255 = 52%
G 135 of 255 = 53%
B 139 of 255 = 55%

132
135
139

R + G + B ~ 53%. #84878B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 135 + 139 = 406 (100%)
R 132 of 406 ~ 32.51%
G 135 of 406 ~ 33.25%
B 139 of 406 ~ 34.24'%

%32.51
%33.25
%34.24

CMYK color model

#84878B color CMYK value is (5,3,0,45).

  • cyan value is 5.04%
  • magenta value is 2.88%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (5,3,0,45)
C5M3Y0K45 (5%, 3%, 0%, 45%)
(0.05 / 0.03 / 0.00 / 0.45)

CMYK percentages

%5.04
%2.88
%0
%45.49

Codes

Color #84878B in popluar color models

84 87 8B
RGB 132 135 139
HSL 214° 2.93% 53.14%
HSB/HSV 214° 5.04% 54.51%
CMYK 5.04% 2.88% 0.00%
45.49%

Color #84878B in popluar number systems.

HEX 84 87 8B
Decimal 132 135 139
Binary 10000100 10000111 10001011
Octal 204 207 213

Shades and tints

Shades of #84878B

#84878B
(132,135,139)
#787B7F
(120,123,127)
#6C6F73
(108,111,115)
#606367
(96,99,103)
#54575B
(84,87,91)
#484B4F
(72,75,79)
#3C3F43
(60,63,67)
#303337
(48,51,55)
#24272B
(36,39,43)
#181B1F
(24,27,31)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #84878B

#84878B
(132,135,139)
#8F9195
(143,145,149)
#9A9B9F
(154,155,159)
#A5A5A9
(165,165,169)
#B0AFB3
(176,175,179)
#BBB9BD
(187,185,189)
#C6C3C7
(198,195,199)
#D1CDD1
(209,205,209)
#DCD7DB
(220,215,219)
#E7E1E5
(231,225,229)
#F2EBEF
(242,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84878B color. Also use rgb(132,135,139) instead hex code.

Text Font Color

.myTextColor { color: #84878B; }

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

This text font color is #84878B.

Background Color

.myBgColor { background-color: #84878B; }

<div style="background-color:#84878B">Inner text</div>

This div background color is #84878B.

Border color

.myBorderColor { border: 1px solid #84878B; }

<div style="border:3px solid #84878B">Div</div>

This div border color is #84878B.

Opacity

.myOpacity80 { color: #84878B; opacity: 0.8; }

<p style="color:#84878B;opacity:0.8;">80%</p>

Text with #84878B 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 #84878B;}

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

This text has shadow with #84878B color.


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

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

This text has shadow with #84878B primary color and red secondary color.


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

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

This text has shadow with #84878B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #84878B.

Preview

Color preview on black background

This text has color #84878B on black background.


Color preview on white background

This text has color #84878B on white background.


Black color preview on #84878B background

This text has black color on #84878B background.


White color preview on #84878B background

This text has white color on #84878B background.


Related colors

Complementary color

Complementary color for #hex is #7B7874.


I love getcolorcode.com

Triadic colors

1 #8B8487 and #878B84 with #84878B are triadic colors.

2 #8B8784 and #87848B with #84878B are triadic colors.