COLOR #987B72

HEX: #987B72
RGB: (152,123,114)

Color info

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

RGB color model

#987B72 color RGB value is (152,123,114).

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

RGB channels and saturation

R 152 of 255 = 60%
G 123 of 255 = 48%
B 114 of 255 = 45%

152
123
114

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

Portions of RGB colors in percentages

R + G + B =
152 + 123 + 114 = 389 (100%)
R 152 of 389 ~ 39.07%
G 123 of 389 ~ 31.62%
B 114 of 389 ~ 29.31%

%39.07
%31.62
%29.31

CMYK color model

#987B72 color CMYK value is (0,19,25,40).

  • cyan value is 0.00%
  • magenta value is 19.08%
  • yellow value is 25.00%
  • key color value is 40.39%
CMYK:
(0,19,25,40)
C0M19Y25K40 
(0%,19%,25%,40%)
(0.00/0.19/0.25/0.40)	

CMYK percentages

%0
%19.08
%25
%40.39

Codes

Color #987B72 in popluar color models

987B72
RGB152123114
HSL14°15.57%52.16%
HSB/HSV14°25.00%59.61%
CMYK0.00%19.08%25.00%
40.39%

Color #987B72 in popluar number systems.

HEX987B72
Decimal152123114
Binary1001100011110111110010
Octal230173162

Shades and tints

Shades of #987B72

#987B72
(152,123,114)
#8B7068
(139,112,104)
#7E655E
(126,101,94)
#715A54
(113,90,84)
#644F4A
(100,79,74)
#574440
(87,68,64)
#4A3936
(74,57,54)
#3D2E2C
(61,46,44)
#302322
(48,35,34)
#231818
(35,24,24)
#160D0E
(22,13,14)
#000000
(0,0,0)

Tints of #987B72

#987B72
(152,123,114)
#A1877E
(161,135,126)
#AA938A
(170,147,138)
#B39F96
(179,159,150)
#BCABA2
(188,171,162)
#C5B7AE
(197,183,174)
#CEC3BA
(206,195,186)
#D7CFC6
(215,207,198)
#E0DBD2
(224,219,210)
#E9E7DE
(233,231,222)
#F2F3EA
(242,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #987B72; }

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

This text font color is #987B72.


Background Color

.myBgColor { background-color: #987B72; }

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

This div background color is #987B72.


Border color

.myBorderColor { border: 1px solid #987B72; }

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

This div border color is #987B72.


Opacity

.myOpacity80 { color: #987B72; opacity: 0.8; }

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

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

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

This text has shadow with #987B72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987B72 on black background.


Color preview on white background

This text has color #987B72 on white background.



Black color preview on #987B72 background

This text has black color on #987B72 background.


White color preview on #987B72 background

This text has white color on #987B72 background.