COLOR #887887

HEX: #887887
RGB: (136,120,135)

Color info

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

RGB color model

#887887 color RGB value is (136,120,135).

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

RGB channels and saturation

R 136 of 255 = 53%
G 120 of 255 = 47%
B 135 of 255 = 53%

136
120
135

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

Portions of RGB colors in percentages

R + G + B =
136 + 120 + 135 = 391 (100%)
R 136 of 391 ~ 34.78%
G 120 of 391 ~ 30.69%
B 135 of 391 ~ 34.53%

%34.78
%30.69
%34.53

CMYK color model

#887887 color CMYK value is (0,12,1,47).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 0.74%
  • key color value is 46.67%
CMYK:
(0,12,1,47)
C0M12Y1K47 
(0%,12%,1%,47%)
(0.00/0.12/0.01/0.47)	

CMYK percentages

%0
%11.76
%0.74
%46.67

Codes

Color #887887 in popluar color models

887887
RGB136120135
HSL304°6.30%50.20%
HSB/HSV304°11.76%53.33%
CMYK0.00%11.76%0.74%
46.67%

Color #887887 in popluar number systems.

HEX887887
Decimal136120135
Binary10001000111100010000111
Octal210170207

Shades and tints

Shades of #887887

#887887
(136,120,135)
#7C6E7B
(124,110,123)
#70646F
(112,100,111)
#645A63
(100,90,99)
#585057
(88,80,87)
#4C464B
(76,70,75)
#403C3F
(64,60,63)
#343233
(52,50,51)
#282827
(40,40,39)
#1C1E1B
(28,30,27)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #887887

#887887
(136,120,135)
#928491
(146,132,145)
#9C909B
(156,144,155)
#A69CA5
(166,156,165)
#B0A8AF
(176,168,175)
#BAB4B9
(186,180,185)
#C4C0C3
(196,192,195)
#CECCCD
(206,204,205)
#D8D8D7
(216,216,215)
#E2E4E1
(226,228,225)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887887; }

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

This text font color is #887887.


Background Color

.myBgColor { background-color: #887887; }

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

This div background color is #887887.


Border color

.myBorderColor { border: 1px solid #887887; }

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

This div border color is #887887.


Opacity

.myOpacity80 { color: #887887; opacity: 0.8; }

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

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

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

This text has shadow with #887887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887887 on black background.


Color preview on white background

This text has color #887887 on white background.



Black color preview on #887887 background

This text has black color on #887887 background.


White color preview on #887887 background

This text has white color on #887887 background.