COLOR #87777F

HEX: #87777F RGB: (135,119,127)

Color info

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

RGB color model

#87777F color RGB value is (135,119,127).

RGB: (135,119,127) (53%, 47%, 50%)

RGB channels and saturation

R 135 of 255 = 53%
G 119 of 255 = 47%
B 127 of 255 = 50%

135
119
127

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

Portions of RGB colors in percentages

R + G + B = 135 + 119 + 127 = 381 (100%)
R 135 of 381 ~ 35.43%
G 119 of 381 ~ 31.23%
B 127 of 381 ~ 33.33'%

%35.43
%31.23
%33.33

CMYK color model

#87777F color CMYK value is (0,12,6,47).

  • cyan value is 0.00%
  • magenta value is 11.85%
  • yellow value is 5.93%
  • key color value is 47.06%
CMYK: (0,12,6,47) C0M12Y6K47 (0%,12%,6%,47%) (0.00/0.12/0.06/0.47) 

CMYK percentages

%0
%11.85
%5.93
%47.06

Codes

Color #87777F in popluar color models

87 77 7F
RGB 135 119 127
HSL 330° 6.30% 49.80%
HSB/HSV 330° 11.85% 52.94%
CMYK 0.00% 11.85% 5.93%
47.06%

Color #87777F in popluar number systems.

HEX 87 77 7F
Decimal 135 119 127
Binary 10000111 1110111 1111111
Octal 207 167 177

Shades and tints

Shades of #87777F

#87777F
(135,119,127)
#7B6D74
(123,109,116)
#6F6369
(111,99,105)
#63595E
(99,89,94)
#574F53
(87,79,83)
#4B4548
(75,69,72)
#3F3B3D
(63,59,61)
#333132
(51,49,50)
#272727
(39,39,39)
#1B1D1C
(27,29,28)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #87777F

#87777F
(135,119,127)
#91838A
(145,131,138)
#9B8F95
(155,143,149)
#A59BA0
(165,155,160)
#AFA7AB
(175,167,171)
#B9B3B6
(185,179,182)
#C3BFC1
(195,191,193)
#CDCBCC
(205,203,204)
#D7D7D7
(215,215,215)
#E1E3E2
(225,227,226)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87777F color. Also use rgb(135,119,127) instead hex code.

Text Font Color

.myTextColor { color: #87777F; }

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

This text font color is #87777F.

Background Color

.myBgColor { background-color: #87777F; }

<div style="background-color:#87777F">Inner text</div>

This div background color is #87777F.

Border color

.myBorderColor { border: 1px solid #87777F; }

<div style="border:3px solid #87777F">Div</div>

This div border color is #87777F.

Opacity

.myOpacity80 { color: #87777F; opacity: 0.8; }

<p style="color:#87777F;opacity:0.8;">80%</p>

Text with #87777F 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 #87777F;}

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

This text has shadow with #87777F color.


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

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

This text has shadow with #87777F primary color and red secondary color.


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

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

This text has shadow with #87777F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #87777F.

Preview

Color preview on black background

This text has color #87777F on black background.


Color preview on white background

This text has color #87777F on white background.


Black color preview on #87777F background

This text has black color on #87777F background.


White color preview on #87777F background

This text has white color on #87777F background.


Related colors

Complementary color

Complementary color for #hex is #788880.


I love getcolorcode.com

Triadic colors

1 #7F8777 and #777F87 with #87777F are triadic colors.

2 #7F7787 and #77877F with #87777F are triadic colors.