COLOR #977D7C

HEX: #977D7C
RGB: (151,125,124)

Color info

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

RGB color model

#977D7C color RGB value is (151,125,124).

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

RGB channels and saturation

R 151 of 255 = 59%
G 125 of 255 = 49%
B 124 of 255 = 49%

151
125
124

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

Portions of RGB colors in percentages

R + G + B =
151 + 125 + 124 = 400 (100%)
R 151 of 400 ~ 37.75%
G 125 of 400 ~ 31.25%
B 124 of 400 ~ 31%

%37.75
%31.25
%31

CMYK color model

#977D7C color CMYK value is (0,17,18,41).

  • cyan value is 0.00%
  • magenta value is 17.22%
  • yellow value is 17.88%
  • key color value is 40.78%
CMYK:
(0,17,18,41)
C0M17Y18K41 
(0%,17%,18%,41%)
(0.00/0.17/0.18/0.41)	

CMYK percentages

%0
%17.22
%17.88
%40.78

Codes

Color #977D7C in popluar color models

977D7C
RGB151125124
HSL11.49%53.92%
HSB/HSV17.88%59.22%
CMYK0.00%17.22%17.88%
40.78%

Color #977D7C in popluar number systems.

HEX977D7C
Decimal151125124
Binary1001011111111011111100
Octal227175174

Shades and tints

Shades of #977D7C

#977D7C
(151,125,124)
#8A7271
(138,114,113)
#7D6766
(125,103,102)
#705C5B
(112,92,91)
#635150
(99,81,80)
#564645
(86,70,69)
#493B3A
(73,59,58)
#3C302F
(60,48,47)
#2F2524
(47,37,36)
#221A19
(34,26,25)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #977D7C

#977D7C
(151,125,124)
#A08887
(160,136,135)
#A99392
(169,147,146)
#B29E9D
(178,158,157)
#BBA9A8
(187,169,168)
#C4B4B3
(196,180,179)
#CDBFBE
(205,191,190)
#D6CAC9
(214,202,201)
#DFD5D4
(223,213,212)
#E8E0DF
(232,224,223)
#F1EBEA
(241,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977D7C; }

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

This text font color is #977D7C.


Background Color

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

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

This div background color is #977D7C.


Border color

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

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

This div border color is #977D7C.


Opacity

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

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

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

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

This text has shadow with #977D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977D7C on black background.


Color preview on white background

This text has color #977D7C on white background.



Black color preview on #977D7C background

This text has black color on #977D7C background.


White color preview on #977D7C background

This text has white color on #977D7C background.