COLOR #89757B

HEX: #89757B RGB: (137,117,123)

Color info

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

RGB color model

#89757B color RGB value is (137,117,123).

RGB: (137,117,123) (54%, 46%, 48%)

RGB channels and saturation

R 137 of 255 = 54%
G 117 of 255 = 46%
B 123 of 255 = 48%

137
117
123

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

Portions of RGB colors in percentages

R + G + B = 137 + 117 + 123 = 377 (100%)
R 137 of 377 ~ 36.34%
G 117 of 377 ~ 31.03%
B 123 of 377 ~ 32.63'%

%36.34
%31.03
%32.63

CMYK color model

#89757B color CMYK value is (0,15,10,46).

  • cyan value is 0.00%
  • magenta value is 14.60%
  • yellow value is 10.22%
  • key color value is 46.27%
CMYK: (0,15,10,46) C0M15Y10K46 (0%,15%,10%,46%) (0.00/0.15/0.10/0.46) 

CMYK percentages

%0
%14.6
%10.22
%46.27

Codes

Color #89757B in popluar color models

89 75 7B
RGB 137 117 123
HSL 342° 7.87% 49.80%
HSB/HSV 342° 14.60% 53.73%
CMYK 0.00% 14.60% 10.22%
46.27%

Color #89757B in popluar number systems.

HEX 89 75 7B
Decimal 137 117 123
Binary 10001001 1110101 1111011
Octal 211 165 173

Shades and tints

Shades of #89757B

#89757B
(137,117,123)
#7D6B70
(125,107,112)
#716165
(113,97,101)
#65575A
(101,87,90)
#594D4F
(89,77,79)
#4D4344
(77,67,68)
#413939
(65,57,57)
#352F2E
(53,47,46)
#292523
(41,37,35)
#1D1B18
(29,27,24)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #89757B

#89757B
(137,117,123)
#938187
(147,129,135)
#9D8D93
(157,141,147)
#A7999F
(167,153,159)
#B1A5AB
(177,165,171)
#BBB1B7
(187,177,183)
#C5BDC3
(197,189,195)
#CFC9CF
(207,201,207)
#D9D5DB
(217,213,219)
#E3E1E7
(227,225,231)
#EDEDF3
(237,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89757B color. Also use rgb(137,117,123) instead hex code.

Text Font Color

.myTextColor { color: #89757B; }

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

This text font color is #89757B.

Background Color

.myBgColor { background-color: #89757B; }

<div style="background-color:#89757B">Inner text</div>

This div background color is #89757B.

Border color

.myBorderColor { border: 1px solid #89757B; }

<div style="border:3px solid #89757B">Div</div>

This div border color is #89757B.

Opacity

.myOpacity80 { color: #89757B; opacity: 0.8; }

<p style="color:#89757B;opacity:0.8;">80%</p>

Text with #89757B 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 #89757B;}

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

This text has shadow with #89757B color.


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

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

This text has shadow with #89757B primary color and red secondary color.


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

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

This text has shadow with #89757B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #89757B.

Preview

Color preview on black background

This text has color #89757B on black background.


Color preview on white background

This text has color #89757B on white background.


Black color preview on #89757B background

This text has black color on #89757B background.


White color preview on #89757B background

This text has white color on #89757B background.


Related colors

Complementary color

Complementary color for #hex is #768A84.


I love getcolorcode.com

Triadic colors

1 #7B8975 and #757B89 with #89757B are triadic colors.

2 #7B7589 and #75897B with #89757B are triadic colors.