COLOR #977F7E

HEX: #977F7E
RGB: (151,127,126)

Color info

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

RGB color model

#977F7E color RGB value is (151,127,126).

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

RGB channels and saturation

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

151
127
126

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

Portions of RGB colors in percentages

R + G + B =
151 + 127 + 126 = 404 (100%)
R 151 of 404 ~ 37.38%
G 127 of 404 ~ 31.44%
B 126 of 404 ~ 31.19%

%37.38
%31.44
%31.19

CMYK color model

#977F7E color CMYK value is (0,16,17,41).

  • cyan value is 0.00%
  • magenta value is 15.89%
  • yellow value is 16.56%
  • key color value is 40.78%
CMYK:
(0,16,17,41)
C0M16Y17K41 
(0%,16%,17%,41%)
(0.00/0.16/0.17/0.41)	

CMYK percentages

%0
%15.89
%16.56
%40.78

Codes

Color #977F7E in popluar color models

977F7E
RGB151127126
HSL10.73%54.31%
HSB/HSV16.56%59.22%
CMYK0.00%15.89%16.56%
40.78%

Color #977F7E in popluar number systems.

HEX977F7E
Decimal151127126
Binary1001011111111111111110
Octal227177176

Shades and tints

Shades of #977F7E

#977F7E
(151,127,126)
#8A7473
(138,116,115)
#7D6968
(125,105,104)
#705E5D
(112,94,93)
#635352
(99,83,82)
#564847
(86,72,71)
#493D3C
(73,61,60)
#3C3231
(60,50,49)
#2F2726
(47,39,38)
#221C1B
(34,28,27)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #977F7E

#977F7E
(151,127,126)
#A08A89
(160,138,137)
#A99594
(169,149,148)
#B2A09F
(178,160,159)
#BBABAA
(187,171,170)
#C4B6B5
(196,182,181)
#CDC1C0
(205,193,192)
#D6CCCB
(214,204,203)
#DFD7D6
(223,215,214)
#E8E2E1
(232,226,225)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977F7E; }

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

This text font color is #977F7E.


Background Color

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

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

This div background color is #977F7E.


Border color

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

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

This div border color is #977F7E.


Opacity

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

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

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

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

This text has shadow with #977F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977F7E on black background.


Color preview on white background

This text has color #977F7E on white background.



Black color preview on #977F7E background

This text has black color on #977F7E background.


White color preview on #977F7E background

This text has white color on #977F7E background.