COLOR #976A7A

HEX: #976A7A RGB: (151,106,122)

Color info

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

RGB color model

#976A7A color RGB value is (151,106,122).

RGB: (151,106,122) (59%, 42%, 48%)

RGB channels and saturation

R 151 of 255 = 59%
G 106 of 255 = 42%
B 122 of 255 = 48%

151
106
122

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

Portions of RGB colors in percentages

R + G + B = 151 + 106 + 122 = 379 (100%)
R 151 of 379 ~ 39.84%
G 106 of 379 ~ 27.97%
B 122 of 379 ~ 32.19'%

%39.84
%27.97
%32.19

CMYK color model

#976A7A color CMYK value is (0,30,19,41).

  • cyan value is 0.00%
  • magenta value is 29.80%
  • yellow value is 19.21%
  • key color value is 40.78%

CMYK: (0,30,19,41)
C0M30Y19K41 (0%, 30%, 19%, 41%)
(0.00 / 0.30 / 0.19 / 0.41)

CMYK percentages

%0
%29.8
%19.21
%40.78

Codes

Color #976A7A in popluar color models

97 6A 7A
RGB 151 106 122
HSL 339° 17.79% 50.39%
HSB/HSV 339° 29.80% 59.22%
CMYK 0.00% 29.80% 19.21%
40.78%

Color #976A7A in popluar number systems.

HEX 97 6A 7A
Decimal 151 106 122
Binary 10010111 1101010 1111010
Octal 227 152 172

Shades and tints

Shades of #976A7A

#976A7A
(151,106,122)
#8A616F
(138,97,111)
#7D5864
(125,88,100)
#704F59
(112,79,89)
#63464E
(99,70,78)
#563D43
(86,61,67)
#493438
(73,52,56)
#3C2B2D
(60,43,45)
#2F2222
(47,34,34)
#221917
(34,25,23)
#15100C
(21,16,12)
#000000
(0,0,0)

Tints of #976A7A

#976A7A
(151,106,122)
#A07786
(160,119,134)
#A98492
(169,132,146)
#B2919E
(178,145,158)
#BB9EAA
(187,158,170)
#C4ABB6
(196,171,182)
#CDB8C2
(205,184,194)
#D6C5CE
(214,197,206)
#DFD2DA
(223,210,218)
#E8DFE6
(232,223,230)
#F1ECF2
(241,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976A7A; }

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

This text font color is #976A7A.

Background Color

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

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

This div background color is #976A7A.

Border color

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

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

This div border color is #976A7A.

Opacity

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

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

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

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

This text has shadow with #976A7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #976A7A.

Preview

Color preview on black background

This text has color #976A7A on black background.


Color preview on white background

This text has color #976A7A on white background.


Black color preview on #976A7A background

This text has black color on #976A7A background.


White color preview on #976A7A background

This text has white color on #976A7A background.


Related colors

Complementary color

Complementary color for #hex is #689585.


I love getcolorcode.com

Triadic colors

1 #7A976A and #6A7A97 with #976A7A are triadic colors.

2 #7A6A97 and #6A977A with #976A7A are triadic colors.