COLOR #986772

HEX: #986772
RGB: (152,103,114)

Color info

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

RGB color model

#986772 color RGB value is (152,103,114).

  • red value is 152;
  • green value is 103;
  • blue value is 114.
RGB:
(152,103,114)
(60%,40%,45%)

RGB channels and saturation

R 152 of 255 = 60%
G 103 of 255 = 40%
B 114 of 255 = 45%

152
103
114

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

Portions of RGB colors in percentages

R + G + B =
152 + 103 + 114 = 369 (100%)
R 152 of 369 ~ 41.19%
G 103 of 369 ~ 27.91%
B 114 of 369 ~ 30.89%

%41.19
%27.91
%30.89

CMYK color model

#986772 color CMYK value is (0,32,25,40).

  • cyan value is 0.00%
  • magenta value is 32.24%
  • yellow value is 25.00%
  • key color value is 40.39%
CMYK:
(0,32,25,40)
C0M32Y25K40 
(0%,32%,25%,40%)
(0.00/0.32/0.25/0.40)	

CMYK percentages

%0
%32.24
%25
%40.39

Codes

Color #986772 in popluar color models

986772
RGB152103114
HSL347°19.22%50.00%
HSB/HSV347°32.24%59.61%
CMYK0.00%32.24%25.00%
40.39%

Color #986772 in popluar number systems.

HEX986772
Decimal152103114
Binary1001100011001111110010
Octal230147162

Shades and tints

Shades of #986772

#986772
(152,103,114)
#8B5E68
(139,94,104)
#7E555E
(126,85,94)
#714C54
(113,76,84)
#64434A
(100,67,74)
#573A40
(87,58,64)
#4A3136
(74,49,54)
#3D282C
(61,40,44)
#301F22
(48,31,34)
#231618
(35,22,24)
#160D0E
(22,13,14)
#000000
(0,0,0)

Tints of #986772

#986772
(152,103,114)
#A1747E
(161,116,126)
#AA818A
(170,129,138)
#B38E96
(179,142,150)
#BC9BA2
(188,155,162)
#C5A8AE
(197,168,174)
#CEB5BA
(206,181,186)
#D7C2C6
(215,194,198)
#E0CFD2
(224,207,210)
#E9DCDE
(233,220,222)
#F2E9EA
(242,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986772 color. Also use rgb(152,103,114) instead hex code.

Text Font Color

.myTextColor { color: #986772; }

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

This text font color is #986772.


Background Color

.myBgColor { background-color: #986772; }

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

This div background color is #986772.


Border color

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

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

This div border color is #986772.


Opacity

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

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

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

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

This text has shadow with #986772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986772 on black background.


Color preview on white background

This text has color #986772 on white background.



Black color preview on #986772 background

This text has black color on #986772 background.


White color preview on #986772 background

This text has white color on #986772 background.