COLOR #976C72

HEX: #976C72
RGB: (151,108,114)

Color info

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

RGB color model

#976C72 color RGB value is (151,108,114).

  • red value is 151;
  • green value is 108;
  • blue value is 114.
RGB:
(151,108,114)
(59%,42%,45%)

RGB channels and saturation

R 151 of 255 = 59%
G 108 of 255 = 42%
B 114 of 255 = 45%

151
108
114

R + G + B ~ 49%. #976C72 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 108 + 114 = 373 (100%)
R 151 of 373 ~ 40.48%
G 108 of 373 ~ 28.95%
B 114 of 373 ~ 30.56%

%40.48
%28.95
%30.56

CMYK color model

#976C72 color CMYK value is (0,28,25,41).

  • cyan value is 0.00%
  • magenta value is 28.48%
  • yellow value is 24.50%
  • key color value is 40.78%
CMYK:
(0,28,25,41)
C0M28Y25K41 
(0%,28%,25%,41%)
(0.00/0.28/0.25/0.41)	

CMYK percentages

%0
%28.48
%24.5
%40.78

Codes

Color #976C72 in popluar color models

976C72
RGB151108114
HSL352°17.13%50.78%
HSB/HSV352°28.48%59.22%
CMYK0.00%28.48%24.50%
40.78%

Color #976C72 in popluar number systems.

HEX976C72
Decimal151108114
Binary1001011111011001110010
Octal227154162

Shades and tints

Shades of #976C72

#976C72
(151,108,114)
#8A6368
(138,99,104)
#7D5A5E
(125,90,94)
#705154
(112,81,84)
#63484A
(99,72,74)
#563F40
(86,63,64)
#493636
(73,54,54)
#3C2D2C
(60,45,44)
#2F2422
(47,36,34)
#221B18
(34,27,24)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #976C72

#976C72
(151,108,114)
#A0797E
(160,121,126)
#A9868A
(169,134,138)
#B29396
(178,147,150)
#BBA0A2
(187,160,162)
#C4ADAE
(196,173,174)
#CDBABA
(205,186,186)
#D6C7C6
(214,199,198)
#DFD4D2
(223,212,210)
#E8E1DE
(232,225,222)
#F1EEEA
(241,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976C72 color. Also use rgb(151,108,114) instead hex code.

Text Font Color

.myTextColor { color: #976C72; }

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

This text font color is #976C72.


Background Color

.myBgColor { background-color: #976C72; }

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

This div background color is #976C72.


Border color

.myBorderColor { border: 1px solid #976C72; }

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

This div border color is #976C72.


Opacity

.myOpacity80 { color: #976C72; opacity: 0.8; }

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

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

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

This text has shadow with #976C72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976C72 on black background.


Color preview on white background

This text has color #976C72 on white background.



Black color preview on #976C72 background

This text has black color on #976C72 background.


White color preview on #976C72 background

This text has white color on #976C72 background.