COLOR #976E7A

HEX: #976E7A
RGB: (151,110,122)

Color info

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

RGB color model

#976E7A color RGB value is (151,110,122).

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

RGB channels and saturation

R 151 of 255 = 59%
G 110 of 255 = 43%
B 122 of 255 = 48%

151
110
122

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

Portions of RGB colors in percentages

R + G + B =
151 + 110 + 122 = 383 (100%)
R 151 of 383 ~ 39.43%
G 110 of 383 ~ 28.72%
B 122 of 383 ~ 31.85%

%39.43
%28.72
%31.85

CMYK color model

#976E7A color CMYK value is (0,27,19,41).

  • cyan value is 0.00%
  • magenta value is 27.15%
  • yellow value is 19.21%
  • key color value is 40.78%
CMYK:
(0,27,19,41)
C0M27Y19K41 
(0%,27%,19%,41%)
(0.00/0.27/0.19/0.41)	

CMYK percentages

%0
%27.15
%19.21
%40.78

Codes

Color #976E7A in popluar color models

976E7A
RGB151110122
HSL342°16.47%51.18%
HSB/HSV342°27.15%59.22%
CMYK0.00%27.15%19.21%
40.78%

Color #976E7A in popluar number systems.

HEX976E7A
Decimal151110122
Binary1001011111011101111010
Octal227156172

Shades and tints

Shades of #976E7A

#976E7A
(151,110,122)
#8A646F
(138,100,111)
#7D5A64
(125,90,100)
#705059
(112,80,89)
#63464E
(99,70,78)
#563C43
(86,60,67)
#493238
(73,50,56)
#3C282D
(60,40,45)
#2F1E22
(47,30,34)
#221417
(34,20,23)
#150A0C
(21,10,12)
#000000
(0,0,0)

Tints of #976E7A

#976E7A
(151,110,122)
#A07B86
(160,123,134)
#A98892
(169,136,146)
#B2959E
(178,149,158)
#BBA2AA
(187,162,170)
#C4AFB6
(196,175,182)
#CDBCC2
(205,188,194)
#D6C9CE
(214,201,206)
#DFD6DA
(223,214,218)
#E8E3E6
(232,227,230)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976E7A; }

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

This text font color is #976E7A.


Background Color

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

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

This div background color is #976E7A.


Border color

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

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

This div border color is #976E7A.


Opacity

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

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

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

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

This text has shadow with #976E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976E7A on black background.


Color preview on white background

This text has color #976E7A on white background.



Black color preview on #976E7A background

This text has black color on #976E7A background.


White color preview on #976E7A background

This text has white color on #976E7A background.