COLOR #89728A

HEX: #89728A
RGB: (137,114,138)

Color info

#89728A contains red, green and blue colors in about the same proportion. Web safe color of #89728A is #996699 (or #969).

RGB color model

#89728A color RGB value is (137,114,138).

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

RGB channels and saturation

R 137 of 255 = 54%
G 114 of 255 = 45%
B 138 of 255 = 54%

137
114
138

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

Portions of RGB colors in percentages

R + G + B =
137 + 114 + 138 = 389 (100%)
R 137 of 389 ~ 35.22%
G 114 of 389 ~ 29.31%
B 138 of 389 ~ 35.48%

%35.22
%29.31
%35.48

CMYK color model

#89728A color CMYK value is (1,17,0,46).

  • cyan value is 0.72%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(1,17,0,46)
C1M17Y0K46 
(1%,17%,0%,46%)
(0.01/0.17/0.00/0.46)	

CMYK percentages

%0.72
%17.39
%0
%45.88

Codes

Color #89728A in popluar color models

89728A
RGB137114138
HSL298°9.52%49.41%
HSB/HSV298°17.39%54.12%
CMYK0.72%17.39%0.00%
45.88%

Color #89728A in popluar number systems.

HEX89728A
Decimal137114138
Binary10001001111001010001010
Octal211162212

Shades and tints

Shades of #89728A

#89728A
(137,114,138)
#7D687E
(125,104,126)
#715E72
(113,94,114)
#655466
(101,84,102)
#594A5A
(89,74,90)
#4D404E
(77,64,78)
#413642
(65,54,66)
#352C36
(53,44,54)
#29222A
(41,34,42)
#1D181E
(29,24,30)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #89728A

#89728A
(137,114,138)
#937E94
(147,126,148)
#9D8A9E
(157,138,158)
#A796A8
(167,150,168)
#B1A2B2
(177,162,178)
#BBAEBC
(187,174,188)
#C5BAC6
(197,186,198)
#CFC6D0
(207,198,208)
#D9D2DA
(217,210,218)
#E3DEE4
(227,222,228)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89728A color. Also use rgb(137,114,138) instead hex code.

Text Font Color

.myTextColor { color: #89728A; }

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

This text font color is #89728A.


Background Color

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

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

This div background color is #89728A.


Border color

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

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

This div border color is #89728A.


Opacity

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

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

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

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

This text has shadow with #89728A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89728A on black background.


Color preview on white background

This text has color #89728A on white background.



Black color preview on #89728A background

This text has black color on #89728A background.


White color preview on #89728A background

This text has white color on #89728A background.