COLOR #90727C

HEX: #90727C RGB: (144,114,124)

Color info

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

RGB color model

#90727C color RGB value is (144,114,124).

RGB: (144,114,124) (56%, 45%, 49%)

RGB channels and saturation

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

144
114
124

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

Portions of RGB colors in percentages

R + G + B = 144 + 114 + 124 = 382 (100%)
R 144 of 382 ~ 37.7%
G 114 of 382 ~ 29.84%
B 124 of 382 ~ 32.46'%

%37.7
%29.84
%32.46

CMYK color model

#90727C color CMYK value is (0,21,14,44).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 13.89%
  • key color value is 43.53%

CMYK: (0,21,14,44)
C0M21Y14K44 (0%, 21%, 14%, 44%)
(0.00 / 0.21 / 0.14 / 0.44)

CMYK percentages

%0
%20.83
%13.89
%43.53

Codes

Color #90727C in popluar color models

90 72 7C
RGB 144 114 124
HSL 340° 11.90% 50.59%
HSB/HSV 340° 20.83% 56.47%
CMYK 0.00% 20.83% 13.89%
43.53%

Color #90727C in popluar number systems.

HEX 90 72 7C
Decimal 144 114 124
Binary 10010000 1110010 1111100
Octal 220 162 174

Shades and tints

Shades of #90727C

#90727C
(144,114,124)
#836871
(131,104,113)
#765E66
(118,94,102)
#69545B
(105,84,91)
#5C4A50
(92,74,80)
#4F4045
(79,64,69)
#42363A
(66,54,58)
#352C2F
(53,44,47)
#282224
(40,34,36)
#1B1819
(27,24,25)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #90727C

#90727C
(144,114,124)
#9A7E87
(154,126,135)
#A48A92
(164,138,146)
#AE969D
(174,150,157)
#B8A2A8
(184,162,168)
#C2AEB3
(194,174,179)
#CCBABE
(204,186,190)
#D6C6C9
(214,198,201)
#E0D2D4
(224,210,212)
#EADEDF
(234,222,223)
#F4EAEA
(244,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90727C; }

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

This text font color is #90727C.

Background Color

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

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

This div background color is #90727C.

Border color

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

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

This div border color is #90727C.

Opacity

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

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

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

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

This text has shadow with #90727C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90727C.

Preview

Color preview on black background

This text has color #90727C on black background.


Color preview on white background

This text has color #90727C on white background.


Black color preview on #90727C background

This text has black color on #90727C background.


White color preview on #90727C background

This text has white color on #90727C background.


Related colors

Complementary color

Complementary color for #hex is #6F8D83.


I love getcolorcode.com

Triadic colors

1 #7C9072 and #727C90 with #90727C are triadic colors.

2 #7C7290 and #72907C with #90727C are triadic colors.