COLOR #987773

HEX: #987773
RGB: (152,119,115)

Color info

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

RGB color model

#987773 color RGB value is (152,119,115).

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

RGB channels and saturation

R 152 of 255 = 60%
G 119 of 255 = 47%
B 115 of 255 = 45%

152
119
115

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

Portions of RGB colors in percentages

R + G + B =
152 + 119 + 115 = 386 (100%)
R 152 of 386 ~ 39.38%
G 119 of 386 ~ 30.83%
B 115 of 386 ~ 29.79%

%39.38
%30.83
%29.79

CMYK color model

#987773 color CMYK value is (0,22,24,40).

  • cyan value is 0.00%
  • magenta value is 21.71%
  • yellow value is 24.34%
  • key color value is 40.39%
CMYK:
(0,22,24,40)
C0M22Y24K40 
(0%,22%,24%,40%)
(0.00/0.22/0.24/0.40)	

CMYK percentages

%0
%21.71
%24.34
%40.39

Codes

Color #987773 in popluar color models

987773
RGB152119115
HSL15.23%52.35%
HSB/HSV24.34%59.61%
CMYK0.00%21.71%24.34%
40.39%

Color #987773 in popluar number systems.

HEX987773
Decimal152119115
Binary1001100011101111110011
Octal230167163

Shades and tints

Shades of #987773

#987773
(152,119,115)
#8B6D69
(139,109,105)
#7E635F
(126,99,95)
#715955
(113,89,85)
#644F4B
(100,79,75)
#574541
(87,69,65)
#4A3B37
(74,59,55)
#3D312D
(61,49,45)
#302723
(48,39,35)
#231D19
(35,29,25)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #987773

#987773
(152,119,115)
#A1837F
(161,131,127)
#AA8F8B
(170,143,139)
#B39B97
(179,155,151)
#BCA7A3
(188,167,163)
#C5B3AF
(197,179,175)
#CEBFBB
(206,191,187)
#D7CBC7
(215,203,199)
#E0D7D3
(224,215,211)
#E9E3DF
(233,227,223)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #987773; }

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

This text font color is #987773.


Background Color

.myBgColor { background-color: #987773; }

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

This div background color is #987773.


Border color

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

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

This div border color is #987773.


Opacity

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

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

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

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

This text has shadow with #987773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987773 on black background.


Color preview on white background

This text has color #987773 on white background.



Black color preview on #987773 background

This text has black color on #987773 background.


White color preview on #987773 background

This text has white color on #987773 background.