COLOR #90728D

HEX: #90728D
RGB: (144,114,141)

Color info

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

RGB color model

#90728D color RGB value is (144,114,141).

  • red value is 144;
  • green value is 114;
  • blue value is 141.
RGB:
(144,114,141)
(56%,45%,55%)

RGB channels and saturation

R 144 of 255 = 56%
G 114 of 255 = 45%
B 141 of 255 = 55%

144
114
141

R + G + B ~ 52%. #90728D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 114 + 141 = 399 (100%)
R 144 of 399 ~ 36.09%
G 114 of 399 ~ 28.57%
B 141 of 399 ~ 35.34%

%36.09
%28.57
%35.34

CMYK color model

#90728D color CMYK value is (0,21,2,44).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 2.08%
  • key color value is 43.53%
CMYK:
(0,21,2,44)
C0M21Y2K44 
(0%,21%,2%,44%)
(0.00/0.21/0.02/0.44)	

CMYK percentages

%0
%20.83
%2.08
%43.53

Codes

Color #90728D in popluar color models

90728D
RGB144114141
HSL306°11.90%50.59%
HSB/HSV306°20.83%56.47%
CMYK0.00%20.83%2.08%
43.53%

Color #90728D in popluar number systems.

HEX90728D
Decimal144114141
Binary10010000111001010001101
Octal220162215

Shades and tints

Shades of #90728D

#90728D
(144,114,141)
#836881
(131,104,129)
#765E75
(118,94,117)
#695469
(105,84,105)
#5C4A5D
(92,74,93)
#4F4051
(79,64,81)
#423645
(66,54,69)
#352C39
(53,44,57)
#28222D
(40,34,45)
#1B1821
(27,24,33)
#0E0E15
(14,14,21)
#000000
(0,0,0)

Tints of #90728D

#90728D
(144,114,141)
#9A7E97
(154,126,151)
#A48AA1
(164,138,161)
#AE96AB
(174,150,171)
#B8A2B5
(184,162,181)
#C2AEBF
(194,174,191)
#CCBAC9
(204,186,201)
#D6C6D3
(214,198,211)
#E0D2DD
(224,210,221)
#EADEE7
(234,222,231)
#F4EAF1
(244,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90728D color. Also use rgb(144,114,141) instead hex code.

Text Font Color

.myTextColor { color: #90728D; }

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

This text font color is #90728D.


Background Color

.myBgColor { background-color: #90728D; }

<div style="background-color:#90728D">Inner text</div>

This div background color is #90728D.


Border color

.myBorderColor { border: 1px solid #90728D; }

<div style="border:3px solid #90728D">Div</div>

This div border color is #90728D.


Opacity

.myOpacity80 { color: #90728D; opacity: 0.8; }

<p style="color:#90728D;opacity:0.8;">80%</p>

Text with #90728D 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 #90728D;}

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

This text has shadow with #90728D color.

.textShadow {text-shadow: 3px 3px 1px #90728D, 3px 3px 1px red;}

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

This text has shadow with #90728D primary color and red secondary color.


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

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

This text has shadow with #90728D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90728D on black background.


Color preview on white background

This text has color #90728D on white background.



Black color preview on #90728D background

This text has black color on #90728D background.


White color preview on #90728D background

This text has white color on #90728D background.