COLOR #877755

HEX: #877755
RGB: (135,119,85)

Color info

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

RGB color model

#877755 color RGB value is (135,119,85).

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

RGB channels and saturation

R 135 of 255 = 53%
G 119 of 255 = 47%
B 85 of 255 = 33%

135
119
85

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

Portions of RGB colors in percentages

R + G + B =
135 + 119 + 85 = 339 (100%)
R 135 of 339 ~ 39.82%
G 119 of 339 ~ 35.1%
B 85 of 339 ~ 25.07%

%39.82
%35.1
%25.07

CMYK color model

#877755 color CMYK value is (0,12,37,47).

  • cyan value is 0.00%
  • magenta value is 11.85%
  • yellow value is 37.04%
  • key color value is 47.06%
CMYK:
(0,12,37,47)
C0M12Y37K47 
(0%,12%,37%,47%)
(0.00/0.12/0.37/0.47)	

CMYK percentages

%0
%11.85
%37.04
%47.06

Codes

Color #877755 in popluar color models

877755
RGB13511985
HSL41°22.73%43.14%
HSB/HSV41°37.04%52.94%
CMYK0.00%11.85%37.04%
47.06%

Color #877755 in popluar number systems.

HEX877755
Decimal13511985
Binary1000011111101111010101
Octal207167125

Shades and tints

Shades of #877755

#877755
(135,119,85)
#7B6D4E
(123,109,78)
#6F6347
(111,99,71)
#635940
(99,89,64)
#574F39
(87,79,57)
#4B4532
(75,69,50)
#3F3B2B
(63,59,43)
#333124
(51,49,36)
#27271D
(39,39,29)
#1B1D16
(27,29,22)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #877755

#877755
(135,119,85)
#918364
(145,131,100)
#9B8F73
(155,143,115)
#A59B82
(165,155,130)
#AFA791
(175,167,145)
#B9B3A0
(185,179,160)
#C3BFAF
(195,191,175)
#CDCBBE
(205,203,190)
#D7D7CD
(215,215,205)
#E1E3DC
(225,227,220)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877755; }

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

This text font color is #877755.


Background Color

.myBgColor { background-color: #877755; }

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

This div background color is #877755.


Border color

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

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

This div border color is #877755.


Opacity

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

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

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

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

This text has shadow with #877755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877755 on black background.


Color preview on white background

This text has color #877755 on white background.



Black color preview on #877755 background

This text has black color on #877755 background.


White color preview on #877755 background

This text has white color on #877755 background.