COLOR #877C71

HEX: #877C71
RGB: (135,124,113)

Color info

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

RGB color model

#877C71 color RGB value is (135,124,113).

  • red value is 135;
  • green value is 124;
  • blue value is 113.
RGB:
(135,124,113)
(53%,49%,44%)

RGB channels and saturation

R 135 of 255 = 53%
G 124 of 255 = 49%
B 113 of 255 = 44%

135
124
113

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

Portions of RGB colors in percentages

R + G + B =
135 + 124 + 113 = 372 (100%)
R 135 of 372 ~ 36.29%
G 124 of 372 ~ 33.33%
B 113 of 372 ~ 30.38%

%36.29
%33.33
%30.38

CMYK color model

#877C71 color CMYK value is (0,8,16,47).

  • cyan value is 0.00%
  • magenta value is 8.15%
  • yellow value is 16.30%
  • key color value is 47.06%
CMYK:
(0,8,16,47)
C0M8Y16K47 
(0%,8%,16%,47%)
(0.00/0.08/0.16/0.47)	

CMYK percentages

%0
%8.15
%16.3
%47.06

Codes

Color #877C71 in popluar color models

877C71
RGB135124113
HSL30°8.87%48.63%
HSB/HSV30°16.30%52.94%
CMYK0.00%8.15%16.30%
47.06%

Color #877C71 in popluar number systems.

HEX877C71
Decimal135124113
Binary1000011111111001110001
Octal207174161

Shades and tints

Shades of #877C71

#877C71
(135,124,113)
#7B7167
(123,113,103)
#6F665D
(111,102,93)
#635B53
(99,91,83)
#575049
(87,80,73)
#4B453F
(75,69,63)
#3F3A35
(63,58,53)
#332F2B
(51,47,43)
#272421
(39,36,33)
#1B1917
(27,25,23)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #877C71

#877C71
(135,124,113)
#91877D
(145,135,125)
#9B9289
(155,146,137)
#A59D95
(165,157,149)
#AFA8A1
(175,168,161)
#B9B3AD
(185,179,173)
#C3BEB9
(195,190,185)
#CDC9C5
(205,201,197)
#D7D4D1
(215,212,209)
#E1DFDD
(225,223,221)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877C71 color. Also use rgb(135,124,113) instead hex code.

Text Font Color

.myTextColor { color: #877C71; }

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

This text font color is #877C71.


Background Color

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

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

This div background color is #877C71.


Border color

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

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

This div border color is #877C71.


Opacity

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

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

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

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

This text has shadow with #877C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877C71 on black background.


Color preview on white background

This text has color #877C71 on white background.



Black color preview on #877C71 background

This text has black color on #877C71 background.


White color preview on #877C71 background

This text has white color on #877C71 background.