COLOR #89757C

HEX: #89757C
RGB: (137,117,124)

Color info

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

RGB color model

#89757C color RGB value is (137,117,124).

  • red value is 137;
  • green value is 117;
  • blue value is 124.
RGB:
(137,117,124)
(54%,46%,49%)

RGB channels and saturation

R 137 of 255 = 54%
G 117 of 255 = 46%
B 124 of 255 = 49%

137
117
124

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

Portions of RGB colors in percentages

R + G + B =
137 + 117 + 124 = 378 (100%)
R 137 of 378 ~ 36.24%
G 117 of 378 ~ 30.95%
B 124 of 378 ~ 32.8%

%36.24
%30.95
%32.8

CMYK color model

#89757C color CMYK value is (0,15,9,46).

  • cyan value is 0.00%
  • magenta value is 14.60%
  • yellow value is 9.49%
  • key color value is 46.27%
CMYK:
(0,15,9,46)
C0M15Y9K46 
(0%,15%,9%,46%)
(0.00/0.15/0.09/0.46)	

CMYK percentages

%0
%14.6
%9.49
%46.27

Codes

Color #89757C in popluar color models

89757C
RGB137117124
HSL339°7.87%49.80%
HSB/HSV339°14.60%53.73%
CMYK0.00%14.60%9.49%
46.27%

Color #89757C in popluar number systems.

HEX89757C
Decimal137117124
Binary1000100111101011111100
Octal211165174

Shades and tints

Shades of #89757C

#89757C
(137,117,124)
#7D6B71
(125,107,113)
#716166
(113,97,102)
#65575B
(101,87,91)
#594D50
(89,77,80)
#4D4345
(77,67,69)
#41393A
(65,57,58)
#352F2F
(53,47,47)
#292524
(41,37,36)
#1D1B19
(29,27,25)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #89757C

#89757C
(137,117,124)
#938187
(147,129,135)
#9D8D92
(157,141,146)
#A7999D
(167,153,157)
#B1A5A8
(177,165,168)
#BBB1B3
(187,177,179)
#C5BDBE
(197,189,190)
#CFC9C9
(207,201,201)
#D9D5D4
(217,213,212)
#E3E1DF
(227,225,223)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89757C; }

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

This text font color is #89757C.


Background Color

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

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

This div background color is #89757C.


Border color

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

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

This div border color is #89757C.


Opacity

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

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

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

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

This text has shadow with #89757C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89757C on black background.


Color preview on white background

This text has color #89757C on white background.



Black color preview on #89757C background

This text has black color on #89757C background.


White color preview on #89757C background

This text has white color on #89757C background.