COLOR #976F74

HEX: #976F74
RGB: (151,111,116)

Color info

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

RGB color model

#976F74 color RGB value is (151,111,116).

  • red value is 151;
  • green value is 111;
  • blue value is 116.
RGB:
(151,111,116)
(59%,44%,45%)

RGB channels and saturation

R 151 of 255 = 59%
G 111 of 255 = 44%
B 116 of 255 = 45%

151
111
116

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

Portions of RGB colors in percentages

R + G + B =
151 + 111 + 116 = 378 (100%)
R 151 of 378 ~ 39.95%
G 111 of 378 ~ 29.37%
B 116 of 378 ~ 30.69%

%39.95
%29.37
%30.69

CMYK color model

#976F74 color CMYK value is (0,26,23,41).

  • cyan value is 0.00%
  • magenta value is 26.49%
  • yellow value is 23.18%
  • key color value is 40.78%
CMYK:
(0,26,23,41)
C0M26Y23K41 
(0%,26%,23%,41%)
(0.00/0.26/0.23/0.41)	

CMYK percentages

%0
%26.49
%23.18
%40.78

Codes

Color #976F74 in popluar color models

976F74
RGB151111116
HSL353°16.13%51.37%
HSB/HSV353°26.49%59.22%
CMYK0.00%26.49%23.18%
40.78%

Color #976F74 in popluar number systems.

HEX976F74
Decimal151111116
Binary1001011111011111110100
Octal227157164

Shades and tints

Shades of #976F74

#976F74
(151,111,116)
#8A656A
(138,101,106)
#7D5B60
(125,91,96)
#705156
(112,81,86)
#63474C
(99,71,76)
#563D42
(86,61,66)
#493338
(73,51,56)
#3C292E
(60,41,46)
#2F1F24
(47,31,36)
#22151A
(34,21,26)
#150B10
(21,11,16)
#000000
(0,0,0)

Tints of #976F74

#976F74
(151,111,116)
#A07C80
(160,124,128)
#A9898C
(169,137,140)
#B29698
(178,150,152)
#BBA3A4
(187,163,164)
#C4B0B0
(196,176,176)
#CDBDBC
(205,189,188)
#D6CAC8
(214,202,200)
#DFD7D4
(223,215,212)
#E8E4E0
(232,228,224)
#F1F1EC
(241,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976F74 color. Also use rgb(151,111,116) instead hex code.

Text Font Color

.myTextColor { color: #976F74; }

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

This text font color is #976F74.


Background Color

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

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

This div background color is #976F74.


Border color

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

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

This div border color is #976F74.


Opacity

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

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

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

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

This text has shadow with #976F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976F74 on black background.


Color preview on white background

This text has color #976F74 on white background.



Black color preview on #976F74 background

This text has black color on #976F74 background.


White color preview on #976F74 background

This text has white color on #976F74 background.