COLOR #977C8B

HEX: #977C8B
RGB: (151,124,139)

Color info

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

RGB color model

#977C8B color RGB value is (151,124,139).

  • red value is 151;
  • green value is 124;
  • blue value is 139.
RGB:
(151,124,139)
(59%,49%,55%)

RGB channels and saturation

R 151 of 255 = 59%
G 124 of 255 = 49%
B 139 of 255 = 55%

151
124
139

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

Portions of RGB colors in percentages

R + G + B =
151 + 124 + 139 = 414 (100%)
R 151 of 414 ~ 36.47%
G 124 of 414 ~ 29.95%
B 139 of 414 ~ 33.57%

%36.47
%29.95
%33.57

CMYK color model

#977C8B color CMYK value is (0,18,8,41).

  • cyan value is 0.00%
  • magenta value is 17.88%
  • yellow value is 7.95%
  • key color value is 40.78%
CMYK:
(0,18,8,41)
C0M18Y8K41 
(0%,18%,8%,41%)
(0.00/0.18/0.08/0.41)	

CMYK percentages

%0
%17.88
%7.95
%40.78

Codes

Color #977C8B in popluar color models

977C8B
RGB151124139
HSL327°11.49%53.92%
HSB/HSV327°17.88%59.22%
CMYK0.00%17.88%7.95%
40.78%

Color #977C8B in popluar number systems.

HEX977C8B
Decimal151124139
Binary10010111111110010001011
Octal227174213

Shades and tints

Shades of #977C8B

#977C8B
(151,124,139)
#8A717F
(138,113,127)
#7D6673
(125,102,115)
#705B67
(112,91,103)
#63505B
(99,80,91)
#56454F
(86,69,79)
#493A43
(73,58,67)
#3C2F37
(60,47,55)
#2F242B
(47,36,43)
#22191F
(34,25,31)
#150E13
(21,14,19)
#000000
(0,0,0)

Tints of #977C8B

#977C8B
(151,124,139)
#A08795
(160,135,149)
#A9929F
(169,146,159)
#B29DA9
(178,157,169)
#BBA8B3
(187,168,179)
#C4B3BD
(196,179,189)
#CDBEC7
(205,190,199)
#D6C9D1
(214,201,209)
#DFD4DB
(223,212,219)
#E8DFE5
(232,223,229)
#F1EAEF
(241,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977C8B color. Also use rgb(151,124,139) instead hex code.

Text Font Color

.myTextColor { color: #977C8B; }

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

This text font color is #977C8B.


Background Color

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

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

This div background color is #977C8B.


Border color

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

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

This div border color is #977C8B.


Opacity

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

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

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

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

This text has shadow with #977C8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977C8B on black background.


Color preview on white background

This text has color #977C8B on white background.



Black color preview on #977C8B background

This text has black color on #977C8B background.


White color preview on #977C8B background

This text has white color on #977C8B background.