COLOR #977786

HEX: #977786
RGB: (151,119,134)

Color info

#977786 contains red, green and blue colors in about the same proportion. Web safe color of #977786 is #996699 (or #969).

RGB color model

#977786 color RGB value is (151,119,134).

  • red value is 151;
  • green value is 119;
  • blue value is 134.
RGB:
(151,119,134)
(59%,47%,53%)

RGB channels and saturation

R 151 of 255 = 59%
G 119 of 255 = 47%
B 134 of 255 = 53%

151
119
134

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

Portions of RGB colors in percentages

R + G + B =
151 + 119 + 134 = 404 (100%)
R 151 of 404 ~ 37.38%
G 119 of 404 ~ 29.46%
B 134 of 404 ~ 33.17%

%37.38
%29.46
%33.17

CMYK color model

#977786 color CMYK value is (0,21,11,41).

  • cyan value is 0.00%
  • magenta value is 21.19%
  • yellow value is 11.26%
  • key color value is 40.78%
CMYK:
(0,21,11,41)
C0M21Y11K41 
(0%,21%,11%,41%)
(0.00/0.21/0.11/0.41)	

CMYK percentages

%0
%21.19
%11.26
%40.78

Codes

Color #977786 in popluar color models

977786
RGB151119134
HSL332°13.33%52.94%
HSB/HSV332°21.19%59.22%
CMYK0.00%21.19%11.26%
40.78%

Color #977786 in popluar number systems.

HEX977786
Decimal151119134
Binary10010111111011110000110
Octal227167206

Shades and tints

Shades of #977786

#977786
(151,119,134)
#8A6D7A
(138,109,122)
#7D636E
(125,99,110)
#705962
(112,89,98)
#634F56
(99,79,86)
#56454A
(86,69,74)
#493B3E
(73,59,62)
#3C3132
(60,49,50)
#2F2726
(47,39,38)
#221D1A
(34,29,26)
#15130E
(21,19,14)
#000000
(0,0,0)

Tints of #977786

#977786
(151,119,134)
#A08391
(160,131,145)
#A98F9C
(169,143,156)
#B29BA7
(178,155,167)
#BBA7B2
(187,167,178)
#C4B3BD
(196,179,189)
#CDBFC8
(205,191,200)
#D6CBD3
(214,203,211)
#DFD7DE
(223,215,222)
#E8E3E9
(232,227,233)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977786 color. Also use rgb(151,119,134) instead hex code.

Text Font Color

.myTextColor { color: #977786; }

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

This text font color is #977786.


Background Color

.myBgColor { background-color: #977786; }

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

This div background color is #977786.


Border color

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

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

This div border color is #977786.


Opacity

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

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

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

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

This text has shadow with #977786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977786 on black background.


Color preview on white background

This text has color #977786 on white background.



Black color preview on #977786 background

This text has black color on #977786 background.


White color preview on #977786 background

This text has white color on #977786 background.