COLOR #877F5A

HEX: #877F5A
RGB: (135,127,90)

Color info

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

RGB color model

#877F5A color RGB value is (135,127,90).

  • red value is 135;
  • green value is 127;
  • blue value is 90.
RGB:
(135,127,90)
(53%,50%,35%)

RGB channels and saturation

R 135 of 255 = 53%
G 127 of 255 = 50%
B 90 of 255 = 35%

135
127
90

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

Portions of RGB colors in percentages

R + G + B =
135 + 127 + 90 = 352 (100%)
R 135 of 352 ~ 38.35%
G 127 of 352 ~ 36.08%
B 90 of 352 ~ 25.57%

%38.35
%36.08
%25.57

CMYK color model

#877F5A color CMYK value is (0,6,33,47).

  • cyan value is 0.00%
  • magenta value is 5.93%
  • yellow value is 33.33%
  • key color value is 47.06%
CMYK:
(0,6,33,47)
C0M6Y33K47 
(0%,6%,33%,47%)
(0.00/0.06/0.33/0.47)	

CMYK percentages

%0
%5.93
%33.33
%47.06

Codes

Color #877F5A in popluar color models

877F5A
RGB13512790
HSL49°20.00%44.12%
HSB/HSV49°33.33%52.94%
CMYK0.00%5.93%33.33%
47.06%

Color #877F5A in popluar number systems.

HEX877F5A
Decimal13512790
Binary1000011111111111011010
Octal207177132

Shades and tints

Shades of #877F5A

#877F5A
(135,127,90)
#7B7452
(123,116,82)
#6F694A
(111,105,74)
#635E42
(99,94,66)
#57533A
(87,83,58)
#4B4832
(75,72,50)
#3F3D2A
(63,61,42)
#333222
(51,50,34)
#27271A
(39,39,26)
#1B1C12
(27,28,18)
#0F110A
(15,17,10)
#000000
(0,0,0)

Tints of #877F5A

#877F5A
(135,127,90)
#918A69
(145,138,105)
#9B9578
(155,149,120)
#A5A087
(165,160,135)
#AFAB96
(175,171,150)
#B9B6A5
(185,182,165)
#C3C1B4
(195,193,180)
#CDCCC3
(205,204,195)
#D7D7D2
(215,215,210)
#E1E2E1
(225,226,225)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877F5A color. Also use rgb(135,127,90) instead hex code.

Text Font Color

.myTextColor { color: #877F5A; }

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

This text font color is #877F5A.


Background Color

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

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

This div background color is #877F5A.


Border color

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

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

This div border color is #877F5A.


Opacity

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

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

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

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

This text has shadow with #877F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877F5A on black background.


Color preview on white background

This text has color #877F5A on white background.



Black color preview on #877F5A background

This text has black color on #877F5A background.


White color preview on #877F5A background

This text has white color on #877F5A background.