COLOR #977C7A

HEX: #977C7A
RGB: (151,124,122)

Color info

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

RGB color model

#977C7A color RGB value is (151,124,122).

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

RGB channels and saturation

R 151 of 255 = 59%
G 124 of 255 = 49%
B 122 of 255 = 48%

151
124
122

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

Portions of RGB colors in percentages

R + G + B =
151 + 124 + 122 = 397 (100%)
R 151 of 397 ~ 38.04%
G 124 of 397 ~ 31.23%
B 122 of 397 ~ 30.73%

%38.04
%31.23
%30.73

CMYK color model

#977C7A color CMYK value is (0,18,19,41).

  • cyan value is 0.00%
  • magenta value is 17.88%
  • yellow value is 19.21%
  • key color value is 40.78%
CMYK:
(0,18,19,41)
C0M18Y19K41 
(0%,18%,19%,41%)
(0.00/0.18/0.19/0.41)	

CMYK percentages

%0
%17.88
%19.21
%40.78

Codes

Color #977C7A in popluar color models

977C7A
RGB151124122
HSL12.24%53.53%
HSB/HSV19.21%59.22%
CMYK0.00%17.88%19.21%
40.78%

Color #977C7A in popluar number systems.

HEX977C7A
Decimal151124122
Binary1001011111111001111010
Octal227174172

Shades and tints

Shades of #977C7A

#977C7A
(151,124,122)
#8A716F
(138,113,111)
#7D6664
(125,102,100)
#705B59
(112,91,89)
#63504E
(99,80,78)
#564543
(86,69,67)
#493A38
(73,58,56)
#3C2F2D
(60,47,45)
#2F2422
(47,36,34)
#221917
(34,25,23)
#150E0C
(21,14,12)
#000000
(0,0,0)

Tints of #977C7A

#977C7A
(151,124,122)
#A08786
(160,135,134)
#A99292
(169,146,146)
#B29D9E
(178,157,158)
#BBA8AA
(187,168,170)
#C4B3B6
(196,179,182)
#CDBEC2
(205,190,194)
#D6C9CE
(214,201,206)
#DFD4DA
(223,212,218)
#E8DFE6
(232,223,230)
#F1EAF2
(241,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977C7A; }

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

This text font color is #977C7A.


Background Color

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

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

This div background color is #977C7A.


Border color

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

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

This div border color is #977C7A.


Opacity

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

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

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

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

This text has shadow with #977C7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977C7A on black background.


Color preview on white background

This text has color #977C7A on white background.



Black color preview on #977C7A background

This text has black color on #977C7A background.


White color preview on #977C7A background

This text has white color on #977C7A background.