COLOR #887C85

HEX: #887C85
RGB: (136,124,133)

Color info

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

RGB color model

#887C85 color RGB value is (136,124,133).

  • red value is 136;
  • green value is 124;
  • blue value is 133.
RGB:
(136,124,133)
(53%,49%,52%)

RGB channels and saturation

R 136 of 255 = 53%
G 124 of 255 = 49%
B 133 of 255 = 52%

136
124
133

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

Portions of RGB colors in percentages

R + G + B =
136 + 124 + 133 = 393 (100%)
R 136 of 393 ~ 34.61%
G 124 of 393 ~ 31.55%
B 133 of 393 ~ 33.84%

%34.61
%31.55
%33.84

CMYK color model

#887C85 color CMYK value is (0,9,2,47).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 2.21%
  • key color value is 46.67%
CMYK:
(0,9,2,47)
C0M9Y2K47 
(0%,9%,2%,47%)
(0.00/0.09/0.02/0.47)	

CMYK percentages

%0
%8.82
%2.21
%46.67

Codes

Color #887C85 in popluar color models

887C85
RGB136124133
HSL315°4.80%50.98%
HSB/HSV315°8.82%53.33%
CMYK0.00%8.82%2.21%
46.67%

Color #887C85 in popluar number systems.

HEX887C85
Decimal136124133
Binary10001000111110010000101
Octal210174205

Shades and tints

Shades of #887C85

#887C85
(136,124,133)
#7C7179
(124,113,121)
#70666D
(112,102,109)
#645B61
(100,91,97)
#585055
(88,80,85)
#4C4549
(76,69,73)
#403A3D
(64,58,61)
#342F31
(52,47,49)
#282425
(40,36,37)
#1C1919
(28,25,25)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #887C85

#887C85
(136,124,133)
#928790
(146,135,144)
#9C929B
(156,146,155)
#A69DA6
(166,157,166)
#B0A8B1
(176,168,177)
#BAB3BC
(186,179,188)
#C4BEC7
(196,190,199)
#CEC9D2
(206,201,210)
#D8D4DD
(216,212,221)
#E2DFE8
(226,223,232)
#ECEAF3
(236,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887C85 color. Also use rgb(136,124,133) instead hex code.

Text Font Color

.myTextColor { color: #887C85; }

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

This text font color is #887C85.


Background Color

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

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

This div background color is #887C85.


Border color

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

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

This div border color is #887C85.


Opacity

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

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

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

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

This text has shadow with #887C85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887C85 on black background.


Color preview on white background

This text has color #887C85 on white background.



Black color preview on #887C85 background

This text has black color on #887C85 background.


White color preview on #887C85 background

This text has white color on #887C85 background.