COLOR #977A91

HEX: #977A91
RGB: (151,122,145)

Color info

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

RGB color model

#977A91 color RGB value is (151,122,145).

  • red value is 151;
  • green value is 122;
  • blue value is 145.
RGB:
(151,122,145)
(59%,48%,57%)

RGB channels and saturation

R 151 of 255 = 59%
G 122 of 255 = 48%
B 145 of 255 = 57%

151
122
145

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

Portions of RGB colors in percentages

R + G + B =
151 + 122 + 145 = 418 (100%)
R 151 of 418 ~ 36.12%
G 122 of 418 ~ 29.19%
B 145 of 418 ~ 34.69%

%36.12
%29.19
%34.69

CMYK color model

#977A91 color CMYK value is (0,19,4,41).

  • cyan value is 0.00%
  • magenta value is 19.21%
  • yellow value is 3.97%
  • key color value is 40.78%
CMYK:
(0,19,4,41)
C0M19Y4K41 
(0%,19%,4%,41%)
(0.00/0.19/0.04/0.41)	

CMYK percentages

%0
%19.21
%3.97
%40.78

Codes

Color #977A91 in popluar color models

977A91
RGB151122145
HSL312°12.24%53.53%
HSB/HSV312°19.21%59.22%
CMYK0.00%19.21%3.97%
40.78%

Color #977A91 in popluar number systems.

HEX977A91
Decimal151122145
Binary10010111111101010010001
Octal227172221

Shades and tints

Shades of #977A91

#977A91
(151,122,145)
#8A6F84
(138,111,132)
#7D6477
(125,100,119)
#70596A
(112,89,106)
#634E5D
(99,78,93)
#564350
(86,67,80)
#493843
(73,56,67)
#3C2D36
(60,45,54)
#2F2229
(47,34,41)
#22171C
(34,23,28)
#150C0F
(21,12,15)
#000000
(0,0,0)

Tints of #977A91

#977A91
(151,122,145)
#A0869B
(160,134,155)
#A992A5
(169,146,165)
#B29EAF
(178,158,175)
#BBAAB9
(187,170,185)
#C4B6C3
(196,182,195)
#CDC2CD
(205,194,205)
#D6CED7
(214,206,215)
#DFDAE1
(223,218,225)
#E8E6EB
(232,230,235)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977A91; }

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

This text font color is #977A91.


Background Color

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

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

This div background color is #977A91.


Border color

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

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

This div border color is #977A91.


Opacity

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

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

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

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

This text has shadow with #977A91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977A91 on black background.


Color preview on white background

This text has color #977A91 on white background.



Black color preview on #977A91 background

This text has black color on #977A91 background.


White color preview on #977A91 background

This text has white color on #977A91 background.