COLOR #887A6B

HEX: #887A6B
RGB: (136,122,107)

Color info

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

RGB color model

#887A6B color RGB value is (136,122,107).

  • red value is 136;
  • green value is 122;
  • blue value is 107.
RGB:
(136,122,107)
(53%,48%,42%)

RGB channels and saturation

R 136 of 255 = 53%
G 122 of 255 = 48%
B 107 of 255 = 42%

136
122
107

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

Portions of RGB colors in percentages

R + G + B =
136 + 122 + 107 = 365 (100%)
R 136 of 365 ~ 37.26%
G 122 of 365 ~ 33.42%
B 107 of 365 ~ 29.32%

%37.26
%33.42
%29.32

CMYK color model

#887A6B color CMYK value is (0,10,21,47).

  • cyan value is 0.00%
  • magenta value is 10.29%
  • yellow value is 21.32%
  • key color value is 46.67%
CMYK:
(0,10,21,47)
C0M10Y21K47 
(0%,10%,21%,47%)
(0.00/0.10/0.21/0.47)	

CMYK percentages

%0
%10.29
%21.32
%46.67

Codes

Color #887A6B in popluar color models

887A6B
RGB136122107
HSL31°11.93%47.65%
HSB/HSV31°21.32%53.33%
CMYK0.00%10.29%21.32%
46.67%

Color #887A6B in popluar number systems.

HEX887A6B
Decimal136122107
Binary1000100011110101101011
Octal210172153

Shades and tints

Shades of #887A6B

#887A6B
(136,122,107)
#7C6F62
(124,111,98)
#706459
(112,100,89)
#645950
(100,89,80)
#584E47
(88,78,71)
#4C433E
(76,67,62)
#403835
(64,56,53)
#342D2C
(52,45,44)
#282223
(40,34,35)
#1C171A
(28,23,26)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #887A6B

#887A6B
(136,122,107)
#928678
(146,134,120)
#9C9285
(156,146,133)
#A69E92
(166,158,146)
#B0AA9F
(176,170,159)
#BAB6AC
(186,182,172)
#C4C2B9
(196,194,185)
#CECEC6
(206,206,198)
#D8DAD3
(216,218,211)
#E2E6E0
(226,230,224)
#ECF2ED
(236,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887A6B color. Also use rgb(136,122,107) instead hex code.

Text Font Color

.myTextColor { color: #887A6B; }

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

This text font color is #887A6B.


Background Color

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

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

This div background color is #887A6B.


Border color

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

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

This div border color is #887A6B.


Opacity

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

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

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

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

This text has shadow with #887A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887A6B on black background.


Color preview on white background

This text has color #887A6B on white background.



Black color preview on #887A6B background

This text has black color on #887A6B background.


White color preview on #887A6B background

This text has white color on #887A6B background.