COLOR #976A73

HEX: #976A73
RGB: (151,106,115)

Color info

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

RGB color model

#976A73 color RGB value is (151,106,115).

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

RGB channels and saturation

R 151 of 255 = 59%
G 106 of 255 = 42%
B 115 of 255 = 45%

151
106
115

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

Portions of RGB colors in percentages

R + G + B =
151 + 106 + 115 = 372 (100%)
R 151 of 372 ~ 40.59%
G 106 of 372 ~ 28.49%
B 115 of 372 ~ 30.91%

%40.59
%28.49
%30.91

CMYK color model

#976A73 color CMYK value is (0,30,24,41).

  • cyan value is 0.00%
  • magenta value is 29.80%
  • yellow value is 23.84%
  • key color value is 40.78%
CMYK:
(0,30,24,41)
C0M30Y24K41 
(0%,30%,24%,41%)
(0.00/0.30/0.24/0.41)	

CMYK percentages

%0
%29.8
%23.84
%40.78

Codes

Color #976A73 in popluar color models

976A73
RGB151106115
HSL348°17.79%50.39%
HSB/HSV348°29.80%59.22%
CMYK0.00%29.80%23.84%
40.78%

Color #976A73 in popluar number systems.

HEX976A73
Decimal151106115
Binary1001011111010101110011
Octal227152163

Shades and tints

Shades of #976A73

#976A73
(151,106,115)
#8A6169
(138,97,105)
#7D585F
(125,88,95)
#704F55
(112,79,85)
#63464B
(99,70,75)
#563D41
(86,61,65)
#493437
(73,52,55)
#3C2B2D
(60,43,45)
#2F2223
(47,34,35)
#221919
(34,25,25)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #976A73

#976A73
(151,106,115)
#A0777F
(160,119,127)
#A9848B
(169,132,139)
#B29197
(178,145,151)
#BB9EA3
(187,158,163)
#C4ABAF
(196,171,175)
#CDB8BB
(205,184,187)
#D6C5C7
(214,197,199)
#DFD2D3
(223,210,211)
#E8DFDF
(232,223,223)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976A73 color. Also use rgb(151,106,115) instead hex code.

Text Font Color

.myTextColor { color: #976A73; }

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

This text font color is #976A73.


Background Color

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

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

This div background color is #976A73.


Border color

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

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

This div border color is #976A73.


Opacity

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

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

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

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

This text has shadow with #976A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976A73 on black background.


Color preview on white background

This text has color #976A73 on white background.



Black color preview on #976A73 background

This text has black color on #976A73 background.


White color preview on #976A73 background

This text has white color on #976A73 background.