COLOR #987782

HEX: #987782
RGB: (152,119,130)

Color info

#987782 contains red, green and blue colors in about the same proportion. Web safe color of #987782 is #996699 (or #969).

RGB color model

#987782 color RGB value is (152,119,130).

  • red value is 152;
  • green value is 119;
  • blue value is 130.
RGB:
(152,119,130)
(60%,47%,51%)

RGB channels and saturation

R 152 of 255 = 60%
G 119 of 255 = 47%
B 130 of 255 = 51%

152
119
130

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

Portions of RGB colors in percentages

R + G + B =
152 + 119 + 130 = 401 (100%)
R 152 of 401 ~ 37.91%
G 119 of 401 ~ 29.68%
B 130 of 401 ~ 32.42%

%37.91
%29.68
%32.42

CMYK color model

#987782 color CMYK value is (0,22,14,40).

  • cyan value is 0.00%
  • magenta value is 21.71%
  • yellow value is 14.47%
  • key color value is 40.39%
CMYK:
(0,22,14,40)
C0M22Y14K40 
(0%,22%,14%,40%)
(0.00/0.22/0.14/0.40)	

CMYK percentages

%0
%21.71
%14.47
%40.39

Codes

Color #987782 in popluar color models

987782
RGB152119130
HSL340°13.81%53.14%
HSB/HSV340°21.71%59.61%
CMYK0.00%21.71%14.47%
40.39%

Color #987782 in popluar number systems.

HEX987782
Decimal152119130
Binary10011000111011110000010
Octal230167202

Shades and tints

Shades of #987782

#987782
(152,119,130)
#8B6D77
(139,109,119)
#7E636C
(126,99,108)
#715961
(113,89,97)
#644F56
(100,79,86)
#57454B
(87,69,75)
#4A3B40
(74,59,64)
#3D3135
(61,49,53)
#30272A
(48,39,42)
#231D1F
(35,29,31)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #987782

#987782
(152,119,130)
#A1838D
(161,131,141)
#AA8F98
(170,143,152)
#B39BA3
(179,155,163)
#BCA7AE
(188,167,174)
#C5B3B9
(197,179,185)
#CEBFC4
(206,191,196)
#D7CBCF
(215,203,207)
#E0D7DA
(224,215,218)
#E9E3E5
(233,227,229)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987782 color. Also use rgb(152,119,130) instead hex code.

Text Font Color

.myTextColor { color: #987782; }

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

This text font color is #987782.


Background Color

.myBgColor { background-color: #987782; }

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

This div background color is #987782.


Border color

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

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

This div border color is #987782.


Opacity

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

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

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

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

This text has shadow with #987782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987782 on black background.


Color preview on white background

This text has color #987782 on white background.



Black color preview on #987782 background

This text has black color on #987782 background.


White color preview on #987782 background

This text has white color on #987782 background.