COLOR #987778

HEX: #987778
RGB: (152,119,120)

Color info

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

RGB color model

#987778 color RGB value is (152,119,120).

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

RGB channels and saturation

R 152 of 255 = 60%
G 119 of 255 = 47%
B 120 of 255 = 47%

152
119
120

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

Portions of RGB colors in percentages

R + G + B =
152 + 119 + 120 = 391 (100%)
R 152 of 391 ~ 38.87%
G 119 of 391 ~ 30.43%
B 120 of 391 ~ 30.69%

%38.87
%30.43
%30.69

CMYK color model

#987778 color CMYK value is (0,22,21,40).

  • cyan value is 0.00%
  • magenta value is 21.71%
  • yellow value is 21.05%
  • key color value is 40.39%
CMYK:
(0,22,21,40)
C0M22Y21K40 
(0%,22%,21%,40%)
(0.00/0.22/0.21/0.40)	

CMYK percentages

%0
%21.71
%21.05
%40.39

Codes

Color #987778 in popluar color models

987778
RGB152119120
HSL358°13.81%53.14%
HSB/HSV358°21.71%59.61%
CMYK0.00%21.71%21.05%
40.39%

Color #987778 in popluar number systems.

HEX987778
Decimal152119120
Binary1001100011101111111000
Octal230167170

Shades and tints

Shades of #987778

#987778
(152,119,120)
#8B6D6E
(139,109,110)
#7E6364
(126,99,100)
#71595A
(113,89,90)
#644F50
(100,79,80)
#574546
(87,69,70)
#4A3B3C
(74,59,60)
#3D3132
(61,49,50)
#302728
(48,39,40)
#231D1E
(35,29,30)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #987778

#987778
(152,119,120)
#A18384
(161,131,132)
#AA8F90
(170,143,144)
#B39B9C
(179,155,156)
#BCA7A8
(188,167,168)
#C5B3B4
(197,179,180)
#CEBFC0
(206,191,192)
#D7CBCC
(215,203,204)
#E0D7D8
(224,215,216)
#E9E3E4
(233,227,228)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #987778; }

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

This text font color is #987778.


Background Color

.myBgColor { background-color: #987778; }

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

This div background color is #987778.


Border color

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

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

This div border color is #987778.


Opacity

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

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

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

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

This text has shadow with #987778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987778 on black background.


Color preview on white background

This text has color #987778 on white background.



Black color preview on #987778 background

This text has black color on #987778 background.


White color preview on #987778 background

This text has white color on #987778 background.