COLOR #877671

HEX: #877671
RGB: (135,118,113)

Color info

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

RGB color model

#877671 color RGB value is (135,118,113).

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

RGB channels and saturation

R 135 of 255 = 53%
G 118 of 255 = 46%
B 113 of 255 = 44%

135
118
113

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

Portions of RGB colors in percentages

R + G + B =
135 + 118 + 113 = 366 (100%)
R 135 of 366 ~ 36.89%
G 118 of 366 ~ 32.24%
B 113 of 366 ~ 30.87%

%36.89
%32.24
%30.87

CMYK color model

#877671 color CMYK value is (0,13,16,47).

  • cyan value is 0.00%
  • magenta value is 12.59%
  • yellow value is 16.30%
  • key color value is 47.06%
CMYK:
(0,13,16,47)
C0M13Y16K47 
(0%,13%,16%,47%)
(0.00/0.13/0.16/0.47)	

CMYK percentages

%0
%12.59
%16.3
%47.06

Codes

Color #877671 in popluar color models

877671
RGB135118113
HSL14°8.87%48.63%
HSB/HSV14°16.30%52.94%
CMYK0.00%12.59%16.30%
47.06%

Color #877671 in popluar number systems.

HEX877671
Decimal135118113
Binary1000011111101101110001
Octal207166161

Shades and tints

Shades of #877671

#877671
(135,118,113)
#7B6C67
(123,108,103)
#6F625D
(111,98,93)
#635853
(99,88,83)
#574E49
(87,78,73)
#4B443F
(75,68,63)
#3F3A35
(63,58,53)
#33302B
(51,48,43)
#272621
(39,38,33)
#1B1C17
(27,28,23)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #877671

#877671
(135,118,113)
#91827D
(145,130,125)
#9B8E89
(155,142,137)
#A59A95
(165,154,149)
#AFA6A1
(175,166,161)
#B9B2AD
(185,178,173)
#C3BEB9
(195,190,185)
#CDCAC5
(205,202,197)
#D7D6D1
(215,214,209)
#E1E2DD
(225,226,221)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877671; }

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

This text font color is #877671.


Background Color

.myBgColor { background-color: #877671; }

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

This div background color is #877671.


Border color

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

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

This div border color is #877671.


Opacity

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

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

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

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

This text has shadow with #877671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877671 on black background.


Color preview on white background

This text has color #877671 on white background.



Black color preview on #877671 background

This text has black color on #877671 background.


White color preview on #877671 background

This text has white color on #877671 background.