COLOR #87827A

HEX: #87827A RGB: (135,130,122)

Color info

#87827A contains red, green and blue colors in about the same proportion. Web safe color of #87827A is #999966 (or #996).

RGB color model

#87827A color RGB value is (135,130,122).

RGB: (135,130,122) (53%, 51%, 48%)

RGB channels and saturation

R 135 of 255 = 53%
G 130 of 255 = 51%
B 122 of 255 = 48%

135
130
122

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

Portions of RGB colors in percentages

R + G + B = 135 + 130 + 122 = 387 (100%)
R 135 of 387 ~ 34.88%
G 130 of 387 ~ 33.59%
B 122 of 387 ~ 31.52'%

%34.88
%33.59
%31.52

CMYK color model

#87827A color CMYK value is (0,4,10,47).

  • cyan value is 0.00%
  • magenta value is 3.70%
  • yellow value is 9.63%
  • key color value is 47.06%

CMYK: (0,4,10,47)
C0M4Y10K47 (0%, 4%, 10%, 47%)
(0.00 / 0.04 / 0.10 / 0.47)

CMYK percentages

%0
%3.7
%9.63
%47.06

Codes

Color #87827A in popluar color models

87 82 7A
RGB 135 130 122
HSL 37° 5.14% 50.39%
HSB/HSV 37° 9.63% 52.94%
CMYK 0.00% 3.70% 9.63%
47.06%

Color #87827A in popluar number systems.

HEX 87 82 7A
Decimal 135 130 122
Binary 10000111 10000010 1111010
Octal 207 202 172

Shades and tints

Shades of #87827A

#87827A
(135,130,122)
#7B776F
(123,119,111)
#6F6C64
(111,108,100)
#636159
(99,97,89)
#57564E
(87,86,78)
#4B4B43
(75,75,67)
#3F4038
(63,64,56)
#33352D
(51,53,45)
#272A22
(39,42,34)
#1B1F17
(27,31,23)
#0F140C
(15,20,12)
#000000
(0,0,0)

Tints of #87827A

#87827A
(135,130,122)
#918D86
(145,141,134)
#9B9892
(155,152,146)
#A5A39E
(165,163,158)
#AFAEAA
(175,174,170)
#B9B9B6
(185,185,182)
#C3C4C2
(195,196,194)
#CDCFCE
(205,207,206)
#D7DADA
(215,218,218)
#E1E5E6
(225,229,230)
#EBF0F2
(235,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87827A color. Also use rgb(135,130,122) instead hex code.

Text Font Color

.myTextColor { color: #87827A; }

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

This text font color is #87827A.

Background Color

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

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

This div background color is #87827A.

Border color

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

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

This div border color is #87827A.

Opacity

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

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

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

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

This text has shadow with #87827A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87827A.

Preview

Color preview on black background

This text has color #87827A on black background.


Color preview on white background

This text has color #87827A on white background.


Black color preview on #87827A background

This text has black color on #87827A background.


White color preview on #87827A background

This text has white color on #87827A background.


Related colors

Complementary color

Complementary color for #hex is #787D85.


I love getcolorcode.com

Triadic colors

1 #7A8782 and #827A87 with #87827A are triadic colors.

2 #7A8287 and #82877A with #87827A are triadic colors.