COLOR #90727D

HEX: #90727D
RGB: (144,114,125)

Color info

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

RGB color model

#90727D color RGB value is (144,114,125).

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

RGB channels and saturation

R 144 of 255 = 56%
G 114 of 255 = 45%
B 125 of 255 = 49%

144
114
125

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

Portions of RGB colors in percentages

R + G + B =
144 + 114 + 125 = 383 (100%)
R 144 of 383 ~ 37.6%
G 114 of 383 ~ 29.77%
B 125 of 383 ~ 32.64%

%37.6
%29.77
%32.64

CMYK color model

#90727D color CMYK value is (0,21,13,44).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 13.19%
  • key color value is 43.53%
CMYK:
(0,21,13,44)
C0M21Y13K44 
(0%,21%,13%,44%)
(0.00/0.21/0.13/0.44)	

CMYK percentages

%0
%20.83
%13.19
%43.53

Codes

Color #90727D in popluar color models

90727D
RGB144114125
HSL338°11.90%50.59%
HSB/HSV338°20.83%56.47%
CMYK0.00%20.83%13.19%
43.53%

Color #90727D in popluar number systems.

HEX90727D
Decimal144114125
Binary1001000011100101111101
Octal220162175

Shades and tints

Shades of #90727D

#90727D
(144,114,125)
#836872
(131,104,114)
#765E67
(118,94,103)
#69545C
(105,84,92)
#5C4A51
(92,74,81)
#4F4046
(79,64,70)
#42363B
(66,54,59)
#352C30
(53,44,48)
#282225
(40,34,37)
#1B181A
(27,24,26)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #90727D

#90727D
(144,114,125)
#9A7E88
(154,126,136)
#A48A93
(164,138,147)
#AE969E
(174,150,158)
#B8A2A9
(184,162,169)
#C2AEB4
(194,174,180)
#CCBABF
(204,186,191)
#D6C6CA
(214,198,202)
#E0D2D5
(224,210,213)
#EADEE0
(234,222,224)
#F4EAEB
(244,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90727D; }

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

This text font color is #90727D.


Background Color

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

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

This div background color is #90727D.


Border color

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

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

This div border color is #90727D.


Opacity

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

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

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

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

This text has shadow with #90727D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90727D on black background.


Color preview on white background

This text has color #90727D on white background.



Black color preview on #90727D background

This text has black color on #90727D background.


White color preview on #90727D background

This text has white color on #90727D background.