COLOR #877C5B

HEX: #877C5B RGB: (135,124,91)

Color info

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

RGB color model

#877C5B color RGB value is (135,124,91).

RGB: (135,124,91) (53%, 49%, 36%)

RGB channels and saturation

R 135 of 255 = 53%
G 124 of 255 = 49%
B 91 of 255 = 36%

135
124
91

R + G + B ~ 46%. #877C5B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 124 + 91 = 350 (100%)
R 135 of 350 ~ 38.57%
G 124 of 350 ~ 35.43%
B 91 of 350 ~ 26'%

%38.57
%35.43
%26

CMYK color model

#877C5B color CMYK value is (0,8,33,47).

  • cyan value is 0.00%
  • magenta value is 8.15%
  • yellow value is 32.59%
  • key color value is 47.06%

CMYK: (0,8,33,47)
C0M8Y33K47 (0%, 8%, 33%, 47%)
(0.00 / 0.08 / 0.33 / 0.47)

CMYK percentages

%0
%8.15
%32.59
%47.06

Codes

Color #877C5B in popluar color models

87 7C 5B
RGB 135 124 91
HSL 45° 19.47% 44.31%
HSB/HSV 45° 32.59% 52.94%
CMYK 0.00% 8.15% 32.59%
47.06%

Color #877C5B in popluar number systems.

HEX 87 7C 5B
Decimal 135 124 91
Binary 10000111 1111100 1011011
Octal 207 174 133

Shades and tints

Shades of #877C5B

#877C5B
(135,124,91)
#7B7153
(123,113,83)
#6F664B
(111,102,75)
#635B43
(99,91,67)
#57503B
(87,80,59)
#4B4533
(75,69,51)
#3F3A2B
(63,58,43)
#332F23
(51,47,35)
#27241B
(39,36,27)
#1B1913
(27,25,19)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #877C5B

#877C5B
(135,124,91)
#918769
(145,135,105)
#9B9277
(155,146,119)
#A59D85
(165,157,133)
#AFA893
(175,168,147)
#B9B3A1
(185,179,161)
#C3BEAF
(195,190,175)
#CDC9BD
(205,201,189)
#D7D4CB
(215,212,203)
#E1DFD9
(225,223,217)
#EBEAE7
(235,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877C5B color. Also use rgb(135,124,91) instead hex code.

Text Font Color

.myTextColor { color: #877C5B; }

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

This text font color is #877C5B.

Background Color

.myBgColor { background-color: #877C5B; }

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

This div background color is #877C5B.

Border color

.myBorderColor { border: 1px solid #877C5B; }

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

This div border color is #877C5B.

Opacity

.myOpacity80 { color: #877C5B; opacity: 0.8; }

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

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

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

This text has shadow with #877C5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877C5B.

Preview

Color preview on black background

This text has color #877C5B on black background.


Color preview on white background

This text has color #877C5B on white background.


Black color preview on #877C5B background

This text has black color on #877C5B background.


White color preview on #877C5B background

This text has white color on #877C5B background.


Related colors

Complementary color

Complementary color for #hex is #7883A4.


I love getcolorcode.com

Triadic colors

1 #5B877C and #7C5B87 with #877C5B are triadic colors.

2 #5B7C87 and #7C875B with #877C5B are triadic colors.