COLOR #887F86

HEX: #887F86
RGB: (136,127,134)

Color info

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

RGB color model

#887F86 color RGB value is (136,127,134).

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

RGB channels and saturation

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

136
127
134

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

Portions of RGB colors in percentages

R + G + B =
136 + 127 + 134 = 397 (100%)
R 136 of 397 ~ 34.26%
G 127 of 397 ~ 31.99%
B 134 of 397 ~ 33.75%

%34.26
%31.99
%33.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.62%
  • yellow value is 1.47%
  • 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
%1.47
%46.67

Codes

Color #887F86 in popluar color models

887F86
RGB136127134
HSL313°3.64%51.57%
HSB/HSV313°6.62%53.33%
CMYK0.00%6.62%1.47%
46.67%

Color #887F86 in popluar number systems.

HEX887F86
Decimal136127134
Binary10001000111111110000110
Octal210177206

Shades and tints

Shades of #887F86

#887F86
(136,127,134)
#7C747A
(124,116,122)
#70696E
(112,105,110)
#645E62
(100,94,98)
#585356
(88,83,86)
#4C484A
(76,72,74)
#403D3E
(64,61,62)
#343232
(52,50,50)
#282726
(40,39,38)
#1C1C1A
(28,28,26)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #887F86

#887F86
(136,127,134)
#928A91
(146,138,145)
#9C959C
(156,149,156)
#A6A0A7
(166,160,167)
#B0ABB2
(176,171,178)
#BAB6BD
(186,182,189)
#C4C1C8
(196,193,200)
#CECCD3
(206,204,211)
#D8D7DE
(216,215,222)
#E2E2E9
(226,226,233)
#ECEDF4
(236,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887F86; }

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

This text font color is #887F86.


Background Color

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

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

This div background color is #887F86.


Border color

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

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

This div border color is #887F86.


Opacity

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

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

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

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

This text has shadow with #887F86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887F86 on black background.


Color preview on white background

This text has color #887F86 on white background.



Black color preview on #887F86 background

This text has black color on #887F86 background.


White color preview on #887F86 background

This text has white color on #887F86 background.