COLOR #977F70

HEX: #977F70
RGB: (151,127,112)

Color info

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

RGB color model

#977F70 color RGB value is (151,127,112).

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

RGB channels and saturation

R 151 of 255 = 59%
G 127 of 255 = 50%
B 112 of 255 = 44%

151
127
112

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

Portions of RGB colors in percentages

R + G + B =
151 + 127 + 112 = 390 (100%)
R 151 of 390 ~ 38.72%
G 127 of 390 ~ 32.56%
B 112 of 390 ~ 28.72%

%38.72
%32.56
%28.72

CMYK color model

#977F70 color CMYK value is (0,16,26,41).

  • cyan value is 0.00%
  • magenta value is 15.89%
  • yellow value is 25.83%
  • key color value is 40.78%
CMYK:
(0,16,26,41)
C0M16Y26K41 
(0%,16%,26%,41%)
(0.00/0.16/0.26/0.41)	

CMYK percentages

%0
%15.89
%25.83
%40.78

Codes

Color #977F70 in popluar color models

977F70
RGB151127112
HSL23°15.79%51.57%
HSB/HSV23°25.83%59.22%
CMYK0.00%15.89%25.83%
40.78%

Color #977F70 in popluar number systems.

HEX977F70
Decimal151127112
Binary1001011111111111110000
Octal227177160

Shades and tints

Shades of #977F70

#977F70
(151,127,112)
#8A7466
(138,116,102)
#7D695C
(125,105,92)
#705E52
(112,94,82)
#635348
(99,83,72)
#56483E
(86,72,62)
#493D34
(73,61,52)
#3C322A
(60,50,42)
#2F2720
(47,39,32)
#221C16
(34,28,22)
#15110C
(21,17,12)
#000000
(0,0,0)

Tints of #977F70

#977F70
(151,127,112)
#A08A7D
(160,138,125)
#A9958A
(169,149,138)
#B2A097
(178,160,151)
#BBABA4
(187,171,164)
#C4B6B1
(196,182,177)
#CDC1BE
(205,193,190)
#D6CCCB
(214,204,203)
#DFD7D8
(223,215,216)
#E8E2E5
(232,226,229)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977F70; }

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

This text font color is #977F70.


Background Color

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

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

This div background color is #977F70.


Border color

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

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

This div border color is #977F70.


Opacity

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

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

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

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

This text has shadow with #977F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977F70 on black background.


Color preview on white background

This text has color #977F70 on white background.



Black color preview on #977F70 background

This text has black color on #977F70 background.


White color preview on #977F70 background

This text has white color on #977F70 background.