COLOR #976A6E

HEX: #976A6E RGB: (151,106,110)

Color info

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

RGB color model

#976A6E color RGB value is (151,106,110).

RGB: (151,106,110) (59%, 42%, 43%)

RGB channels and saturation

R 151 of 255 = 59%
G 106 of 255 = 42%
B 110 of 255 = 43%

151
106
110

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

Portions of RGB colors in percentages

R + G + B = 151 + 106 + 110 = 367 (100%)
R 151 of 367 ~ 41.14%
G 106 of 367 ~ 28.88%
B 110 of 367 ~ 29.97'%

%41.14
%28.88
%29.97

CMYK color model

#976A6E color CMYK value is (0,30,27,41).

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

CMYK: (0,30,27,41)
C0M30Y27K41 (0%, 30%, 27%, 41%)
(0.00 / 0.30 / 0.27 / 0.41)

CMYK percentages

%0
%29.8
%27.15
%40.78

Codes

Color #976A6E in popluar color models

97 6A 6E
RGB 151 106 110
HSL 355° 17.79% 50.39%
HSB/HSV 355° 29.80% 59.22%
CMYK 0.00% 29.80% 27.15%
40.78%

Color #976A6E in popluar number systems.

HEX 97 6A 6E
Decimal 151 106 110
Binary 10010111 1101010 1101110
Octal 227 152 156

Shades and tints

Shades of #976A6E

#976A6E
(151,106,110)
#8A6164
(138,97,100)
#7D585A
(125,88,90)
#704F50
(112,79,80)
#634646
(99,70,70)
#563D3C
(86,61,60)
#493432
(73,52,50)
#3C2B28
(60,43,40)
#2F221E
(47,34,30)
#221914
(34,25,20)
#15100A
(21,16,10)
#000000
(0,0,0)

Tints of #976A6E

#976A6E
(151,106,110)
#A0777B
(160,119,123)
#A98488
(169,132,136)
#B29195
(178,145,149)
#BB9EA2
(187,158,162)
#C4ABAF
(196,171,175)
#CDB8BC
(205,184,188)
#D6C5C9
(214,197,201)
#DFD2D6
(223,210,214)
#E8DFE3
(232,223,227)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976A6E; }

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

This text font color is #976A6E.

Background Color

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

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

This div background color is #976A6E.

Border color

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

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

This div border color is #976A6E.

Opacity

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

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

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

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

This text has shadow with #976A6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #976A6E.

Preview

Color preview on black background

This text has color #976A6E on black background.


Color preview on white background

This text has color #976A6E on white background.


Black color preview on #976A6E background

This text has black color on #976A6E background.


White color preview on #976A6E background

This text has white color on #976A6E background.


Related colors

Complementary color

Complementary color for #hex is #689591.


I love getcolorcode.com

Triadic colors

1 #6E976A and #6A6E97 with #976A6E are triadic colors.

2 #6E6A97 and #6A976E with #976A6E are triadic colors.