COLOR #977F87

HEX: #977F87
RGB: (151,127,135)

Color info

#977F87 contains red, green and blue colors in about the same proportion. Web safe color of #977F87 is #996699 (or #969).

RGB color model

#977F87 color RGB value is (151,127,135).

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

RGB channels and saturation

R 151 of 255 = 59%
G 127 of 255 = 50%
B 135 of 255 = 53%

151
127
135

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

Portions of RGB colors in percentages

R + G + B =
151 + 127 + 135 = 413 (100%)
R 151 of 413 ~ 36.56%
G 127 of 413 ~ 30.75%
B 135 of 413 ~ 32.69%

%36.56
%30.75
%32.69

CMYK color model

#977F87 color CMYK value is (0,16,11,41).

  • cyan value is 0.00%
  • magenta value is 15.89%
  • yellow value is 10.60%
  • key color value is 40.78%
CMYK:
(0,16,11,41)
C0M16Y11K41 
(0%,16%,11%,41%)
(0.00/0.16/0.11/0.41)	

CMYK percentages

%0
%15.89
%10.6
%40.78

Codes

Color #977F87 in popluar color models

977F87
RGB151127135
HSL340°10.34%54.51%
HSB/HSV340°15.89%59.22%
CMYK0.00%15.89%10.60%
40.78%

Color #977F87 in popluar number systems.

HEX977F87
Decimal151127135
Binary10010111111111110000111
Octal227177207

Shades and tints

Shades of #977F87

#977F87
(151,127,135)
#8A747B
(138,116,123)
#7D696F
(125,105,111)
#705E63
(112,94,99)
#635357
(99,83,87)
#56484B
(86,72,75)
#493D3F
(73,61,63)
#3C3233
(60,50,51)
#2F2727
(47,39,39)
#221C1B
(34,28,27)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #977F87

#977F87
(151,127,135)
#A08A91
(160,138,145)
#A9959B
(169,149,155)
#B2A0A5
(178,160,165)
#BBABAF
(187,171,175)
#C4B6B9
(196,182,185)
#CDC1C3
(205,193,195)
#D6CCCD
(214,204,205)
#DFD7D7
(223,215,215)
#E8E2E1
(232,226,225)
#F1EDEB
(241,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977F87; }

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

This text font color is #977F87.


Background Color

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

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

This div background color is #977F87.


Border color

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

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

This div border color is #977F87.


Opacity

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

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

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

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

This text has shadow with #977F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977F87 on black background.


Color preview on white background

This text has color #977F87 on white background.



Black color preview on #977F87 background

This text has black color on #977F87 background.


White color preview on #977F87 background

This text has white color on #977F87 background.