COLOR #89797C

HEX: #89797C RGB: (137,121,124)

Color info

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

RGB color model

#89797C color RGB value is (137,121,124).

RGB: (137,121,124) (54%, 47%, 49%)

RGB channels and saturation

R 137 of 255 = 54%
G 121 of 255 = 47%
B 124 of 255 = 49%

137
121
124

R + G + B ~ 50%. #89797C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 121 + 124 = 382 (100%)
R 137 of 382 ~ 35.86%
G 121 of 382 ~ 31.68%
B 124 of 382 ~ 32.46'%

%35.86
%31.68
%32.46

CMYK color model

#89797C color CMYK value is (0,12,9,46).

  • cyan value is 0.00%
  • magenta value is 11.68%
  • yellow value is 9.49%
  • key color value is 46.27%

CMYK: (0,12,9,46)
C0M12Y9K46 (0%, 12%, 9%, 46%)
(0.00 / 0.12 / 0.09 / 0.46)

CMYK percentages

%0
%11.68
%9.49
%46.27

Codes

Color #89797C in popluar color models

89 79 7C
RGB 137 121 124
HSL 349° 6.35% 50.59%
HSB/HSV 349° 11.68% 53.73%
CMYK 0.00% 11.68% 9.49%
46.27%

Color #89797C in popluar number systems.

HEX 89 79 7C
Decimal 137 121 124
Binary 10001001 1111001 1111100
Octal 211 171 174

Shades and tints

Shades of #89797C

#89797C
(137,121,124)
#7D6E71
(125,110,113)
#716366
(113,99,102)
#65585B
(101,88,91)
#594D50
(89,77,80)
#4D4245
(77,66,69)
#41373A
(65,55,58)
#352C2F
(53,44,47)
#292124
(41,33,36)
#1D1619
(29,22,25)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #89797C

#89797C
(137,121,124)
#938587
(147,133,135)
#9D9192
(157,145,146)
#A79D9D
(167,157,157)
#B1A9A8
(177,169,168)
#BBB5B3
(187,181,179)
#C5C1BE
(197,193,190)
#CFCDC9
(207,205,201)
#D9D9D4
(217,217,212)
#E3E5DF
(227,229,223)
#EDF1EA
(237,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89797C color. Also use rgb(137,121,124) instead hex code.

Text Font Color

.myTextColor { color: #89797C; }

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

This text font color is #89797C.

Background Color

.myBgColor { background-color: #89797C; }

<div style="background-color:#89797C">Inner text</div>

This div background color is #89797C.

Border color

.myBorderColor { border: 1px solid #89797C; }

<div style="border:3px solid #89797C">Div</div>

This div border color is #89797C.

Opacity

.myOpacity80 { color: #89797C; opacity: 0.8; }

<p style="color:#89797C;opacity:0.8;">80%</p>

Text with #89797C 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 #89797C;}

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

This text has shadow with #89797C color.


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

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

This text has shadow with #89797C primary color and red secondary color.


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

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

This text has shadow with #89797C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #89797C.

Preview

Color preview on black background

This text has color #89797C on black background.


Color preview on white background

This text has color #89797C on white background.


Black color preview on #89797C background

This text has black color on #89797C background.


White color preview on #89797C background

This text has white color on #89797C background.


Related colors

Complementary color

Complementary color for #hex is #768683.


I love getcolorcode.com

Triadic colors

1 #7C8979 and #797C89 with #89797C are triadic colors.

2 #7C7989 and #79897C with #89797C are triadic colors.