COLOR #977F7B

HEX: #977F7B
RGB: (151,127,123)

Color info

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

RGB color model

#977F7B color RGB value is (151,127,123).

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

RGB channels and saturation

R 151 of 255 = 59%
G 127 of 255 = 50%
B 123 of 255 = 48%

151
127
123

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

Portions of RGB colors in percentages

R + G + B =
151 + 127 + 123 = 401 (100%)
R 151 of 401 ~ 37.66%
G 127 of 401 ~ 31.67%
B 123 of 401 ~ 30.67%

%37.66
%31.67
%30.67

CMYK color model

#977F7B color CMYK value is (0,16,19,41).

  • cyan value is 0.00%
  • magenta value is 15.89%
  • yellow value is 18.54%
  • key color value is 40.78%
CMYK:
(0,16,19,41)
C0M16Y19K41 
(0%,16%,19%,41%)
(0.00/0.16/0.19/0.41)	

CMYK percentages

%0
%15.89
%18.54
%40.78

Codes

Color #977F7B in popluar color models

977F7B
RGB151127123
HSL11.86%53.73%
HSB/HSV18.54%59.22%
CMYK0.00%15.89%18.54%
40.78%

Color #977F7B in popluar number systems.

HEX977F7B
Decimal151127123
Binary1001011111111111111011
Octal227177173

Shades and tints

Shades of #977F7B

#977F7B
(151,127,123)
#8A7470
(138,116,112)
#7D6965
(125,105,101)
#705E5A
(112,94,90)
#63534F
(99,83,79)
#564844
(86,72,68)
#493D39
(73,61,57)
#3C322E
(60,50,46)
#2F2723
(47,39,35)
#221C18
(34,28,24)
#15110D
(21,17,13)
#000000
(0,0,0)

Tints of #977F7B

#977F7B
(151,127,123)
#A08A87
(160,138,135)
#A99593
(169,149,147)
#B2A09F
(178,160,159)
#BBABAB
(187,171,171)
#C4B6B7
(196,182,183)
#CDC1C3
(205,193,195)
#D6CCCF
(214,204,207)
#DFD7DB
(223,215,219)
#E8E2E7
(232,226,231)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977F7B; }

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

This text font color is #977F7B.


Background Color

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

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

This div background color is #977F7B.


Border color

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

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

This div border color is #977F7B.


Opacity

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

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

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

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

This text has shadow with #977F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977F7B on black background.


Color preview on white background

This text has color #977F7B on white background.



Black color preview on #977F7B background

This text has black color on #977F7B background.


White color preview on #977F7B background

This text has white color on #977F7B background.