COLOR #87847D

HEX: #87847D RGB: (135,132,125)

Color info

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

RGB color model

#87847D color RGB value is (135,132,125).

RGB: (135,132,125) (53%, 52%, 49%)

RGB channels and saturation

R 135 of 255 = 53%
G 132 of 255 = 52%
B 125 of 255 = 49%

135
132
125

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

Portions of RGB colors in percentages

R + G + B = 135 + 132 + 125 = 392 (100%)
R 135 of 392 ~ 34.44%
G 132 of 392 ~ 33.67%
B 125 of 392 ~ 31.89'%

%34.44
%33.67
%31.89

CMYK color model

#87847D color CMYK value is (0,2,7,47).

  • cyan value is 0.00%
  • magenta value is 2.22%
  • yellow value is 7.41%
  • key color value is 47.06%

CMYK: (0,2,7,47)
C0M2Y7K47 (0%, 2%, 7%, 47%)
(0.00 / 0.02 / 0.07 / 0.47)

CMYK percentages

%0
%2.22
%7.41
%47.06

Codes

Color #87847D in popluar color models

87 84 7D
RGB 135 132 125
HSL 42° 4.00% 50.98%
HSB/HSV 42° 7.41% 52.94%
CMYK 0.00% 2.22% 7.41%
47.06%

Color #87847D in popluar number systems.

HEX 87 84 7D
Decimal 135 132 125
Binary 10000111 10000100 1111101
Octal 207 204 175

Shades and tints

Shades of #87847D

#87847D
(135,132,125)
#7B7872
(123,120,114)
#6F6C67
(111,108,103)
#63605C
(99,96,92)
#575451
(87,84,81)
#4B4846
(75,72,70)
#3F3C3B
(63,60,59)
#333030
(51,48,48)
#272425
(39,36,37)
#1B181A
(27,24,26)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #87847D

#87847D
(135,132,125)
#918F88
(145,143,136)
#9B9A93
(155,154,147)
#A5A59E
(165,165,158)
#AFB0A9
(175,176,169)
#B9BBB4
(185,187,180)
#C3C6BF
(195,198,191)
#CDD1CA
(205,209,202)
#D7DCD5
(215,220,213)
#E1E7E0
(225,231,224)
#EBF2EB
(235,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87847D color. Also use rgb(135,132,125) instead hex code.

Text Font Color

.myTextColor { color: #87847D; }

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

This text font color is #87847D.

Background Color

.myBgColor { background-color: #87847D; }

<div style="background-color:#87847D">Inner text</div>

This div background color is #87847D.

Border color

.myBorderColor { border: 1px solid #87847D; }

<div style="border:3px solid #87847D">Div</div>

This div border color is #87847D.

Opacity

.myOpacity80 { color: #87847D; opacity: 0.8; }

<p style="color:#87847D;opacity:0.8;">80%</p>

Text with #87847D 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 #87847D;}

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

This text has shadow with #87847D color.


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

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

This text has shadow with #87847D primary color and red secondary color.


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

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

This text has shadow with #87847D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #87847D.

Preview

Color preview on black background

This text has color #87847D on black background.


Color preview on white background

This text has color #87847D on white background.


Black color preview on #87847D background

This text has black color on #87847D background.


White color preview on #87847D background

This text has white color on #87847D background.


Related colors

Complementary color

Complementary color for #hex is #787B82.


I love getcolorcode.com

Triadic colors

1 #7D8784 and #847D87 with #87847D are triadic colors.

2 #7D8487 and #84877D with #87847D are triadic colors.