COLOR #87747C

HEX: #87747C
RGB: (135,116,124)

Color info

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

RGB color model

#87747C color RGB value is (135,116,124).

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

RGB channels and saturation

R 135 of 255 = 53%
G 116 of 255 = 45%
B 124 of 255 = 49%

135
116
124

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

Portions of RGB colors in percentages

R + G + B =
135 + 116 + 124 = 375 (100%)
R 135 of 375 ~ 36%
G 116 of 375 ~ 30.93%
B 124 of 375 ~ 33.07%

%36
%30.93
%33.07

CMYK color model

#87747C color CMYK value is (0,14,8,47).

  • cyan value is 0.00%
  • magenta value is 14.07%
  • yellow value is 8.15%
  • key color value is 47.06%
CMYK:
(0,14,8,47)
C0M14Y8K47 
(0%,14%,8%,47%)
(0.00/0.14/0.08/0.47)	

CMYK percentages

%0
%14.07
%8.15
%47.06

Codes

Color #87747C in popluar color models

87747C
RGB135116124
HSL335°7.57%49.22%
HSB/HSV335°14.07%52.94%
CMYK0.00%14.07%8.15%
47.06%

Color #87747C in popluar number systems.

HEX87747C
Decimal135116124
Binary1000011111101001111100
Octal207164174

Shades and tints

Shades of #87747C

#87747C
(135,116,124)
#7B6A71
(123,106,113)
#6F6066
(111,96,102)
#63565B
(99,86,91)
#574C50
(87,76,80)
#4B4245
(75,66,69)
#3F383A
(63,56,58)
#332E2F
(51,46,47)
#272424
(39,36,36)
#1B1A19
(27,26,25)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #87747C

#87747C
(135,116,124)
#918087
(145,128,135)
#9B8C92
(155,140,146)
#A5989D
(165,152,157)
#AFA4A8
(175,164,168)
#B9B0B3
(185,176,179)
#C3BCBE
(195,188,190)
#CDC8C9
(205,200,201)
#D7D4D4
(215,212,212)
#E1E0DF
(225,224,223)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87747C; }

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

This text font color is #87747C.


Background Color

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

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

This div background color is #87747C.


Border color

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

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

This div border color is #87747C.


Opacity

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

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

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

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

This text has shadow with #87747C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87747C on black background.


Color preview on white background

This text has color #87747C on white background.



Black color preview on #87747C background

This text has black color on #87747C background.


White color preview on #87747C background

This text has white color on #87747C background.