COLOR #89977F

HEX: #89977F RGB: (137,151,127)

Color info

#89977F contains red, green and blue colors in about the same proportion. Web safe color of #89977F is #999966 (or #996).

RGB color model

#89977F color RGB value is (137,151,127).

RGB: (137,151,127) (54%, 59%, 50%)

RGB channels and saturation

R 137 of 255 = 54%
G 151 of 255 = 59%
B 127 of 255 = 50%

137
151
127

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

Portions of RGB colors in percentages

R + G + B = 137 + 151 + 127 = 415 (100%)
R 137 of 415 ~ 33.01%
G 151 of 415 ~ 36.39%
B 127 of 415 ~ 30.6'%

%33.01
%36.39
%30.6

CMYK color model

#89977F color CMYK value is (9,0,16,41).

  • cyan value is 9.27%
  • magenta value is 0.00%
  • yellow value is 15.89%
  • key color value is 40.78%

CMYK: (9,0,16,41)
C9M0Y16K41 (9%, 0%, 16%, 41%)
(0.09 / 0.00 / 0.16 / 0.41)

CMYK percentages

%9.27
%0
%15.89
%40.78

Codes

Color #89977F in popluar color models

89 97 7F
RGB 137 151 127
HSL 95° 10.34% 54.51%
HSB/HSV 95° 15.89% 59.22%
CMYK 9.27% 0.00% 15.89%
40.78%

Color #89977F in popluar number systems.

HEX 89 97 7F
Decimal 137 151 127
Binary 10001001 10010111 1111111
Octal 211 227 177

Shades and tints

Shades of #89977F

#89977F
(137,151,127)
#7D8A74
(125,138,116)
#717D69
(113,125,105)
#65705E
(101,112,94)
#596353
(89,99,83)
#4D5648
(77,86,72)
#41493D
(65,73,61)
#353C32
(53,60,50)
#292F27
(41,47,39)
#1D221C
(29,34,28)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #89977F

#89977F
(137,151,127)
#93A08A
(147,160,138)
#9DA995
(157,169,149)
#A7B2A0
(167,178,160)
#B1BBAB
(177,187,171)
#BBC4B6
(187,196,182)
#C5CDC1
(197,205,193)
#CFD6CC
(207,214,204)
#D9DFD7
(217,223,215)
#E3E8E2
(227,232,226)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89977F color. Also use rgb(137,151,127) instead hex code.

Text Font Color

.myTextColor { color: #89977F; }

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

This text font color is #89977F.

Background Color

.myBgColor { background-color: #89977F; }

<div style="background-color:#89977F">Inner text</div>

This div background color is #89977F.

Border color

.myBorderColor { border: 1px solid #89977F; }

<div style="border:3px solid #89977F">Div</div>

This div border color is #89977F.

Opacity

.myOpacity80 { color: #89977F; opacity: 0.8; }

<p style="color:#89977F;opacity:0.8;">80%</p>

Text with #89977F 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 #89977F;}

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

This text has shadow with #89977F color.


.textShadow {text-shadow: 3px 3px 1px #89977F', 3px 3px 1px red;}

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

This text has shadow with #89977F primary color and red secondary color.


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

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

This text has shadow with #89977F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #89977F; -webkit-box-shadow: 1px 1px 3px 2px #89977F; box-shadow:1px 1px 3px 2px #89977F;">
Div content here
</div>

This div box has shadow with color #89977F.

Preview

Color preview on black background

This text has color #89977F on black background.


Color preview on white background

This text has color #89977F on white background.


Black color preview on #89977F background

This text has black color on #89977F background.


White color preview on #89977F background

This text has white color on #89977F background.


Related colors

Complementary color

Complementary color for #hex is #766880.


I love getcolorcode.com

Triadic colors

1 #7F8997 and #977F89 with #89977F are triadic colors.

2 #7F9789 and #97897F with #89977F are triadic colors.