COLOR #87797D

HEX: #87797D RGB: (135,121,125)

Color info

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

RGB color model

#87797D color RGB value is (135,121,125).

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

RGB channels and saturation

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

135
121
125

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

Portions of RGB colors in percentages

R + G + B = 135 + 121 + 125 = 381 (100%)
R 135 of 381 ~ 35.43%
G 121 of 381 ~ 31.76%
B 125 of 381 ~ 32.81'%

%35.43
%31.76
%32.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.37%
  • yellow value is 7.41%
  • 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
%7.41
%47.06

Codes

Color #87797D in popluar color models

87 79 7D
RGB 135 121 125
HSL 343° 5.51% 50.20%
HSB/HSV 343° 10.37% 52.94%
CMYK 0.00% 10.37% 7.41%
47.06%

Color #87797D in popluar number systems.

HEX 87 79 7D
Decimal 135 121 125
Binary 10000111 1111001 1111101
Octal 207 171 175

Shades and tints

Shades of #87797D

#87797D
(135,121,125)
#7B6E72
(123,110,114)
#6F6367
(111,99,103)
#63585C
(99,88,92)
#574D51
(87,77,81)
#4B4246
(75,66,70)
#3F373B
(63,55,59)
#332C30
(51,44,48)
#272125
(39,33,37)
#1B161A
(27,22,26)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #87797D

#87797D
(135,121,125)
#918588
(145,133,136)
#9B9193
(155,145,147)
#A59D9E
(165,157,158)
#AFA9A9
(175,169,169)
#B9B5B4
(185,181,180)
#C3C1BF
(195,193,191)
#CDCDCA
(205,205,202)
#D7D9D5
(215,217,213)
#E1E5E0
(225,229,224)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87797D; }

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

This text font color is #87797D.

Background Color

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

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

This div background color is #87797D.

Border color

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

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

This div border color is #87797D.

Opacity

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

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

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

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

This text has shadow with #87797D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87797D.

Preview

Color preview on black background

This text has color #87797D on black background.


Color preview on white background

This text has color #87797D on white background.


Black color preview on #87797D background

This text has black color on #87797D background.


White color preview on #87797D background

This text has white color on #87797D background.


Related colors

Complementary color

Complementary color for #hex is #788682.


I love getcolorcode.com

Triadic colors

1 #7D8779 and #797D87 with #87797D are triadic colors.

2 #7D7987 and #79877D with #87797D are triadic colors.