COLOR #89727C

HEX: #89727C
RGB: (137,114,124)

Color info

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

RGB color model

#89727C color RGB value is (137,114,124).

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

RGB channels and saturation

R 137 of 255 = 54%
G 114 of 255 = 45%
B 124 of 255 = 49%

137
114
124

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

Portions of RGB colors in percentages

R + G + B =
137 + 114 + 124 = 375 (100%)
R 137 of 375 ~ 36.53%
G 114 of 375 ~ 30.4%
B 124 of 375 ~ 33.07%

%36.53
%30.4
%33.07

CMYK color model

#89727C color CMYK value is (0,17,9,46).

  • cyan value is 0.00%
  • magenta value is 16.79%
  • yellow value is 9.49%
  • key color value is 46.27%
CMYK:
(0,17,9,46)
C0M17Y9K46 
(0%,17%,9%,46%)
(0.00/0.17/0.09/0.46)	

CMYK percentages

%0
%16.79
%9.49
%46.27

Codes

Color #89727C in popluar color models

89727C
RGB137114124
HSL334°9.16%49.22%
HSB/HSV334°16.79%53.73%
CMYK0.00%16.79%9.49%
46.27%

Color #89727C in popluar number systems.

HEX89727C
Decimal137114124
Binary1000100111100101111100
Octal211162174

Shades and tints

Shades of #89727C

#89727C
(137,114,124)
#7D6871
(125,104,113)
#715E66
(113,94,102)
#65545B
(101,84,91)
#594A50
(89,74,80)
#4D4045
(77,64,69)
#41363A
(65,54,58)
#352C2F
(53,44,47)
#292224
(41,34,36)
#1D1819
(29,24,25)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #89727C

#89727C
(137,114,124)
#937E87
(147,126,135)
#9D8A92
(157,138,146)
#A7969D
(167,150,157)
#B1A2A8
(177,162,168)
#BBAEB3
(187,174,179)
#C5BABE
(197,186,190)
#CFC6C9
(207,198,201)
#D9D2D4
(217,210,212)
#E3DEDF
(227,222,223)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89727C; }

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

This text font color is #89727C.


Background Color

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

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

This div background color is #89727C.


Border color

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

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

This div border color is #89727C.


Opacity

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

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

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

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

This text has shadow with #89727C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89727C on black background.


Color preview on white background

This text has color #89727C on white background.



Black color preview on #89727C background

This text has black color on #89727C background.


White color preview on #89727C background

This text has white color on #89727C background.