COLOR #977A87

HEX: #977A87 RGB: (151,122,135)

Color info

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

RGB color model

#977A87 color RGB value is (151,122,135).

RGB: (151,122,135) (59%, 48%, 53%)

RGB channels and saturation

R 151 of 255 = 59%
G 122 of 255 = 48%
B 135 of 255 = 53%

151
122
135

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

Portions of RGB colors in percentages

R + G + B = 151 + 122 + 135 = 408 (100%)
R 151 of 408 ~ 37.01%
G 122 of 408 ~ 29.9%
B 135 of 408 ~ 33.09'%

%37.01
%29.9
%33.09

CMYK color model

#977A87 color CMYK value is (0,19,11,41).

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

CMYK: (0,19,11,41)
C0M19Y11K41 (0%, 19%, 11%, 41%)
(0.00 / 0.19 / 0.11 / 0.41)

CMYK percentages

%0
%19.21
%10.6
%40.78

Codes

Color #977A87 in popluar color models

97 7A 87
RGB 151 122 135
HSL 333° 12.24% 53.53%
HSB/HSV 333° 19.21% 59.22%
CMYK 0.00% 19.21% 10.60%
40.78%

Color #977A87 in popluar number systems.

HEX 97 7A 87
Decimal 151 122 135
Binary 10010111 1111010 10000111
Octal 227 172 207

Shades and tints

Shades of #977A87

#977A87
(151,122,135)
#8A6F7B
(138,111,123)
#7D646F
(125,100,111)
#705963
(112,89,99)
#634E57
(99,78,87)
#56434B
(86,67,75)
#49383F
(73,56,63)
#3C2D33
(60,45,51)
#2F2227
(47,34,39)
#22171B
(34,23,27)
#150C0F
(21,12,15)
#000000
(0,0,0)

Tints of #977A87

#977A87
(151,122,135)
#A08691
(160,134,145)
#A9929B
(169,146,155)
#B29EA5
(178,158,165)
#BBAAAF
(187,170,175)
#C4B6B9
(196,182,185)
#CDC2C3
(205,194,195)
#D6CECD
(214,206,205)
#DFDAD7
(223,218,215)
#E8E6E1
(232,230,225)
#F1F2EB
(241,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977A87 color. Also use rgb(151,122,135) instead hex code.

Text Font Color

.myTextColor { color: #977A87; }

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

This text font color is #977A87.

Background Color

.myBgColor { background-color: #977A87; }

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

This div background color is #977A87.

Border color

.myBorderColor { border: 1px solid #977A87; }

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

This div border color is #977A87.

Opacity

.myOpacity80 { color: #977A87; opacity: 0.8; }

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

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

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

This text has shadow with #977A87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #977A87.

Preview

Color preview on black background

This text has color #977A87 on black background.


Color preview on white background

This text has color #977A87 on white background.


Black color preview on #977A87 background

This text has black color on #977A87 background.


White color preview on #977A87 background

This text has white color on #977A87 background.


Related colors

Complementary color

Complementary color for #hex is #688578.


I love getcolorcode.com

Triadic colors

1 #87977A and #7A8797 with #977A87 are triadic colors.

2 #877A97 and #7A9787 with #977A87 are triadic colors.