COLOR #87747F

HEX: #87747F
RGB: (135,116,127)

Color info

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

RGB color model

#87747F color RGB value is (135,116,127).

  • red value is 135;
  • green value is 116;
  • blue value is 127.
RGB:
(135,116,127)
(53%,45%,50%)

RGB channels and saturation

R 135 of 255 = 53%
G 116 of 255 = 45%
B 127 of 255 = 50%

135
116
127

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

Portions of RGB colors in percentages

R + G + B =
135 + 116 + 127 = 378 (100%)
R 135 of 378 ~ 35.71%
G 116 of 378 ~ 30.69%
B 127 of 378 ~ 33.6%

%35.71
%30.69
%33.6

CMYK color model

#87747F color CMYK value is (0,14,6,47).

  • cyan value is 0.00%
  • magenta value is 14.07%
  • yellow value is 5.93%
  • key color value is 47.06%
CMYK:
(0,14,6,47)
C0M14Y6K47 
(0%,14%,6%,47%)
(0.00/0.14/0.06/0.47)	

CMYK percentages

%0
%14.07
%5.93
%47.06

Codes

Color #87747F in popluar color models

87747F
RGB135116127
HSL325°7.57%49.22%
HSB/HSV325°14.07%52.94%
CMYK0.00%14.07%5.93%
47.06%

Color #87747F in popluar number systems.

HEX87747F
Decimal135116127
Binary1000011111101001111111
Octal207164177

Shades and tints

Shades of #87747F

#87747F
(135,116,127)
#7B6A74
(123,106,116)
#6F6069
(111,96,105)
#63565E
(99,86,94)
#574C53
(87,76,83)
#4B4248
(75,66,72)
#3F383D
(63,56,61)
#332E32
(51,46,50)
#272427
(39,36,39)
#1B1A1C
(27,26,28)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #87747F

#87747F
(135,116,127)
#91808A
(145,128,138)
#9B8C95
(155,140,149)
#A598A0
(165,152,160)
#AFA4AB
(175,164,171)
#B9B0B6
(185,176,182)
#C3BCC1
(195,188,193)
#CDC8CC
(205,200,204)
#D7D4D7
(215,212,215)
#E1E0E2
(225,224,226)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87747F color. Also use rgb(135,116,127) instead hex code.

Text Font Color

.myTextColor { color: #87747F; }

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

This text font color is #87747F.


Background Color

.myBgColor { background-color: #87747F; }

<div style="background-color:#87747F">Inner text</div>

This div background color is #87747F.


Border color

.myBorderColor { border: 1px solid #87747F; }

<div style="border:3px solid #87747F">Div</div>

This div border color is #87747F.


Opacity

.myOpacity80 { color: #87747F; opacity: 0.8; }

<p style="color:#87747F;opacity:0.8;">80%</p>

Text with #87747F 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 #87747F;}

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

This text has shadow with #87747F color.

.textShadow {text-shadow: 3px 3px 1px #87747F, 3px 3px 1px red;}

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

This text has shadow with #87747F primary color and red secondary color.


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

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

This text has shadow with #87747F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87747F on black background.


Color preview on white background

This text has color #87747F on white background.



Black color preview on #87747F background

This text has black color on #87747F background.


White color preview on #87747F background

This text has white color on #87747F background.