COLOR #976776

HEX: #976776
RGB: (151,103,118)

Color info

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

RGB color model

#976776 color RGB value is (151,103,118).

  • red value is 151;
  • green value is 103;
  • blue value is 118.
RGB:
(151,103,118)
(59%,40%,46%)

RGB channels and saturation

R 151 of 255 = 59%
G 103 of 255 = 40%
B 118 of 255 = 46%

151
103
118

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

Portions of RGB colors in percentages

R + G + B =
151 + 103 + 118 = 372 (100%)
R 151 of 372 ~ 40.59%
G 103 of 372 ~ 27.69%
B 118 of 372 ~ 31.72%

%40.59
%27.69
%31.72

CMYK color model

#976776 color CMYK value is (0,32,22,41).

  • cyan value is 0.00%
  • magenta value is 31.79%
  • yellow value is 21.85%
  • key color value is 40.78%
CMYK:
(0,32,22,41)
C0M32Y22K41 
(0%,32%,22%,41%)
(0.00/0.32/0.22/0.41)	

CMYK percentages

%0
%31.79
%21.85
%40.78

Codes

Color #976776 in popluar color models

976776
RGB151103118
HSL341°18.90%49.80%
HSB/HSV341°31.79%59.22%
CMYK0.00%31.79%21.85%
40.78%

Color #976776 in popluar number systems.

HEX976776
Decimal151103118
Binary1001011111001111110110
Octal227147166

Shades and tints

Shades of #976776

#976776
(151,103,118)
#8A5E6C
(138,94,108)
#7D5562
(125,85,98)
#704C58
(112,76,88)
#63434E
(99,67,78)
#563A44
(86,58,68)
#49313A
(73,49,58)
#3C2830
(60,40,48)
#2F1F26
(47,31,38)
#22161C
(34,22,28)
#150D12
(21,13,18)
#000000
(0,0,0)

Tints of #976776

#976776
(151,103,118)
#A07482
(160,116,130)
#A9818E
(169,129,142)
#B28E9A
(178,142,154)
#BB9BA6
(187,155,166)
#C4A8B2
(196,168,178)
#CDB5BE
(205,181,190)
#D6C2CA
(214,194,202)
#DFCFD6
(223,207,214)
#E8DCE2
(232,220,226)
#F1E9EE
(241,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976776 color. Also use rgb(151,103,118) instead hex code.

Text Font Color

.myTextColor { color: #976776; }

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

This text font color is #976776.


Background Color

.myBgColor { background-color: #976776; }

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

This div background color is #976776.


Border color

.myBorderColor { border: 1px solid #976776; }

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

This div border color is #976776.


Opacity

.myOpacity80 { color: #976776; opacity: 0.8; }

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

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

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

This text has shadow with #976776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976776 on black background.


Color preview on white background

This text has color #976776 on white background.



Black color preview on #976776 background

This text has black color on #976776 background.


White color preview on #976776 background

This text has white color on #976776 background.