COLOR #976E71

HEX: #976E71 RGB: (151,110,113)

Color info

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

RGB color model

#976E71 color RGB value is (151,110,113).

RGB: (151,110,113) (59%, 43%, 44%)

RGB channels and saturation

R 151 of 255 = 59%
G 110 of 255 = 43%
B 113 of 255 = 44%

151
110
113

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

Portions of RGB colors in percentages

R + G + B = 151 + 110 + 113 = 374 (100%)
R 151 of 374 ~ 40.37%
G 110 of 374 ~ 29.41%
B 113 of 374 ~ 30.21'%

%40.37
%29.41
%30.21

CMYK color model

#976E71 color CMYK value is (0,27,25,41).

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

CMYK: (0,27,25,41)
C0M27Y25K41 (0%, 27%, 25%, 41%)
(0.00 / 0.27 / 0.25 / 0.41)

CMYK percentages

%0
%27.15
%25.17
%40.78

Codes

Color #976E71 in popluar color models

97 6E 71
RGB 151 110 113
HSL 356° 16.47% 51.18%
HSB/HSV 356° 27.15% 59.22%
CMYK 0.00% 27.15% 25.17%
40.78%

Color #976E71 in popluar number systems.

HEX 97 6E 71
Decimal 151 110 113
Binary 10010111 1101110 1110001
Octal 227 156 161

Shades and tints

Shades of #976E71

#976E71
(151,110,113)
#8A6467
(138,100,103)
#7D5A5D
(125,90,93)
#705053
(112,80,83)
#634649
(99,70,73)
#563C3F
(86,60,63)
#493235
(73,50,53)
#3C282B
(60,40,43)
#2F1E21
(47,30,33)
#221417
(34,20,23)
#150A0D
(21,10,13)
#000000
(0,0,0)

Tints of #976E71

#976E71
(151,110,113)
#A07B7D
(160,123,125)
#A98889
(169,136,137)
#B29595
(178,149,149)
#BBA2A1
(187,162,161)
#C4AFAD
(196,175,173)
#CDBCB9
(205,188,185)
#D6C9C5
(214,201,197)
#DFD6D1
(223,214,209)
#E8E3DD
(232,227,221)
#F1F0E9
(241,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976E71; }

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

This text font color is #976E71.

Background Color

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

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

This div background color is #976E71.

Border color

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

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

This div border color is #976E71.

Opacity

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

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

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

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

This text has shadow with #976E71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #976E71.

Preview

Color preview on black background

This text has color #976E71 on black background.


Color preview on white background

This text has color #976E71 on white background.


Black color preview on #976E71 background

This text has black color on #976E71 background.


White color preview on #976E71 background

This text has white color on #976E71 background.


Related colors

Complementary color

Complementary color for #hex is #68918E.


I love getcolorcode.com

Triadic colors

1 #71976E and #6E7197 with #976E71 are triadic colors.

2 #716E97 and #6E9771 with #976E71 are triadic colors.