COLOR #877565

HEX: #877565
RGB: (135,117,101)

Color info

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

RGB color model

#877565 color RGB value is (135,117,101).

  • red value is 135;
  • green value is 117;
  • blue value is 101.
RGB:
(135,117,101)
(53%,46%,40%)

RGB channels and saturation

R 135 of 255 = 53%
G 117 of 255 = 46%
B 101 of 255 = 40%

135
117
101

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

Portions of RGB colors in percentages

R + G + B =
135 + 117 + 101 = 353 (100%)
R 135 of 353 ~ 38.24%
G 117 of 353 ~ 33.14%
B 101 of 353 ~ 28.61%

%38.24
%33.14
%28.61

CMYK color model

#877565 color CMYK value is (0,13,25,47).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 25.19%
  • key color value is 47.06%
CMYK:
(0,13,25,47)
C0M13Y25K47 
(0%,13%,25%,47%)
(0.00/0.13/0.25/0.47)	

CMYK percentages

%0
%13.33
%25.19
%47.06

Codes

Color #877565 in popluar color models

877565
RGB135117101
HSL28°14.41%46.27%
HSB/HSV28°25.19%52.94%
CMYK0.00%13.33%25.19%
47.06%

Color #877565 in popluar number systems.

HEX877565
Decimal135117101
Binary1000011111101011100101
Octal207165145

Shades and tints

Shades of #877565

#877565
(135,117,101)
#7B6B5C
(123,107,92)
#6F6153
(111,97,83)
#63574A
(99,87,74)
#574D41
(87,77,65)
#4B4338
(75,67,56)
#3F392F
(63,57,47)
#332F26
(51,47,38)
#27251D
(39,37,29)
#1B1B14
(27,27,20)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #877565

#877565
(135,117,101)
#918173
(145,129,115)
#9B8D81
(155,141,129)
#A5998F
(165,153,143)
#AFA59D
(175,165,157)
#B9B1AB
(185,177,171)
#C3BDB9
(195,189,185)
#CDC9C7
(205,201,199)
#D7D5D5
(215,213,213)
#E1E1E3
(225,225,227)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877565 color. Also use rgb(135,117,101) instead hex code.

Text Font Color

.myTextColor { color: #877565; }

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

This text font color is #877565.


Background Color

.myBgColor { background-color: #877565; }

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

This div background color is #877565.


Border color

.myBorderColor { border: 1px solid #877565; }

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

This div border color is #877565.


Opacity

.myOpacity80 { color: #877565; opacity: 0.8; }

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

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

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

This text has shadow with #877565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877565 on black background.


Color preview on white background

This text has color #877565 on white background.



Black color preview on #877565 background

This text has black color on #877565 background.


White color preview on #877565 background

This text has white color on #877565 background.