COLOR #84787A

HEX: #84787A
RGB: (132,120,122)

Color info

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

RGB color model

#84787A color RGB value is (132,120,122).

  • red value is 132;
  • green value is 120;
  • blue value is 122.
RGB:
(132,120,122)
(52%,47%,48%)

RGB channels and saturation

R 132 of 255 = 52%
G 120 of 255 = 47%
B 122 of 255 = 48%

132
120
122

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

Portions of RGB colors in percentages

R + G + B =
132 + 120 + 122 = 374 (100%)
R 132 of 374 ~ 35.29%
G 120 of 374 ~ 32.09%
B 122 of 374 ~ 32.62%

%35.29
%32.09
%32.62

CMYK color model

#84787A color CMYK value is (0,9,8,48).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 7.58%
  • key color value is 48.24%
CMYK:
(0,9,8,48)
C0M9Y8K48 
(0%,9%,8%,48%)
(0.00/0.09/0.08/0.48)	

CMYK percentages

%0
%9.09
%7.58
%48.24

Codes

Color #84787A in popluar color models

84787A
RGB132120122
HSL350°4.76%49.41%
HSB/HSV350°9.09%51.76%
CMYK0.00%9.09%7.58%
48.24%

Color #84787A in popluar number systems.

HEX84787A
Decimal132120122
Binary1000010011110001111010
Octal204170172

Shades and tints

Shades of #84787A

#84787A
(132,120,122)
#786E6F
(120,110,111)
#6C6464
(108,100,100)
#605A59
(96,90,89)
#54504E
(84,80,78)
#484643
(72,70,67)
#3C3C38
(60,60,56)
#30322D
(48,50,45)
#242822
(36,40,34)
#181E17
(24,30,23)
#0C140C
(12,20,12)
#000000
(0,0,0)

Tints of #84787A

#84787A
(132,120,122)
#8F8486
(143,132,134)
#9A9092
(154,144,146)
#A59C9E
(165,156,158)
#B0A8AA
(176,168,170)
#BBB4B6
(187,180,182)
#C6C0C2
(198,192,194)
#D1CCCE
(209,204,206)
#DCD8DA
(220,216,218)
#E7E4E6
(231,228,230)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84787A; }

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

This text font color is #84787A.


Background Color

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

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

This div background color is #84787A.


Border color

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

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

This div border color is #84787A.


Opacity

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

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

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

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

This text has shadow with #84787A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84787A on black background.


Color preview on white background

This text has color #84787A on white background.



Black color preview on #84787A background

This text has black color on #84787A background.


White color preview on #84787A background

This text has white color on #84787A background.