COLOR #877E7D

HEX: #877E7D
RGB: (135,126,125)

Color info

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

RGB color model

#877E7D color RGB value is (135,126,125).

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

RGB channels and saturation

R 135 of 255 = 53%
G 126 of 255 = 49%
B 125 of 255 = 49%

135
126
125

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

Portions of RGB colors in percentages

R + G + B =
135 + 126 + 125 = 386 (100%)
R 135 of 386 ~ 34.97%
G 126 of 386 ~ 32.64%
B 125 of 386 ~ 32.38%

%34.97
%32.64
%32.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 7.41%
  • key color value is 47.06%
CMYK:
(0,7,7,47)
C0M7Y7K47 
(0%,7%,7%,47%)
(0.00/0.07/0.07/0.47)	

CMYK percentages

%0
%6.67
%7.41
%47.06

Codes

Color #877E7D in popluar color models

877E7D
RGB135126125
HSL4.00%50.98%
HSB/HSV7.41%52.94%
CMYK0.00%6.67%7.41%
47.06%

Color #877E7D in popluar number systems.

HEX877E7D
Decimal135126125
Binary1000011111111101111101
Octal207176175

Shades and tints

Shades of #877E7D

#877E7D
(135,126,125)
#7B7372
(123,115,114)
#6F6867
(111,104,103)
#635D5C
(99,93,92)
#575251
(87,82,81)
#4B4746
(75,71,70)
#3F3C3B
(63,60,59)
#333130
(51,49,48)
#272625
(39,38,37)
#1B1B1A
(27,27,26)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #877E7D

#877E7D
(135,126,125)
#918988
(145,137,136)
#9B9493
(155,148,147)
#A59F9E
(165,159,158)
#AFAAA9
(175,170,169)
#B9B5B4
(185,181,180)
#C3C0BF
(195,192,191)
#CDCBCA
(205,203,202)
#D7D6D5
(215,214,213)
#E1E1E0
(225,225,224)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877E7D; }

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

This text font color is #877E7D.


Background Color

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

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

This div background color is #877E7D.


Border color

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

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

This div border color is #877E7D.


Opacity

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

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

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

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

This text has shadow with #877E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877E7D on black background.


Color preview on white background

This text has color #877E7D on white background.



Black color preview on #877E7D background

This text has black color on #877E7D background.


White color preview on #877E7D background

This text has white color on #877E7D background.