COLOR #976770

HEX: #976770
RGB: (151,103,112)

Color info

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

RGB color model

#976770 color RGB value is (151,103,112).

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

RGB channels and saturation

R 151 of 255 = 59%
G 103 of 255 = 40%
B 112 of 255 = 44%

151
103
112

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

Portions of RGB colors in percentages

R + G + B =
151 + 103 + 112 = 366 (100%)
R 151 of 366 ~ 41.26%
G 103 of 366 ~ 28.14%
B 112 of 366 ~ 30.6%

%41.26
%28.14
%30.6

CMYK color model

#976770 color CMYK value is (0,32,26,41).

  • cyan value is 0.00%
  • magenta value is 31.79%
  • yellow value is 25.83%
  • key color value is 40.78%
CMYK:
(0,32,26,41)
C0M32Y26K41 
(0%,32%,26%,41%)
(0.00/0.32/0.26/0.41)	

CMYK percentages

%0
%31.79
%25.83
%40.78

Codes

Color #976770 in popluar color models

976770
RGB151103112
HSL349°18.90%49.80%
HSB/HSV349°31.79%59.22%
CMYK0.00%31.79%25.83%
40.78%

Color #976770 in popluar number systems.

HEX976770
Decimal151103112
Binary1001011111001111110000
Octal227147160

Shades and tints

Shades of #976770

#976770
(151,103,112)
#8A5E66
(138,94,102)
#7D555C
(125,85,92)
#704C52
(112,76,82)
#634348
(99,67,72)
#563A3E
(86,58,62)
#493134
(73,49,52)
#3C282A
(60,40,42)
#2F1F20
(47,31,32)
#221616
(34,22,22)
#150D0C
(21,13,12)
#000000
(0,0,0)

Tints of #976770

#976770
(151,103,112)
#A0747D
(160,116,125)
#A9818A
(169,129,138)
#B28E97
(178,142,151)
#BB9BA4
(187,155,164)
#C4A8B1
(196,168,177)
#CDB5BE
(205,181,190)
#D6C2CB
(214,194,203)
#DFCFD8
(223,207,216)
#E8DCE5
(232,220,229)
#F1E9F2
(241,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976770; }

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

This text font color is #976770.


Background Color

.myBgColor { background-color: #976770; }

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

This div background color is #976770.


Border color

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

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

This div border color is #976770.


Opacity

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

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

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

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

This text has shadow with #976770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976770 on black background.


Color preview on white background

This text has color #976770 on white background.



Black color preview on #976770 background

This text has black color on #976770 background.


White color preview on #976770 background

This text has white color on #976770 background.