COLOR #877E7A

HEX: #877E7A
RGB: (135,126,122)

Color info

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

RGB color model

#877E7A color RGB value is (135,126,122).

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

RGB channels and saturation

R 135 of 255 = 53%
G 126 of 255 = 49%
B 122 of 255 = 48%

135
126
122

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

Portions of RGB colors in percentages

R + G + B =
135 + 126 + 122 = 383 (100%)
R 135 of 383 ~ 35.25%
G 126 of 383 ~ 32.9%
B 122 of 383 ~ 31.85%

%35.25
%32.9
%31.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 9.63%
  • key color value is 47.06%
CMYK:
(0,7,10,47)
C0M7Y10K47 
(0%,7%,10%,47%)
(0.00/0.07/0.10/0.47)	

CMYK percentages

%0
%6.67
%9.63
%47.06

Codes

Color #877E7A in popluar color models

877E7A
RGB135126122
HSL18°5.14%50.39%
HSB/HSV18°9.63%52.94%
CMYK0.00%6.67%9.63%
47.06%

Color #877E7A in popluar number systems.

HEX877E7A
Decimal135126122
Binary1000011111111101111010
Octal207176172

Shades and tints

Shades of #877E7A

#877E7A
(135,126,122)
#7B736F
(123,115,111)
#6F6864
(111,104,100)
#635D59
(99,93,89)
#57524E
(87,82,78)
#4B4743
(75,71,67)
#3F3C38
(63,60,56)
#33312D
(51,49,45)
#272622
(39,38,34)
#1B1B17
(27,27,23)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #877E7A

#877E7A
(135,126,122)
#918986
(145,137,134)
#9B9492
(155,148,146)
#A59F9E
(165,159,158)
#AFAAAA
(175,170,170)
#B9B5B6
(185,181,182)
#C3C0C2
(195,192,194)
#CDCBCE
(205,203,206)
#D7D6DA
(215,214,218)
#E1E1E6
(225,225,230)
#EBECF2
(235,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877E7A; }

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

This text font color is #877E7A.


Background Color

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

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

This div background color is #877E7A.


Border color

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

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

This div border color is #877E7A.


Opacity

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

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

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

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

This text has shadow with #877E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877E7A on black background.


Color preview on white background

This text has color #877E7A on white background.



Black color preview on #877E7A background

This text has black color on #877E7A background.


White color preview on #877E7A background

This text has white color on #877E7A background.