COLOR #887C74

HEX: #887C74
RGB: (136,124,116)

Color info

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

RGB color model

#887C74 color RGB value is (136,124,116).

  • red value is 136;
  • green value is 124;
  • blue value is 116.
RGB:
(136,124,116)
(53%,49%,45%)

RGB channels and saturation

R 136 of 255 = 53%
G 124 of 255 = 49%
B 116 of 255 = 45%

136
124
116

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

Portions of RGB colors in percentages

R + G + B =
136 + 124 + 116 = 376 (100%)
R 136 of 376 ~ 36.17%
G 124 of 376 ~ 32.98%
B 116 of 376 ~ 30.85%

%36.17
%32.98
%30.85

CMYK color model

#887C74 color CMYK value is (0,9,15,47).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 14.71%
  • key color value is 46.67%
CMYK:
(0,9,15,47)
C0M9Y15K47 
(0%,9%,15%,47%)
(0.00/0.09/0.15/0.47)	

CMYK percentages

%0
%8.82
%14.71
%46.67

Codes

Color #887C74 in popluar color models

887C74
RGB136124116
HSL24°7.94%49.41%
HSB/HSV24°14.71%53.33%
CMYK0.00%8.82%14.71%
46.67%

Color #887C74 in popluar number systems.

HEX887C74
Decimal136124116
Binary1000100011111001110100
Octal210174164

Shades and tints

Shades of #887C74

#887C74
(136,124,116)
#7C716A
(124,113,106)
#706660
(112,102,96)
#645B56
(100,91,86)
#58504C
(88,80,76)
#4C4542
(76,69,66)
#403A38
(64,58,56)
#342F2E
(52,47,46)
#282424
(40,36,36)
#1C191A
(28,25,26)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #887C74

#887C74
(136,124,116)
#928780
(146,135,128)
#9C928C
(156,146,140)
#A69D98
(166,157,152)
#B0A8A4
(176,168,164)
#BAB3B0
(186,179,176)
#C4BEBC
(196,190,188)
#CEC9C8
(206,201,200)
#D8D4D4
(216,212,212)
#E2DFE0
(226,223,224)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887C74 color. Also use rgb(136,124,116) instead hex code.

Text Font Color

.myTextColor { color: #887C74; }

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

This text font color is #887C74.


Background Color

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

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

This div background color is #887C74.


Border color

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

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

This div border color is #887C74.


Opacity

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

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

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

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

This text has shadow with #887C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887C74 on black background.


Color preview on white background

This text has color #887C74 on white background.



Black color preview on #887C74 background

This text has black color on #887C74 background.


White color preview on #887C74 background

This text has white color on #887C74 background.