COLOR #987C7F

HEX: #987C7F RGB: (152,124,127)

Color info

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

RGB color model

#987C7F color RGB value is (152,124,127).

RGB: (152,124,127) (60%, 49%, 50%)

RGB channels and saturation

R 152 of 255 = 60%
G 124 of 255 = 49%
B 127 of 255 = 50%

152
124
127

R + G + B ~ 53%. #987C7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 152 + 124 + 127 = 403 (100%)
R 152 of 403 ~ 37.72%
G 124 of 403 ~ 30.77%
B 127 of 403 ~ 31.51'%

%37.72
%30.77
%31.51

CMYK color model

#987C7F color CMYK value is (0,18,16,40).

  • cyan value is 0.00%
  • magenta value is 18.42%
  • yellow value is 16.45%
  • key color value is 40.39%

CMYK: (0,18,16,40)
C0M18Y16K40 (0%, 18%, 16%, 40%)
(0.00 / 0.18 / 0.16 / 0.40)

CMYK percentages

%0
%18.42
%16.45
%40.39

Codes

Color #987C7F in popluar color models

98 7C 7F
RGB 152 124 127
HSL 354° 11.97% 54.12%
HSB/HSV 354° 18.42% 59.61%
CMYK 0.00% 18.42% 16.45%
40.39%

Color #987C7F in popluar number systems.

HEX 98 7C 7F
Decimal 152 124 127
Binary 10011000 1111100 1111111
Octal 230 174 177

Shades and tints

Shades of #987C7F

#987C7F
(152,124,127)
#8B7174
(139,113,116)
#7E6669
(126,102,105)
#715B5E
(113,91,94)
#645053
(100,80,83)
#574548
(87,69,72)
#4A3A3D
(74,58,61)
#3D2F32
(61,47,50)
#302427
(48,36,39)
#23191C
(35,25,28)
#160E11
(22,14,17)
#000000
(0,0,0)

Tints of #987C7F

#987C7F
(152,124,127)
#A1878A
(161,135,138)
#AA9295
(170,146,149)
#B39DA0
(179,157,160)
#BCA8AB
(188,168,171)
#C5B3B6
(197,179,182)
#CEBEC1
(206,190,193)
#D7C9CC
(215,201,204)
#E0D4D7
(224,212,215)
#E9DFE2
(233,223,226)
#F2EAED
(242,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987C7F color. Also use rgb(152,124,127) instead hex code.

Text Font Color

.myTextColor { color: #987C7F; }

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

This text font color is #987C7F.

Background Color

.myBgColor { background-color: #987C7F; }

<div style="background-color:#987C7F">Inner text</div>

This div background color is #987C7F.

Border color

.myBorderColor { border: 1px solid #987C7F; }

<div style="border:3px solid #987C7F">Div</div>

This div border color is #987C7F.

Opacity

.myOpacity80 { color: #987C7F; opacity: 0.8; }

<p style="color:#987C7F;opacity:0.8;">80%</p>

Text with #987C7F 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 #987C7F;}

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

This text has shadow with #987C7F color.


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

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

This text has shadow with #987C7F primary color and red secondary color.


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

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

This text has shadow with #987C7F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #987C7F.

Preview

Color preview on black background

This text has color #987C7F on black background.


Color preview on white background

This text has color #987C7F on white background.


Black color preview on #987C7F background

This text has black color on #987C7F background.


White color preview on #987C7F background

This text has white color on #987C7F background.


Related colors

Complementary color

Complementary color for #hex is #678380.


I love getcolorcode.com

Triadic colors

1 #7F987C and #7C7F98 with #987C7F are triadic colors.

2 #7F7C98 and #7C987F with #987C7F are triadic colors.