COLOR #877E67

HEX: #877E67
RGB: (135,126,103)

Color info

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

RGB color model

#877E67 color RGB value is (135,126,103).

  • red value is 135;
  • green value is 126;
  • blue value is 103.
RGB:
(135,126,103)
(53%,49%,40%)

RGB channels and saturation

R 135 of 255 = 53%
G 126 of 255 = 49%
B 103 of 255 = 40%

135
126
103

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

Portions of RGB colors in percentages

R + G + B =
135 + 126 + 103 = 364 (100%)
R 135 of 364 ~ 37.09%
G 126 of 364 ~ 34.62%
B 103 of 364 ~ 28.3%

%37.09
%34.62
%28.3

CMYK color model

#877E67 color CMYK value is (0,7,24,47).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 23.70%
  • key color value is 47.06%
CMYK:
(0,7,24,47)
C0M7Y24K47 
(0%,7%,24%,47%)
(0.00/0.07/0.24/0.47)	

CMYK percentages

%0
%6.67
%23.7
%47.06

Codes

Color #877E67 in popluar color models

877E67
RGB135126103
HSL43°13.45%46.67%
HSB/HSV43°23.70%52.94%
CMYK0.00%6.67%23.70%
47.06%

Color #877E67 in popluar number systems.

HEX877E67
Decimal135126103
Binary1000011111111101100111
Octal207176147

Shades and tints

Shades of #877E67

#877E67
(135,126,103)
#7B735E
(123,115,94)
#6F6855
(111,104,85)
#635D4C
(99,93,76)
#575243
(87,82,67)
#4B473A
(75,71,58)
#3F3C31
(63,60,49)
#333128
(51,49,40)
#27261F
(39,38,31)
#1B1B16
(27,27,22)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #877E67

#877E67
(135,126,103)
#918974
(145,137,116)
#9B9481
(155,148,129)
#A59F8E
(165,159,142)
#AFAA9B
(175,170,155)
#B9B5A8
(185,181,168)
#C3C0B5
(195,192,181)
#CDCBC2
(205,203,194)
#D7D6CF
(215,214,207)
#E1E1DC
(225,225,220)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877E67 color. Also use rgb(135,126,103) instead hex code.

Text Font Color

.myTextColor { color: #877E67; }

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

This text font color is #877E67.


Background Color

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

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

This div background color is #877E67.


Border color

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

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

This div border color is #877E67.


Opacity

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

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

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

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

This text has shadow with #877E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877E67 on black background.


Color preview on white background

This text has color #877E67 on white background.



Black color preview on #877E67 background

This text has black color on #877E67 background.


White color preview on #877E67 background

This text has white color on #877E67 background.