COLOR #887172

HEX: #887172
RGB: (136,113,114)

Color info

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

RGB color model

#887172 color RGB value is (136,113,114).

  • red value is 136;
  • green value is 113;
  • blue value is 114.
RGB:
(136,113,114)
(53%,44%,45%)

RGB channels and saturation

R 136 of 255 = 53%
G 113 of 255 = 44%
B 114 of 255 = 45%

136
113
114

R + G + B ~ 47%. #887172 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 113 + 114 = 363 (100%)
R 136 of 363 ~ 37.47%
G 113 of 363 ~ 31.13%
B 114 of 363 ~ 31.4%

%37.47
%31.13
%31.4

CMYK color model

#887172 color CMYK value is (0,17,16,47).

  • cyan value is 0.00%
  • magenta value is 16.91%
  • yellow value is 16.18%
  • key color value is 46.67%
CMYK:
(0,17,16,47)
C0M17Y16K47 
(0%,17%,16%,47%)
(0.00/0.17/0.16/0.47)	

CMYK percentages

%0
%16.91
%16.18
%46.67

Codes

Color #887172 in popluar color models

887172
RGB136113114
HSL357°9.24%48.82%
HSB/HSV357°16.91%53.33%
CMYK0.00%16.91%16.18%
46.67%

Color #887172 in popluar number systems.

HEX887172
Decimal136113114
Binary1000100011100011110010
Octal210161162

Shades and tints

Shades of #887172

#887172
(136,113,114)
#7C6768
(124,103,104)
#705D5E
(112,93,94)
#645354
(100,83,84)
#58494A
(88,73,74)
#4C3F40
(76,63,64)
#403536
(64,53,54)
#342B2C
(52,43,44)
#282122
(40,33,34)
#1C1718
(28,23,24)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #887172

#887172
(136,113,114)
#927D7E
(146,125,126)
#9C898A
(156,137,138)
#A69596
(166,149,150)
#B0A1A2
(176,161,162)
#BAADAE
(186,173,174)
#C4B9BA
(196,185,186)
#CEC5C6
(206,197,198)
#D8D1D2
(216,209,210)
#E2DDDE
(226,221,222)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887172 color. Also use rgb(136,113,114) instead hex code.

Text Font Color

.myTextColor { color: #887172; }

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

This text font color is #887172.


Background Color

.myBgColor { background-color: #887172; }

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

This div background color is #887172.


Border color

.myBorderColor { border: 1px solid #887172; }

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

This div border color is #887172.


Opacity

.myOpacity80 { color: #887172; opacity: 0.8; }

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

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

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

This text has shadow with #887172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887172 on black background.


Color preview on white background

This text has color #887172 on white background.



Black color preview on #887172 background

This text has black color on #887172 background.


White color preview on #887172 background

This text has white color on #887172 background.