COLOR #87797E

HEX: #87797E RGB: (135,121,126)

Color info

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

RGB color model

#87797E color RGB value is (135,121,126).

RGB: (135,121,126) (53%, 47%, 49%)

RGB channels and saturation

R 135 of 255 = 53%
G 121 of 255 = 47%
B 126 of 255 = 49%

135
121
126

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

Portions of RGB colors in percentages

R + G + B = 135 + 121 + 126 = 382 (100%)
R 135 of 382 ~ 35.34%
G 121 of 382 ~ 31.68%
B 126 of 382 ~ 32.98'%

%35.34
%31.68
%32.98

CMYK color model

#87797E color CMYK value is (0,10,7,47).

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

CMYK: (0,10,7,47)
C0M10Y7K47 (0%, 10%, 7%, 47%)
(0.00 / 0.10 / 0.07 / 0.47)

CMYK percentages

%0
%10.37
%6.67
%47.06

Codes

Color #87797E in popluar color models

87 79 7E
RGB 135 121 126
HSL 339° 5.51% 50.20%
HSB/HSV 339° 10.37% 52.94%
CMYK 0.00% 10.37% 6.67%
47.06%

Color #87797E in popluar number systems.

HEX 87 79 7E
Decimal 135 121 126
Binary 10000111 1111001 1111110
Octal 207 171 176

Shades and tints

Shades of #87797E

#87797E
(135,121,126)
#7B6E73
(123,110,115)
#6F6368
(111,99,104)
#63585D
(99,88,93)
#574D52
(87,77,82)
#4B4247
(75,66,71)
#3F373C
(63,55,60)
#332C31
(51,44,49)
#272126
(39,33,38)
#1B161B
(27,22,27)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #87797E

#87797E
(135,121,126)
#918589
(145,133,137)
#9B9194
(155,145,148)
#A59D9F
(165,157,159)
#AFA9AA
(175,169,170)
#B9B5B5
(185,181,181)
#C3C1C0
(195,193,192)
#CDCDCB
(205,205,203)
#D7D9D6
(215,217,214)
#E1E5E1
(225,229,225)
#EBF1EC
(235,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87797E color. Also use rgb(135,121,126) instead hex code.

Text Font Color

.myTextColor { color: #87797E; }

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

This text font color is #87797E.

Background Color

.myBgColor { background-color: #87797E; }

<div style="background-color:#87797E">Inner text</div>

This div background color is #87797E.

Border color

.myBorderColor { border: 1px solid #87797E; }

<div style="border:3px solid #87797E">Div</div>

This div border color is #87797E.

Opacity

.myOpacity80 { color: #87797E; opacity: 0.8; }

<p style="color:#87797E;opacity:0.8;">80%</p>

Text with #87797E 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 #87797E;}

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

This text has shadow with #87797E color.


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

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

This text has shadow with #87797E primary color and red secondary color.


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

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

This text has shadow with #87797E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #87797E.

Preview

Color preview on black background

This text has color #87797E on black background.


Color preview on white background

This text has color #87797E on white background.


Black color preview on #87797E background

This text has black color on #87797E background.


White color preview on #87797E background

This text has white color on #87797E background.


Related colors

Complementary color

Complementary color for #hex is #788681.


I love getcolorcode.com

Triadic colors

1 #7E8779 and #797E87 with #87797E are triadic colors.

2 #7E7987 and #79877E with #87797E are triadic colors.