COLOR #977F7C

HEX: #977F7C
RGB: (151,127,124)

Color info

#977F7C contains red, green and blue colors in about the same proportion. Web safe color of #977F7C is #996666 (or #966).

RGB color model

#977F7C color RGB value is (151,127,124).

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

RGB channels and saturation

R 151 of 255 = 59%
G 127 of 255 = 50%
B 124 of 255 = 49%

151
127
124

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

Portions of RGB colors in percentages

R + G + B =
151 + 127 + 124 = 402 (100%)
R 151 of 402 ~ 37.56%
G 127 of 402 ~ 31.59%
B 124 of 402 ~ 30.85%

%37.56
%31.59
%30.85

CMYK color model

#977F7C color CMYK value is (0,16,18,41).

  • cyan value is 0.00%
  • magenta value is 15.89%
  • yellow value is 17.88%
  • key color value is 40.78%
CMYK:
(0,16,18,41)
C0M16Y18K41 
(0%,16%,18%,41%)
(0.00/0.16/0.18/0.41)	

CMYK percentages

%0
%15.89
%17.88
%40.78

Codes

Color #977F7C in popluar color models

977F7C
RGB151127124
HSL11.49%53.92%
HSB/HSV17.88%59.22%
CMYK0.00%15.89%17.88%
40.78%

Color #977F7C in popluar number systems.

HEX977F7C
Decimal151127124
Binary1001011111111111111100
Octal227177174

Shades and tints

Shades of #977F7C

#977F7C
(151,127,124)
#8A7471
(138,116,113)
#7D6966
(125,105,102)
#705E5B
(112,94,91)
#635350
(99,83,80)
#564845
(86,72,69)
#493D3A
(73,61,58)
#3C322F
(60,50,47)
#2F2724
(47,39,36)
#221C19
(34,28,25)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #977F7C

#977F7C
(151,127,124)
#A08A87
(160,138,135)
#A99592
(169,149,146)
#B2A09D
(178,160,157)
#BBABA8
(187,171,168)
#C4B6B3
(196,182,179)
#CDC1BE
(205,193,190)
#D6CCC9
(214,204,201)
#DFD7D4
(223,215,212)
#E8E2DF
(232,226,223)
#F1EDEA
(241,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977F7C; }

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

This text font color is #977F7C.


Background Color

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

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

This div background color is #977F7C.


Border color

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

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

This div border color is #977F7C.


Opacity

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

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

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

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

This text has shadow with #977F7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977F7C on black background.


Color preview on white background

This text has color #977F7C on white background.



Black color preview on #977F7C background

This text has black color on #977F7C background.


White color preview on #977F7C background

This text has white color on #977F7C background.