COLOR #90727B

HEX: #90727B
RGB: (144,114,123)

Color info

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

RGB color model

#90727B color RGB value is (144,114,123).

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

RGB channels and saturation

R 144 of 255 = 56%
G 114 of 255 = 45%
B 123 of 255 = 48%

144
114
123

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

Portions of RGB colors in percentages

R + G + B =
144 + 114 + 123 = 381 (100%)
R 144 of 381 ~ 37.8%
G 114 of 381 ~ 29.92%
B 123 of 381 ~ 32.28%

%37.8
%29.92
%32.28

CMYK color model

#90727B color CMYK value is (0,21,15,44).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 14.58%
  • key color value is 43.53%
CMYK:
(0,21,15,44)
C0M21Y15K44 
(0%,21%,15%,44%)
(0.00/0.21/0.15/0.44)	

CMYK percentages

%0
%20.83
%14.58
%43.53

Codes

Color #90727B in popluar color models

90727B
RGB144114123
HSL342°11.90%50.59%
HSB/HSV342°20.83%56.47%
CMYK0.00%20.83%14.58%
43.53%

Color #90727B in popluar number systems.

HEX90727B
Decimal144114123
Binary1001000011100101111011
Octal220162173

Shades and tints

Shades of #90727B

#90727B
(144,114,123)
#836870
(131,104,112)
#765E65
(118,94,101)
#69545A
(105,84,90)
#5C4A4F
(92,74,79)
#4F4044
(79,64,68)
#423639
(66,54,57)
#352C2E
(53,44,46)
#282223
(40,34,35)
#1B1818
(27,24,24)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #90727B

#90727B
(144,114,123)
#9A7E87
(154,126,135)
#A48A93
(164,138,147)
#AE969F
(174,150,159)
#B8A2AB
(184,162,171)
#C2AEB7
(194,174,183)
#CCBAC3
(204,186,195)
#D6C6CF
(214,198,207)
#E0D2DB
(224,210,219)
#EADEE7
(234,222,231)
#F4EAF3
(244,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90727B; }

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

This text font color is #90727B.


Background Color

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

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

This div background color is #90727B.


Border color

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

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

This div border color is #90727B.


Opacity

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

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

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

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

This text has shadow with #90727B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90727B on black background.


Color preview on white background

This text has color #90727B on white background.



Black color preview on #90727B background

This text has black color on #90727B background.


White color preview on #90727B background

This text has white color on #90727B background.