COLOR #887D87

HEX: #887D87
RGB: (136,125,135)

Color info

#887D87 contains red, green and blue colors in about the same proportion. Web safe color of #887D87 is #996699 (or #969).

RGB color model

#887D87 color RGB value is (136,125,135).

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

RGB channels and saturation

R 136 of 255 = 53%
G 125 of 255 = 49%
B 135 of 255 = 53%

136
125
135

R + G + B ~ 52%. #887D87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 125 + 135 = 396 (100%)
R 136 of 396 ~ 34.34%
G 125 of 396 ~ 31.57%
B 135 of 396 ~ 34.09%

%34.34
%31.57
%34.09

CMYK color model

#887D87 color CMYK value is (0,8,1,47).

  • cyan value is 0.00%
  • magenta value is 8.09%
  • yellow value is 0.74%
  • key color value is 46.67%
CMYK:
(0,8,1,47)
C0M8Y1K47 
(0%,8%,1%,47%)
(0.00/0.08/0.01/0.47)	

CMYK percentages

%0
%8.09
%0.74
%46.67

Codes

Color #887D87 in popluar color models

887D87
RGB136125135
HSL305°4.42%51.18%
HSB/HSV305°8.09%53.33%
CMYK0.00%8.09%0.74%
46.67%

Color #887D87 in popluar number systems.

HEX887D87
Decimal136125135
Binary10001000111110110000111
Octal210175207

Shades and tints

Shades of #887D87

#887D87
(136,125,135)
#7C727B
(124,114,123)
#70676F
(112,103,111)
#645C63
(100,92,99)
#585157
(88,81,87)
#4C464B
(76,70,75)
#403B3F
(64,59,63)
#343033
(52,48,51)
#282527
(40,37,39)
#1C1A1B
(28,26,27)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #887D87

#887D87
(136,125,135)
#928891
(146,136,145)
#9C939B
(156,147,155)
#A69EA5
(166,158,165)
#B0A9AF
(176,169,175)
#BAB4B9
(186,180,185)
#C4BFC3
(196,191,195)
#CECACD
(206,202,205)
#D8D5D7
(216,213,215)
#E2E0E1
(226,224,225)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887D87 color. Also use rgb(136,125,135) instead hex code.

Text Font Color

.myTextColor { color: #887D87; }

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

This text font color is #887D87.


Background Color

.myBgColor { background-color: #887D87; }

<div style="background-color:#887D87">Inner text</div>

This div background color is #887D87.


Border color

.myBorderColor { border: 1px solid #887D87; }

<div style="border:3px solid #887D87">Div</div>

This div border color is #887D87.


Opacity

.myOpacity80 { color: #887D87; opacity: 0.8; }

<p style="color:#887D87;opacity:0.8;">80%</p>

Text with #887D87 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 #887D87;}

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

This text has shadow with #887D87 color.

.textShadow {text-shadow: 3px 3px 1px #887D87, 3px 3px 1px red;}

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

This text has shadow with #887D87 primary color and red secondary color.


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

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

This text has shadow with #887D87 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887D87 on black background.


Color preview on white background

This text has color #887D87 on white background.



Black color preview on #887D87 background

This text has black color on #887D87 background.


White color preview on #887D87 background

This text has white color on #887D87 background.