COLOR #977B91

HEX: #977B91 RGB: (151,123,145)

Color info

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

RGB color model

#977B91 color RGB value is (151,123,145).

RGB: (151,123,145) (59%, 48%, 57%)

RGB channels and saturation

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

151
123
145

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

Portions of RGB colors in percentages

R + G + B = 151 + 123 + 145 = 419 (100%)
R 151 of 419 ~ 36.04%
G 123 of 419 ~ 29.36%
B 145 of 419 ~ 34.61'%

%36.04
%29.36
%34.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.54%
  • 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
%18.54
%3.97
%40.78

Codes

Color #977B91 in popluar color models

97 7B 91
RGB 151 123 145
HSL 313° 11.86% 53.73%
HSB/HSV 313° 18.54% 59.22%
CMYK 0.00% 18.54% 3.97%
40.78%

Color #977B91 in popluar number systems.

HEX 97 7B 91
Decimal 151 123 145
Binary 10010111 1111011 10010001
Octal 227 173 221

Shades and tints

Shades of #977B91

#977B91
(151,123,145)
#8A7084
(138,112,132)
#7D6577
(125,101,119)
#705A6A
(112,90,106)
#634F5D
(99,79,93)
#564450
(86,68,80)
#493943
(73,57,67)
#3C2E36
(60,46,54)
#2F2329
(47,35,41)
#22181C
(34,24,28)
#150D0F
(21,13,15)
#000000
(0,0,0)

Tints of #977B91

#977B91
(151,123,145)
#A0879B
(160,135,155)
#A993A5
(169,147,165)
#B29FAF
(178,159,175)
#BBABB9
(187,171,185)
#C4B7C3
(196,183,195)
#CDC3CD
(205,195,205)
#D6CFD7
(214,207,215)
#DFDBE1
(223,219,225)
#E8E7EB
(232,231,235)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977B91; }

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

This text font color is #977B91.

Background Color

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

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

This div background color is #977B91.

Border color

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

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

This div border color is #977B91.

Opacity

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

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

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

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

This text has shadow with #977B91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #977B91.

Preview

Color preview on black background

This text has color #977B91 on black background.


Color preview on white background

This text has color #977B91 on white background.


Black color preview on #977B91 background

This text has black color on #977B91 background.


White color preview on #977B91 background

This text has white color on #977B91 background.


Related colors

Complementary color

Complementary color for #hex is #68846E.


I love getcolorcode.com

Triadic colors

1 #91977B and #7B9197 with #977B91 are triadic colors.

2 #917B97 and #7B9791 with #977B91 are triadic colors.