COLOR #877871

HEX: #877871
RGB: (135,120,113)

Color info

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

RGB color model

#877871 color RGB value is (135,120,113).

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

RGB channels and saturation

R 135 of 255 = 53%
G 120 of 255 = 47%
B 113 of 255 = 44%

135
120
113

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

Portions of RGB colors in percentages

R + G + B =
135 + 120 + 113 = 368 (100%)
R 135 of 368 ~ 36.68%
G 120 of 368 ~ 32.61%
B 113 of 368 ~ 30.71%

%36.68
%32.61
%30.71

CMYK color model

#877871 color CMYK value is (0,11,16,47).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 16.30%
  • key color value is 47.06%
CMYK:
(0,11,16,47)
C0M11Y16K47 
(0%,11%,16%,47%)
(0.00/0.11/0.16/0.47)	

CMYK percentages

%0
%11.11
%16.3
%47.06

Codes

Color #877871 in popluar color models

877871
RGB135120113
HSL19°8.87%48.63%
HSB/HSV19°16.30%52.94%
CMYK0.00%11.11%16.30%
47.06%

Color #877871 in popluar number systems.

HEX877871
Decimal135120113
Binary1000011111110001110001
Octal207170161

Shades and tints

Shades of #877871

#877871
(135,120,113)
#7B6E67
(123,110,103)
#6F645D
(111,100,93)
#635A53
(99,90,83)
#575049
(87,80,73)
#4B463F
(75,70,63)
#3F3C35
(63,60,53)
#33322B
(51,50,43)
#272821
(39,40,33)
#1B1E17
(27,30,23)
#0F140D
(15,20,13)
#000000
(0,0,0)

Tints of #877871

#877871
(135,120,113)
#91847D
(145,132,125)
#9B9089
(155,144,137)
#A59C95
(165,156,149)
#AFA8A1
(175,168,161)
#B9B4AD
(185,180,173)
#C3C0B9
(195,192,185)
#CDCCC5
(205,204,197)
#D7D8D1
(215,216,209)
#E1E4DD
(225,228,221)
#EBF0E9
(235,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877871; }

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

This text font color is #877871.


Background Color

.myBgColor { background-color: #877871; }

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

This div background color is #877871.


Border color

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

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

This div border color is #877871.


Opacity

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

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

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

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

This text has shadow with #877871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877871 on black background.


Color preview on white background

This text has color #877871 on white background.



Black color preview on #877871 background

This text has black color on #877871 background.


White color preview on #877871 background

This text has white color on #877871 background.