COLOR #877765

HEX: #877765
RGB: (135,119,101)

Color info

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

RGB color model

#877765 color RGB value is (135,119,101).

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

RGB channels and saturation

R 135 of 255 = 53%
G 119 of 255 = 47%
B 101 of 255 = 40%

135
119
101

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

Portions of RGB colors in percentages

R + G + B =
135 + 119 + 101 = 355 (100%)
R 135 of 355 ~ 38.03%
G 119 of 355 ~ 33.52%
B 101 of 355 ~ 28.45%

%38.03
%33.52
%28.45

CMYK color model

#877765 color CMYK value is (0,12,25,47).

  • cyan value is 0.00%
  • magenta value is 11.85%
  • yellow value is 25.19%
  • key color value is 47.06%
CMYK:
(0,12,25,47)
C0M12Y25K47 
(0%,12%,25%,47%)
(0.00/0.12/0.25/0.47)	

CMYK percentages

%0
%11.85
%25.19
%47.06

Codes

Color #877765 in popluar color models

877765
RGB135119101
HSL32°14.41%46.27%
HSB/HSV32°25.19%52.94%
CMYK0.00%11.85%25.19%
47.06%

Color #877765 in popluar number systems.

HEX877765
Decimal135119101
Binary1000011111101111100101
Octal207167145

Shades and tints

Shades of #877765

#877765
(135,119,101)
#7B6D5C
(123,109,92)
#6F6353
(111,99,83)
#63594A
(99,89,74)
#574F41
(87,79,65)
#4B4538
(75,69,56)
#3F3B2F
(63,59,47)
#333126
(51,49,38)
#27271D
(39,39,29)
#1B1D14
(27,29,20)
#0F130B
(15,19,11)
#000000
(0,0,0)

Tints of #877765

#877765
(135,119,101)
#918373
(145,131,115)
#9B8F81
(155,143,129)
#A59B8F
(165,155,143)
#AFA79D
(175,167,157)
#B9B3AB
(185,179,171)
#C3BFB9
(195,191,185)
#CDCBC7
(205,203,199)
#D7D7D5
(215,215,213)
#E1E3E3
(225,227,227)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877765; }

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

This text font color is #877765.


Background Color

.myBgColor { background-color: #877765; }

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

This div background color is #877765.


Border color

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

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

This div border color is #877765.


Opacity

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

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

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

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

This text has shadow with #877765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877765 on black background.


Color preview on white background

This text has color #877765 on white background.



Black color preview on #877765 background

This text has black color on #877765 background.


White color preview on #877765 background

This text has white color on #877765 background.