COLOR #877E69

HEX: #877E69
RGB: (135,126,105)

Color info

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

RGB color model

#877E69 color RGB value is (135,126,105).

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

RGB channels and saturation

R 135 of 255 = 53%
G 126 of 255 = 49%
B 105 of 255 = 41%

135
126
105

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

Portions of RGB colors in percentages

R + G + B =
135 + 126 + 105 = 366 (100%)
R 135 of 366 ~ 36.89%
G 126 of 366 ~ 34.43%
B 105 of 366 ~ 28.69%

%36.89
%34.43
%28.69

CMYK color model

#877E69 color CMYK value is (0,7,22,47).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 22.22%
  • key color value is 47.06%
CMYK:
(0,7,22,47)
C0M7Y22K47 
(0%,7%,22%,47%)
(0.00/0.07/0.22/0.47)	

CMYK percentages

%0
%6.67
%22.22
%47.06

Codes

Color #877E69 in popluar color models

877E69
RGB135126105
HSL42°12.50%47.06%
HSB/HSV42°22.22%52.94%
CMYK0.00%6.67%22.22%
47.06%

Color #877E69 in popluar number systems.

HEX877E69
Decimal135126105
Binary1000011111111101101001
Octal207176151

Shades and tints

Shades of #877E69

#877E69
(135,126,105)
#7B7360
(123,115,96)
#6F6857
(111,104,87)
#635D4E
(99,93,78)
#575245
(87,82,69)
#4B473C
(75,71,60)
#3F3C33
(63,60,51)
#33312A
(51,49,42)
#272621
(39,38,33)
#1B1B18
(27,27,24)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #877E69

#877E69
(135,126,105)
#918976
(145,137,118)
#9B9483
(155,148,131)
#A59F90
(165,159,144)
#AFAA9D
(175,170,157)
#B9B5AA
(185,181,170)
#C3C0B7
(195,192,183)
#CDCBC4
(205,203,196)
#D7D6D1
(215,214,209)
#E1E1DE
(225,225,222)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877E69; }

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

This text font color is #877E69.


Background Color

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

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

This div background color is #877E69.


Border color

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

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

This div border color is #877E69.


Opacity

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

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

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

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

This text has shadow with #877E69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877E69 on black background.


Color preview on white background

This text has color #877E69 on white background.



Black color preview on #877E69 background

This text has black color on #877E69 background.


White color preview on #877E69 background

This text has white color on #877E69 background.