COLOR #877E55

HEX: #877E55 RGB: (135,126,85)

Color info

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

RGB color model

#877E55 color RGB value is (135,126,85).

RGB: (135,126,85) (53%, 49%, 33%)

RGB channels and saturation

R 135 of 255 = 53%
G 126 of 255 = 49%
B 85 of 255 = 33%

135
126
85

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

Portions of RGB colors in percentages

R + G + B = 135 + 126 + 85 = 346 (100%)
R 135 of 346 ~ 39.02%
G 126 of 346 ~ 36.42%
B 85 of 346 ~ 24.57'%

%39.02
%36.42
%24.57

CMYK color model

#877E55 color CMYK value is (0,7,37,47).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 37.04%
  • key color value is 47.06%

CMYK: (0,7,37,47)
C0M7Y37K47 (0%, 7%, 37%, 47%)
(0.00 / 0.07 / 0.37 / 0.47)

CMYK percentages

%0
%6.67
%37.04
%47.06

Codes

Color #877E55 in popluar color models

87 7E 55
RGB 135 126 85
HSL 49° 22.73% 43.14%
HSB/HSV 49° 37.04% 52.94%
CMYK 0.00% 6.67% 37.04%
47.06%

Color #877E55 in popluar number systems.

HEX 87 7E 55
Decimal 135 126 85
Binary 10000111 1111110 1010101
Octal 207 176 125

Shades and tints

Shades of #877E55

#877E55
(135,126,85)
#7B734E
(123,115,78)
#6F6847
(111,104,71)
#635D40
(99,93,64)
#575239
(87,82,57)
#4B4732
(75,71,50)
#3F3C2B
(63,60,43)
#333124
(51,49,36)
#27261D
(39,38,29)
#1B1B16
(27,27,22)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #877E55

#877E55
(135,126,85)
#918964
(145,137,100)
#9B9473
(155,148,115)
#A59F82
(165,159,130)
#AFAA91
(175,170,145)
#B9B5A0
(185,181,160)
#C3C0AF
(195,192,175)
#CDCBBE
(205,203,190)
#D7D6CD
(215,214,205)
#E1E1DC
(225,225,220)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877E55 color. Also use rgb(135,126,85) instead hex code.

Text Font Color

.myTextColor { color: #877E55; }

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

This text font color is #877E55.

Background Color

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

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

This div background color is #877E55.

Border color

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

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

This div border color is #877E55.

Opacity

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

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

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

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

This text has shadow with #877E55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877E55.

Preview

Color preview on black background

This text has color #877E55 on black background.


Color preview on white background

This text has color #877E55 on white background.


Black color preview on #877E55 background

This text has black color on #877E55 background.


White color preview on #877E55 background

This text has white color on #877E55 background.


Related colors

Complementary color

Complementary color for #hex is #7881AA.


I love getcolorcode.com

Triadic colors

1 #55877E and #7E5587 with #877E55 are triadic colors.

2 #557E87 and #7E8755 with #877E55 are triadic colors.