COLOR #887F7C

HEX: #887F7C
RGB: (136,127,124)

Color info

#887F7C contains red, green and blue colors in about the same proportion. Web safe color of #887F7C is #996666 (or #966).

RGB color model

#887F7C color RGB value is (136,127,124).

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

RGB channels and saturation

R 136 of 255 = 53%
G 127 of 255 = 50%
B 124 of 255 = 49%

136
127
124

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

Portions of RGB colors in percentages

R + G + B =
136 + 127 + 124 = 387 (100%)
R 136 of 387 ~ 35.14%
G 127 of 387 ~ 32.82%
B 124 of 387 ~ 32.04%

%35.14
%32.82
%32.04

CMYK color model

#887F7C color CMYK value is (0,7,9,47).

  • cyan value is 0.00%
  • magenta value is 6.62%
  • yellow value is 8.82%
  • key color value is 46.67%
CMYK:
(0,7,9,47)
C0M7Y9K47 
(0%,7%,9%,47%)
(0.00/0.07/0.09/0.47)	

CMYK percentages

%0
%6.62
%8.82
%46.67

Codes

Color #887F7C in popluar color models

887F7C
RGB136127124
HSL15°4.80%50.98%
HSB/HSV15°8.82%53.33%
CMYK0.00%6.62%8.82%
46.67%

Color #887F7C in popluar number systems.

HEX887F7C
Decimal136127124
Binary1000100011111111111100
Octal210177174

Shades and tints

Shades of #887F7C

#887F7C
(136,127,124)
#7C7471
(124,116,113)
#706966
(112,105,102)
#645E5B
(100,94,91)
#585350
(88,83,80)
#4C4845
(76,72,69)
#403D3A
(64,61,58)
#34322F
(52,50,47)
#282724
(40,39,36)
#1C1C19
(28,28,25)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #887F7C

#887F7C
(136,127,124)
#928A87
(146,138,135)
#9C9592
(156,149,146)
#A6A09D
(166,160,157)
#B0ABA8
(176,171,168)
#BAB6B3
(186,182,179)
#C4C1BE
(196,193,190)
#CECCC9
(206,204,201)
#D8D7D4
(216,215,212)
#E2E2DF
(226,226,223)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887F7C; }

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

This text font color is #887F7C.


Background Color

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

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

This div background color is #887F7C.


Border color

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

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

This div border color is #887F7C.


Opacity

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

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

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

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

This text has shadow with #887F7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887F7C on black background.


Color preview on white background

This text has color #887F7C on white background.



Black color preview on #887F7C background

This text has black color on #887F7C background.


White color preview on #887F7C background

This text has white color on #887F7C background.