COLOR #976E73

HEX: #976E73 RGB: (151,110,115)

Color info

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

RGB color model

#976E73 color RGB value is (151,110,115).

RGB: (151,110,115) (59%, 43%, 45%)

RGB channels and saturation

R 151 of 255 = 59%
G 110 of 255 = 43%
B 115 of 255 = 45%

151
110
115

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

Portions of RGB colors in percentages

R + G + B = 151 + 110 + 115 = 376 (100%)
R 151 of 376 ~ 40.16%
G 110 of 376 ~ 29.26%
B 115 of 376 ~ 30.59'%

%40.16
%29.26
%30.59

CMYK color model

#976E73 color CMYK value is (0,27,24,41).

  • cyan value is 0.00%
  • magenta value is 27.15%
  • yellow value is 23.84%
  • key color value is 40.78%

CMYK: (0,27,24,41)
C0M27Y24K41 (0%, 27%, 24%, 41%)
(0.00 / 0.27 / 0.24 / 0.41)

CMYK percentages

%0
%27.15
%23.84
%40.78

Codes

Color #976E73 in popluar color models

97 6E 73
RGB 151 110 115
HSL 353° 16.47% 51.18%
HSB/HSV 353° 27.15% 59.22%
CMYK 0.00% 27.15% 23.84%
40.78%

Color #976E73 in popluar number systems.

HEX 97 6E 73
Decimal 151 110 115
Binary 10010111 1101110 1110011
Octal 227 156 163

Shades and tints

Shades of #976E73

#976E73
(151,110,115)
#8A6469
(138,100,105)
#7D5A5F
(125,90,95)
#705055
(112,80,85)
#63464B
(99,70,75)
#563C41
(86,60,65)
#493237
(73,50,55)
#3C282D
(60,40,45)
#2F1E23
(47,30,35)
#221419
(34,20,25)
#150A0F
(21,10,15)
#000000
(0,0,0)

Tints of #976E73

#976E73
(151,110,115)
#A07B7F
(160,123,127)
#A9888B
(169,136,139)
#B29597
(178,149,151)
#BBA2A3
(187,162,163)
#C4AFAF
(196,175,175)
#CDBCBB
(205,188,187)
#D6C9C7
(214,201,199)
#DFD6D3
(223,214,211)
#E8E3DF
(232,227,223)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976E73; }

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

This text font color is #976E73.

Background Color

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

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

This div background color is #976E73.

Border color

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

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

This div border color is #976E73.

Opacity

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

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

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

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

This text has shadow with #976E73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #976E73.

Preview

Color preview on black background

This text has color #976E73 on black background.


Color preview on white background

This text has color #976E73 on white background.


Black color preview on #976E73 background

This text has black color on #976E73 background.


White color preview on #976E73 background

This text has white color on #976E73 background.


Related colors

Complementary color

Complementary color for #hex is #68918C.


I love getcolorcode.com

Triadic colors

1 #73976E and #6E7397 with #976E73 are triadic colors.

2 #736E97 and #6E9773 with #976E73 are triadic colors.