COLOR #87737D

HEX: #87737D
RGB: (135,115,125)

Color info

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

RGB color model

#87737D color RGB value is (135,115,125).

  • red value is 135;
  • green value is 115;
  • blue value is 125.
RGB:
(135,115,125)
(53%,45%,49%)

RGB channels and saturation

R 135 of 255 = 53%
G 115 of 255 = 45%
B 125 of 255 = 49%

135
115
125

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

Portions of RGB colors in percentages

R + G + B =
135 + 115 + 125 = 375 (100%)
R 135 of 375 ~ 36%
G 115 of 375 ~ 30.67%
B 125 of 375 ~ 33.33%

%36
%30.67
%33.33

CMYK color model

#87737D color CMYK value is (0,15,7,47).

  • cyan value is 0.00%
  • magenta value is 14.81%
  • yellow value is 7.41%
  • key color value is 47.06%
CMYK:
(0,15,7,47)
C0M15Y7K47 
(0%,15%,7%,47%)
(0.00/0.15/0.07/0.47)	

CMYK percentages

%0
%14.81
%7.41
%47.06

Codes

Color #87737D in popluar color models

87737D
RGB135115125
HSL330°8.00%49.02%
HSB/HSV330°14.81%52.94%
CMYK0.00%14.81%7.41%
47.06%

Color #87737D in popluar number systems.

HEX87737D
Decimal135115125
Binary1000011111100111111101
Octal207163175

Shades and tints

Shades of #87737D

#87737D
(135,115,125)
#7B6972
(123,105,114)
#6F5F67
(111,95,103)
#63555C
(99,85,92)
#574B51
(87,75,81)
#4B4146
(75,65,70)
#3F373B
(63,55,59)
#332D30
(51,45,48)
#272325
(39,35,37)
#1B191A
(27,25,26)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #87737D

#87737D
(135,115,125)
#917F88
(145,127,136)
#9B8B93
(155,139,147)
#A5979E
(165,151,158)
#AFA3A9
(175,163,169)
#B9AFB4
(185,175,180)
#C3BBBF
(195,187,191)
#CDC7CA
(205,199,202)
#D7D3D5
(215,211,213)
#E1DFE0
(225,223,224)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87737D; }

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

This text font color is #87737D.


Background Color

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

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

This div background color is #87737D.


Border color

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

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

This div border color is #87737D.


Opacity

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

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

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

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

This text has shadow with #87737D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87737D on black background.


Color preview on white background

This text has color #87737D on white background.



Black color preview on #87737D background

This text has black color on #87737D background.


White color preview on #87737D background

This text has white color on #87737D background.