COLOR #887F87

HEX: #887F87
RGB: (136,127,135)

Color info

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

RGB color model

#887F87 color RGB value is (136,127,135).

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

RGB channels and saturation

R 136 of 255 = 53%
G 127 of 255 = 50%
B 135 of 255 = 53%

136
127
135

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

Portions of RGB colors in percentages

R + G + B =
136 + 127 + 135 = 398 (100%)
R 136 of 398 ~ 34.17%
G 127 of 398 ~ 31.91%
B 135 of 398 ~ 33.92%

%34.17
%31.91
%33.92

CMYK color model

#887F87 color CMYK value is (0,7,1,47).

  • cyan value is 0.00%
  • magenta value is 6.62%
  • yellow value is 0.74%
  • key color value is 46.67%
CMYK:
(0,7,1,47)
C0M7Y1K47 
(0%,7%,1%,47%)
(0.00/0.07/0.01/0.47)	

CMYK percentages

%0
%6.62
%0.74
%46.67

Codes

Color #887F87 in popluar color models

887F87
RGB136127135
HSL307°3.64%51.57%
HSB/HSV307°6.62%53.33%
CMYK0.00%6.62%0.74%
46.67%

Color #887F87 in popluar number systems.

HEX887F87
Decimal136127135
Binary10001000111111110000111
Octal210177207

Shades and tints

Shades of #887F87

#887F87
(136,127,135)
#7C747B
(124,116,123)
#70696F
(112,105,111)
#645E63
(100,94,99)
#585357
(88,83,87)
#4C484B
(76,72,75)
#403D3F
(64,61,63)
#343233
(52,50,51)
#282727
(40,39,39)
#1C1C1B
(28,28,27)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #887F87

#887F87
(136,127,135)
#928A91
(146,138,145)
#9C959B
(156,149,155)
#A6A0A5
(166,160,165)
#B0ABAF
(176,171,175)
#BAB6B9
(186,182,185)
#C4C1C3
(196,193,195)
#CECCCD
(206,204,205)
#D8D7D7
(216,215,215)
#E2E2E1
(226,226,225)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887F87; }

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

This text font color is #887F87.


Background Color

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

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

This div background color is #887F87.


Border color

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

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

This div border color is #887F87.


Opacity

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

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

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

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

This text has shadow with #887F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887F87 on black background.


Color preview on white background

This text has color #887F87 on white background.



Black color preview on #887F87 background

This text has black color on #887F87 background.


White color preview on #887F87 background

This text has white color on #887F87 background.