COLOR #89717A

HEX: #89717A RGB: (137,113,122)

Color info

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

RGB color model

#89717A color RGB value is (137,113,122).

RGB: (137,113,122) (54%, 44%, 48%)

RGB channels and saturation

R 137 of 255 = 54%
G 113 of 255 = 44%
B 122 of 255 = 48%

137
113
122

R + G + B ~ 49%. #89717A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 113 + 122 = 372 (100%)
R 137 of 372 ~ 36.83%
G 113 of 372 ~ 30.38%
B 122 of 372 ~ 32.8'%

%36.83
%30.38
%32.8

CMYK color model

#89717A color CMYK value is (0,18,11,46).

  • cyan value is 0.00%
  • magenta value is 17.52%
  • yellow value is 10.95%
  • key color value is 46.27%

CMYK: (0,18,11,46)
C0M18Y11K46 (0%, 18%, 11%, 46%)
(0.00 / 0.18 / 0.11 / 0.46)

CMYK percentages

%0
%17.52
%10.95
%46.27

Codes

Color #89717A in popluar color models

89 71 7A
RGB 137 113 122
HSL 338° 9.60% 49.02%
HSB/HSV 338° 17.52% 53.73%
CMYK 0.00% 17.52% 10.95%
46.27%

Color #89717A in popluar number systems.

HEX 89 71 7A
Decimal 137 113 122
Binary 10001001 1110001 1111010
Octal 211 161 172

Shades and tints

Shades of #89717A

#89717A
(137,113,122)
#7D676F
(125,103,111)
#715D64
(113,93,100)
#655359
(101,83,89)
#59494E
(89,73,78)
#4D3F43
(77,63,67)
#413538
(65,53,56)
#352B2D
(53,43,45)
#292122
(41,33,34)
#1D1717
(29,23,23)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #89717A

#89717A
(137,113,122)
#937D86
(147,125,134)
#9D8992
(157,137,146)
#A7959E
(167,149,158)
#B1A1AA
(177,161,170)
#BBADB6
(187,173,182)
#C5B9C2
(197,185,194)
#CFC5CE
(207,197,206)
#D9D1DA
(217,209,218)
#E3DDE6
(227,221,230)
#EDE9F2
(237,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89717A color. Also use rgb(137,113,122) instead hex code.

Text Font Color

.myTextColor { color: #89717A; }

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

This text font color is #89717A.

Background Color

.myBgColor { background-color: #89717A; }

<div style="background-color:#89717A">Inner text</div>

This div background color is #89717A.

Border color

.myBorderColor { border: 1px solid #89717A; }

<div style="border:3px solid #89717A">Div</div>

This div border color is #89717A.

Opacity

.myOpacity80 { color: #89717A; opacity: 0.8; }

<p style="color:#89717A;opacity:0.8;">80%</p>

Text with #89717A 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 #89717A;}

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

This text has shadow with #89717A color.


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

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

This text has shadow with #89717A primary color and red secondary color.


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

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

This text has shadow with #89717A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #89717A.

Preview

Color preview on black background

This text has color #89717A on black background.


Color preview on white background

This text has color #89717A on white background.


Black color preview on #89717A background

This text has black color on #89717A background.


White color preview on #89717A background

This text has white color on #89717A background.


Related colors

Complementary color

Complementary color for #hex is #768E85.


I love getcolorcode.com

Triadic colors

1 #7A8971 and #717A89 with #89717A are triadic colors.

2 #7A7189 and #71897A with #89717A are triadic colors.