COLOR #887F6C

HEX: #887F6C
RGB: (136,127,108)

Color info

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

RGB color model

#887F6C color RGB value is (136,127,108).

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

RGB channels and saturation

R 136 of 255 = 53%
G 127 of 255 = 50%
B 108 of 255 = 42%

136
127
108

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

Portions of RGB colors in percentages

R + G + B =
136 + 127 + 108 = 371 (100%)
R 136 of 371 ~ 36.66%
G 127 of 371 ~ 34.23%
B 108 of 371 ~ 29.11%

%36.66
%34.23
%29.11

CMYK color model

#887F6C color CMYK value is (0,7,21,47).

  • cyan value is 0.00%
  • magenta value is 6.62%
  • yellow value is 20.59%
  • key color value is 46.67%
CMYK:
(0,7,21,47)
C0M7Y21K47 
(0%,7%,21%,47%)
(0.00/0.07/0.21/0.47)	

CMYK percentages

%0
%6.62
%20.59
%46.67

Codes

Color #887F6C in popluar color models

887F6C
RGB136127108
HSL41°11.48%47.84%
HSB/HSV41°20.59%53.33%
CMYK0.00%6.62%20.59%
46.67%

Color #887F6C in popluar number systems.

HEX887F6C
Decimal136127108
Binary1000100011111111101100
Octal210177154

Shades and tints

Shades of #887F6C

#887F6C
(136,127,108)
#7C7463
(124,116,99)
#70695A
(112,105,90)
#645E51
(100,94,81)
#585348
(88,83,72)
#4C483F
(76,72,63)
#403D36
(64,61,54)
#34322D
(52,50,45)
#282724
(40,39,36)
#1C1C1B
(28,28,27)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #887F6C

#887F6C
(136,127,108)
#928A79
(146,138,121)
#9C9586
(156,149,134)
#A6A093
(166,160,147)
#B0ABA0
(176,171,160)
#BAB6AD
(186,182,173)
#C4C1BA
(196,193,186)
#CECCC7
(206,204,199)
#D8D7D4
(216,215,212)
#E2E2E1
(226,226,225)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887F6C; }

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

This text font color is #887F6C.


Background Color

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

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

This div background color is #887F6C.


Border color

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

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

This div border color is #887F6C.


Opacity

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

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

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

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

This text has shadow with #887F6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887F6C on black background.


Color preview on white background

This text has color #887F6C on white background.



Black color preview on #887F6C background

This text has black color on #887F6C background.


White color preview on #887F6C background

This text has white color on #887F6C background.