COLOR #877F86

HEX: #877F86 RGB: (135,127,134)

Color info

#877F86 contains red, green and blue colors in about the same proportion. Web safe color of #877F86 is #996699 (or #969).

RGB color model

#877F86 color RGB value is (135,127,134).

RGB: (135,127,134) (53%, 50%, 53%)

RGB channels and saturation

R 135 of 255 = 53%
G 127 of 255 = 50%
B 134 of 255 = 53%

135
127
134

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

Portions of RGB colors in percentages

R + G + B = 135 + 127 + 134 = 396 (100%)
R 135 of 396 ~ 34.09%
G 127 of 396 ~ 32.07%
B 134 of 396 ~ 33.84'%

%34.09
%32.07
%33.84

CMYK color model

#877F86 color CMYK value is (0,6,1,47).

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

CMYK: (0,6,1,47)
C0M6Y1K47 (0%, 6%, 1%, 47%)
(0.00 / 0.06 / 0.01 / 0.47)

CMYK percentages

%0
%5.93
%0.74
%47.06

Codes

Color #877F86 in popluar color models

87 7F 86
RGB 135 127 134
HSL 308° 3.23% 51.37%
HSB/HSV 308° 5.93% 52.94%
CMYK 0.00% 5.93% 0.74%
47.06%

Color #877F86 in popluar number systems.

HEX 87 7F 86
Decimal 135 127 134
Binary 10000111 1111111 10000110
Octal 207 177 206

Shades and tints

Shades of #877F86

#877F86
(135,127,134)
#7B747A
(123,116,122)
#6F696E
(111,105,110)
#635E62
(99,94,98)
#575356
(87,83,86)
#4B484A
(75,72,74)
#3F3D3E
(63,61,62)
#333232
(51,50,50)
#272726
(39,39,38)
#1B1C1A
(27,28,26)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #877F86

#877F86
(135,127,134)
#918A91
(145,138,145)
#9B959C
(155,149,156)
#A5A0A7
(165,160,167)
#AFABB2
(175,171,178)
#B9B6BD
(185,182,189)
#C3C1C8
(195,193,200)
#CDCCD3
(205,204,211)
#D7D7DE
(215,215,222)
#E1E2E9
(225,226,233)
#EBEDF4
(235,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877F86; }

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

This text font color is #877F86.

Background Color

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

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

This div background color is #877F86.

Border color

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

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

This div border color is #877F86.

Opacity

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

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

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

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

This text has shadow with #877F86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877F86.

Preview

Color preview on black background

This text has color #877F86 on black background.


Color preview on white background

This text has color #877F86 on white background.


Black color preview on #877F86 background

This text has black color on #877F86 background.


White color preview on #877F86 background

This text has white color on #877F86 background.


Related colors

Complementary color

Complementary color for #hex is #788079.


I love getcolorcode.com

Triadic colors

1 #86877F and #7F8687 with #877F86 are triadic colors.

2 #867F87 and #7F8786 with #877F86 are triadic colors.