COLOR #887B57

HEX: #887B57 RGB: (136,123,87)

Color info

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

RGB color model

#887B57 color RGB value is (136,123,87).

RGB: (136,123,87) (53%, 48%, 34%)

RGB channels and saturation

R 136 of 255 = 53%
G 123 of 255 = 48%
B 87 of 255 = 34%

136
123
87

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

Portions of RGB colors in percentages

R + G + B = 136 + 123 + 87 = 346 (100%)
R 136 of 346 ~ 39.31%
G 123 of 346 ~ 35.55%
B 87 of 346 ~ 25.14'%

%39.31
%35.55
%25.14

CMYK color model

#887B57 color CMYK value is (0,10,36,47).

  • cyan value is 0.00%
  • magenta value is 9.56%
  • yellow value is 36.03%
  • key color value is 46.67%

CMYK: (0,10,36,47)
C0M10Y36K47 (0%, 10%, 36%, 47%)
(0.00 / 0.10 / 0.36 / 0.47)

CMYK percentages

%0
%9.56
%36.03
%46.67

Codes

Color #887B57 in popluar color models

88 7B 57
RGB 136 123 87
HSL 44° 21.97% 43.73%
HSB/HSV 44° 36.03% 53.33%
CMYK 0.00% 9.56% 36.03%
46.67%

Color #887B57 in popluar number systems.

HEX 88 7B 57
Decimal 136 123 87
Binary 10001000 1111011 1010111
Octal 210 173 127

Shades and tints

Shades of #887B57

#887B57
(136,123,87)
#7C7050
(124,112,80)
#706549
(112,101,73)
#645A42
(100,90,66)
#584F3B
(88,79,59)
#4C4434
(76,68,52)
#40392D
(64,57,45)
#342E26
(52,46,38)
#28231F
(40,35,31)
#1C1818
(28,24,24)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #887B57

#887B57
(136,123,87)
#928766
(146,135,102)
#9C9375
(156,147,117)
#A69F84
(166,159,132)
#B0AB93
(176,171,147)
#BAB7A2
(186,183,162)
#C4C3B1
(196,195,177)
#CECFC0
(206,207,192)
#D8DBCF
(216,219,207)
#E2E7DE
(226,231,222)
#ECF3ED
(236,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887B57; }

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

This text font color is #887B57.

Background Color

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

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

This div background color is #887B57.

Border color

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

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

This div border color is #887B57.

Opacity

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

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

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

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

This text has shadow with #887B57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #887B57.

Preview

Color preview on black background

This text has color #887B57 on black background.


Color preview on white background

This text has color #887B57 on white background.


Black color preview on #887B57 background

This text has black color on #887B57 background.


White color preview on #887B57 background

This text has white color on #887B57 background.


Related colors

Complementary color

Complementary color for #hex is #7784A8.


I love getcolorcode.com

Triadic colors

1 #57887B and #7B5788 with #887B57 are triadic colors.

2 #577B88 and #7B8857 with #887B57 are triadic colors.