COLOR #887B82

HEX: #887B82
RGB: (136,123,130)

Color info

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

RGB color model

#887B82 color RGB value is (136,123,130).

  • red value is 136;
  • green value is 123;
  • blue value is 130.
RGB:
(136,123,130)
(53%,48%,51%)

RGB channels and saturation

R 136 of 255 = 53%
G 123 of 255 = 48%
B 130 of 255 = 51%

136
123
130

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

Portions of RGB colors in percentages

R + G + B =
136 + 123 + 130 = 389 (100%)
R 136 of 389 ~ 34.96%
G 123 of 389 ~ 31.62%
B 130 of 389 ~ 33.42%

%34.96
%31.62
%33.42

CMYK color model

#887B82 color CMYK value is (0,10,4,47).

  • cyan value is 0.00%
  • magenta value is 9.56%
  • yellow value is 4.41%
  • key color value is 46.67%
CMYK:
(0,10,4,47)
C0M10Y4K47 
(0%,10%,4%,47%)
(0.00/0.10/0.04/0.47)	

CMYK percentages

%0
%9.56
%4.41
%46.67

Codes

Color #887B82 in popluar color models

887B82
RGB136123130
HSL328°5.18%50.78%
HSB/HSV328°9.56%53.33%
CMYK0.00%9.56%4.41%
46.67%

Color #887B82 in popluar number systems.

HEX887B82
Decimal136123130
Binary10001000111101110000010
Octal210173202

Shades and tints

Shades of #887B82

#887B82
(136,123,130)
#7C7077
(124,112,119)
#70656C
(112,101,108)
#645A61
(100,90,97)
#584F56
(88,79,86)
#4C444B
(76,68,75)
#403940
(64,57,64)
#342E35
(52,46,53)
#28232A
(40,35,42)
#1C181F
(28,24,31)
#100D14
(16,13,20)
#000000
(0,0,0)

Tints of #887B82

#887B82
(136,123,130)
#92878D
(146,135,141)
#9C9398
(156,147,152)
#A69FA3
(166,159,163)
#B0ABAE
(176,171,174)
#BAB7B9
(186,183,185)
#C4C3C4
(196,195,196)
#CECFCF
(206,207,207)
#D8DBDA
(216,219,218)
#E2E7E5
(226,231,229)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887B82 color. Also use rgb(136,123,130) instead hex code.

Text Font Color

.myTextColor { color: #887B82; }

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

This text font color is #887B82.


Background Color

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

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

This div background color is #887B82.


Border color

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

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

This div border color is #887B82.


Opacity

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

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

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

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

This text has shadow with #887B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887B82 on black background.


Color preview on white background

This text has color #887B82 on white background.



Black color preview on #887B82 background

This text has black color on #887B82 background.


White color preview on #887B82 background

This text has white color on #887B82 background.