COLOR #877E6C

HEX: #877E6C
RGB: (135,126,108)

Color info

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

RGB color model

#877E6C color RGB value is (135,126,108).

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

RGB channels and saturation

R 135 of 255 = 53%
G 126 of 255 = 49%
B 108 of 255 = 42%

135
126
108

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

Portions of RGB colors in percentages

R + G + B =
135 + 126 + 108 = 369 (100%)
R 135 of 369 ~ 36.59%
G 126 of 369 ~ 34.15%
B 108 of 369 ~ 29.27%

%36.59
%34.15
%29.27

CMYK color model

#877E6C color CMYK value is (0,7,20,47).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 20.00%
  • key color value is 47.06%
CMYK:
(0,7,20,47)
C0M7Y20K47 
(0%,7%,20%,47%)
(0.00/0.07/0.20/0.47)	

CMYK percentages

%0
%6.67
%20
%47.06

Codes

Color #877E6C in popluar color models

877E6C
RGB135126108
HSL40°11.11%47.65%
HSB/HSV40°20.00%52.94%
CMYK0.00%6.67%20.00%
47.06%

Color #877E6C in popluar number systems.

HEX877E6C
Decimal135126108
Binary1000011111111101101100
Octal207176154

Shades and tints

Shades of #877E6C

#877E6C
(135,126,108)
#7B7363
(123,115,99)
#6F685A
(111,104,90)
#635D51
(99,93,81)
#575248
(87,82,72)
#4B473F
(75,71,63)
#3F3C36
(63,60,54)
#33312D
(51,49,45)
#272624
(39,38,36)
#1B1B1B
(27,27,27)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #877E6C

#877E6C
(135,126,108)
#918979
(145,137,121)
#9B9486
(155,148,134)
#A59F93
(165,159,147)
#AFAAA0
(175,170,160)
#B9B5AD
(185,181,173)
#C3C0BA
(195,192,186)
#CDCBC7
(205,203,199)
#D7D6D4
(215,214,212)
#E1E1E1
(225,225,225)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877E6C; }

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

This text font color is #877E6C.


Background Color

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

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

This div background color is #877E6C.


Border color

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

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

This div border color is #877E6C.


Opacity

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

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

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

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

This text has shadow with #877E6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877E6C on black background.


Color preview on white background

This text has color #877E6C on white background.



Black color preview on #877E6C background

This text has black color on #877E6C background.


White color preview on #877E6C background

This text has white color on #877E6C background.