COLOR #877F7E

HEX: #877F7E RGB: (135,127,126)

Color info

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

RGB color model

#877F7E color RGB value is (135,127,126).

RGB: (135,127,126) (53%, 50%, 49%)

RGB channels and saturation

R 135 of 255 = 53%
G 127 of 255 = 50%
B 126 of 255 = 49%

135
127
126

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

Portions of RGB colors in percentages

R + G + B = 135 + 127 + 126 = 388 (100%)
R 135 of 388 ~ 34.79%
G 127 of 388 ~ 32.73%
B 126 of 388 ~ 32.47'%

%34.79
%32.73
%32.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.93%
  • yellow value is 6.67%
  • key color value is 47.06%

CMYK: (0,6,7,47)
C0M6Y7K47 (0%, 6%, 7%, 47%)
(0.00 / 0.06 / 0.07 / 0.47)

CMYK percentages

%0
%5.93
%6.67
%47.06

Codes

Color #877F7E in popluar color models

87 7F 7E
RGB 135 127 126
HSL 3.61% 51.18%
HSB/HSV 6.67% 52.94%
CMYK 0.00% 5.93% 6.67%
47.06%

Color #877F7E in popluar number systems.

HEX 87 7F 7E
Decimal 135 127 126
Binary 10000111 1111111 1111110
Octal 207 177 176

Shades and tints

Shades of #877F7E

#877F7E
(135,127,126)
#7B7473
(123,116,115)
#6F6968
(111,105,104)
#635E5D
(99,94,93)
#575352
(87,83,82)
#4B4847
(75,72,71)
#3F3D3C
(63,61,60)
#333231
(51,50,49)
#272726
(39,39,38)
#1B1C1B
(27,28,27)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #877F7E

#877F7E
(135,127,126)
#918A89
(145,138,137)
#9B9594
(155,149,148)
#A5A09F
(165,160,159)
#AFABAA
(175,171,170)
#B9B6B5
(185,182,181)
#C3C1C0
(195,193,192)
#CDCCCB
(205,204,203)
#D7D7D6
(215,215,214)
#E1E2E1
(225,226,225)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877F7E; }

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

This text font color is #877F7E.

Background Color

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

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

This div background color is #877F7E.

Border color

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

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

This div border color is #877F7E.

Opacity

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

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

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

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

This text has shadow with #877F7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877F7E.

Preview

Color preview on black background

This text has color #877F7E on black background.


Color preview on white background

This text has color #877F7E on white background.


Black color preview on #877F7E background

This text has black color on #877F7E background.


White color preview on #877F7E background

This text has white color on #877F7E background.


Related colors

Complementary color

Complementary color for #hex is #788081.


I love getcolorcode.com

Triadic colors

1 #7E877F and #7F7E87 with #877F7E are triadic colors.

2 #7E7F87 and #7F877E with #877F7E are triadic colors.