COLOR #887B81

HEX: #887B81
RGB: (136,123,129)

Color info

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

RGB color model

#887B81 color RGB value is (136,123,129).

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

RGB channels and saturation

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

136
123
129

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

Portions of RGB colors in percentages

R + G + B =
136 + 123 + 129 = 388 (100%)
R 136 of 388 ~ 35.05%
G 123 of 388 ~ 31.7%
B 129 of 388 ~ 33.25%

%35.05
%31.7
%33.25

CMYK color model

#887B81 color CMYK value is (0,10,5,47).

  • cyan value is 0.00%
  • magenta value is 9.56%
  • yellow value is 5.15%
  • key color value is 46.67%
CMYK:
(0,10,5,47)
C0M10Y5K47 
(0%,10%,5%,47%)
(0.00/0.10/0.05/0.47)	

CMYK percentages

%0
%9.56
%5.15
%46.67

Codes

Color #887B81 in popluar color models

887B81
RGB136123129
HSL332°5.18%50.78%
HSB/HSV332°9.56%53.33%
CMYK0.00%9.56%5.15%
46.67%

Color #887B81 in popluar number systems.

HEX887B81
Decimal136123129
Binary10001000111101110000001
Octal210173201

Shades and tints

Shades of #887B81

#887B81
(136,123,129)
#7C7076
(124,112,118)
#70656B
(112,101,107)
#645A60
(100,90,96)
#584F55
(88,79,85)
#4C444A
(76,68,74)
#40393F
(64,57,63)
#342E34
(52,46,52)
#282329
(40,35,41)
#1C181E
(28,24,30)
#100D13
(16,13,19)
#000000
(0,0,0)

Tints of #887B81

#887B81
(136,123,129)
#92878C
(146,135,140)
#9C9397
(156,147,151)
#A69FA2
(166,159,162)
#B0ABAD
(176,171,173)
#BAB7B8
(186,183,184)
#C4C3C3
(196,195,195)
#CECFCE
(206,207,206)
#D8DBD9
(216,219,217)
#E2E7E4
(226,231,228)
#ECF3EF
(236,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887B81; }

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

This text font color is #887B81.


Background Color

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

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

This div background color is #887B81.


Border color

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

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

This div border color is #887B81.


Opacity

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

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

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

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

This text has shadow with #887B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887B81 on black background.


Color preview on white background

This text has color #887B81 on white background.



Black color preview on #887B81 background

This text has black color on #887B81 background.


White color preview on #887B81 background

This text has white color on #887B81 background.