COLOR #976E76

HEX: #976E76
RGB: (151,110,118)

Color info

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

RGB color model

#976E76 color RGB value is (151,110,118).

  • red value is 151;
  • green value is 110;
  • blue value is 118.
RGB:
(151,110,118)
(59%,43%,46%)

RGB channels and saturation

R 151 of 255 = 59%
G 110 of 255 = 43%
B 118 of 255 = 46%

151
110
118

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

Portions of RGB colors in percentages

R + G + B =
151 + 110 + 118 = 379 (100%)
R 151 of 379 ~ 39.84%
G 110 of 379 ~ 29.02%
B 118 of 379 ~ 31.13%

%39.84
%29.02
%31.13

CMYK color model

#976E76 color CMYK value is (0,27,22,41).

  • cyan value is 0.00%
  • magenta value is 27.15%
  • yellow value is 21.85%
  • key color value is 40.78%
CMYK:
(0,27,22,41)
C0M27Y22K41 
(0%,27%,22%,41%)
(0.00/0.27/0.22/0.41)	

CMYK percentages

%0
%27.15
%21.85
%40.78

Codes

Color #976E76 in popluar color models

976E76
RGB151110118
HSL348°16.47%51.18%
HSB/HSV348°27.15%59.22%
CMYK0.00%27.15%21.85%
40.78%

Color #976E76 in popluar number systems.

HEX976E76
Decimal151110118
Binary1001011111011101110110
Octal227156166

Shades and tints

Shades of #976E76

#976E76
(151,110,118)
#8A646C
(138,100,108)
#7D5A62
(125,90,98)
#705058
(112,80,88)
#63464E
(99,70,78)
#563C44
(86,60,68)
#49323A
(73,50,58)
#3C2830
(60,40,48)
#2F1E26
(47,30,38)
#22141C
(34,20,28)
#150A12
(21,10,18)
#000000
(0,0,0)

Tints of #976E76

#976E76
(151,110,118)
#A07B82
(160,123,130)
#A9888E
(169,136,142)
#B2959A
(178,149,154)
#BBA2A6
(187,162,166)
#C4AFB2
(196,175,178)
#CDBCBE
(205,188,190)
#D6C9CA
(214,201,202)
#DFD6D6
(223,214,214)
#E8E3E2
(232,227,226)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976E76 color. Also use rgb(151,110,118) instead hex code.

Text Font Color

.myTextColor { color: #976E76; }

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

This text font color is #976E76.


Background Color

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

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

This div background color is #976E76.


Border color

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

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

This div border color is #976E76.


Opacity

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

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

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

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

This text has shadow with #976E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976E76 on black background.


Color preview on white background

This text has color #976E76 on white background.



Black color preview on #976E76 background

This text has black color on #976E76 background.


White color preview on #976E76 background

This text has white color on #976E76 background.