COLOR #887C55

HEX: #887C55 RGB: (136,124,85)

Color info

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

RGB color model

#887C55 color RGB value is (136,124,85).

RGB: (136,124,85) (53%, 49%, 33%)

RGB channels and saturation

R 136 of 255 = 53%
G 124 of 255 = 49%
B 85 of 255 = 33%

136
124
85

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

Portions of RGB colors in percentages

R + G + B = 136 + 124 + 85 = 345 (100%)
R 136 of 345 ~ 39.42%
G 124 of 345 ~ 35.94%
B 85 of 345 ~ 24.64'%

%39.42
%35.94
%24.64

CMYK color model

#887C55 color CMYK value is (0,9,38,47).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 37.50%
  • key color value is 46.67%

CMYK: (0,9,38,47)
C0M9Y38K47 (0%, 9%, 38%, 47%)
(0.00 / 0.09 / 0.38 / 0.47)

CMYK percentages

%0
%8.82
%37.5
%46.67

Codes

Color #887C55 in popluar color models

88 7C 55
RGB 136 124 85
HSL 46° 23.08% 43.33%
HSB/HSV 46° 37.50% 53.33%
CMYK 0.00% 8.82% 37.50%
46.67%

Color #887C55 in popluar number systems.

HEX 88 7C 55
Decimal 136 124 85
Binary 10001000 1111100 1010101
Octal 210 174 125

Shades and tints

Shades of #887C55

#887C55
(136,124,85)
#7C714E
(124,113,78)
#706647
(112,102,71)
#645B40
(100,91,64)
#585039
(88,80,57)
#4C4532
(76,69,50)
#403A2B
(64,58,43)
#342F24
(52,47,36)
#28241D
(40,36,29)
#1C1916
(28,25,22)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #887C55

#887C55
(136,124,85)
#928764
(146,135,100)
#9C9273
(156,146,115)
#A69D82
(166,157,130)
#B0A891
(176,168,145)
#BAB3A0
(186,179,160)
#C4BEAF
(196,190,175)
#CEC9BE
(206,201,190)
#D8D4CD
(216,212,205)
#E2DFDC
(226,223,220)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887C55; }

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

This text font color is #887C55.

Background Color

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

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

This div background color is #887C55.

Border color

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

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

This div border color is #887C55.

Opacity

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

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

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

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

This text has shadow with #887C55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #887C55.

Preview

Color preview on black background

This text has color #887C55 on black background.


Color preview on white background

This text has color #887C55 on white background.


Black color preview on #887C55 background

This text has black color on #887C55 background.


White color preview on #887C55 background

This text has white color on #887C55 background.


Related colors

Complementary color

Complementary color for #hex is #7783AA.


I love getcolorcode.com

Triadic colors

1 #55887C and #7C5588 with #887C55 are triadic colors.

2 #557C88 and #7C8855 with #887C55 are triadic colors.