COLOR #987976

HEX: #987976
RGB: (152,121,118)

Color info

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

RGB color model

#987976 color RGB value is (152,121,118).

  • red value is 152;
  • green value is 121;
  • blue value is 118.
RGB:
(152,121,118)
(60%,47%,46%)

RGB channels and saturation

R 152 of 255 = 60%
G 121 of 255 = 47%
B 118 of 255 = 46%

152
121
118

R + G + B ~ 51%. #987976 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 121 + 118 = 391 (100%)
R 152 of 391 ~ 38.87%
G 121 of 391 ~ 30.95%
B 118 of 391 ~ 30.18%

%38.87
%30.95
%30.18

CMYK color model

#987976 color CMYK value is (0,20,22,40).

  • cyan value is 0.00%
  • magenta value is 20.39%
  • yellow value is 22.37%
  • key color value is 40.39%
CMYK:
(0,20,22,40)
C0M20Y22K40 
(0%,20%,22%,40%)
(0.00/0.20/0.22/0.40)	

CMYK percentages

%0
%20.39
%22.37
%40.39

Codes

Color #987976 in popluar color models

987976
RGB152121118
HSL14.17%52.94%
HSB/HSV22.37%59.61%
CMYK0.00%20.39%22.37%
40.39%

Color #987976 in popluar number systems.

HEX987976
Decimal152121118
Binary1001100011110011110110
Octal230171166

Shades and tints

Shades of #987976

#987976
(152,121,118)
#8B6E6C
(139,110,108)
#7E6362
(126,99,98)
#715858
(113,88,88)
#644D4E
(100,77,78)
#574244
(87,66,68)
#4A373A
(74,55,58)
#3D2C30
(61,44,48)
#302126
(48,33,38)
#23161C
(35,22,28)
#160B12
(22,11,18)
#000000
(0,0,0)

Tints of #987976

#987976
(152,121,118)
#A18582
(161,133,130)
#AA918E
(170,145,142)
#B39D9A
(179,157,154)
#BCA9A6
(188,169,166)
#C5B5B2
(197,181,178)
#CEC1BE
(206,193,190)
#D7CDCA
(215,205,202)
#E0D9D6
(224,217,214)
#E9E5E2
(233,229,226)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987976 color. Also use rgb(152,121,118) instead hex code.

Text Font Color

.myTextColor { color: #987976; }

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

This text font color is #987976.


Background Color

.myBgColor { background-color: #987976; }

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

This div background color is #987976.


Border color

.myBorderColor { border: 1px solid #987976; }

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

This div border color is #987976.


Opacity

.myOpacity80 { color: #987976; opacity: 0.8; }

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

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

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

This text has shadow with #987976 color.

.textShadow {text-shadow: 3px 3px 1px #987976, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #987976;
-webkit-box-shadow: 1px 1px 3px 2px #987976;
box-shadow:1px 1px 3px 2px #987976;">
Div content here</div>
This div box has shadow with color #987976.

Preview

Color preview on black background

This text has color #987976 on black background.


Color preview on white background

This text has color #987976 on white background.



Black color preview on #987976 background

This text has black color on #987976 background.


White color preview on #987976 background

This text has white color on #987976 background.