COLOR #90717C

HEX: #90717C
RGB: (144,113,124)

Color info

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

RGB color model

#90717C color RGB value is (144,113,124).

  • red value is 144;
  • green value is 113;
  • blue value is 124.
RGB:
(144,113,124)
(56%,44%,49%)

RGB channels and saturation

R 144 of 255 = 56%
G 113 of 255 = 44%
B 124 of 255 = 49%

144
113
124

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

Portions of RGB colors in percentages

R + G + B =
144 + 113 + 124 = 381 (100%)
R 144 of 381 ~ 37.8%
G 113 of 381 ~ 29.66%
B 124 of 381 ~ 32.55%

%37.8
%29.66
%32.55

CMYK color model

#90717C color CMYK value is (0,22,14,44).

  • cyan value is 0.00%
  • magenta value is 21.53%
  • yellow value is 13.89%
  • key color value is 43.53%
CMYK:
(0,22,14,44)
C0M22Y14K44 
(0%,22%,14%,44%)
(0.00/0.22/0.14/0.44)	

CMYK percentages

%0
%21.53
%13.89
%43.53

Codes

Color #90717C in popluar color models

90717C
RGB144113124
HSL339°12.25%50.39%
HSB/HSV339°21.53%56.47%
CMYK0.00%21.53%13.89%
43.53%

Color #90717C in popluar number systems.

HEX90717C
Decimal144113124
Binary1001000011100011111100
Octal220161174

Shades and tints

Shades of #90717C

#90717C
(144,113,124)
#836771
(131,103,113)
#765D66
(118,93,102)
#69535B
(105,83,91)
#5C4950
(92,73,80)
#4F3F45
(79,63,69)
#42353A
(66,53,58)
#352B2F
(53,43,47)
#282124
(40,33,36)
#1B1719
(27,23,25)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #90717C

#90717C
(144,113,124)
#9A7D87
(154,125,135)
#A48992
(164,137,146)
#AE959D
(174,149,157)
#B8A1A8
(184,161,168)
#C2ADB3
(194,173,179)
#CCB9BE
(204,185,190)
#D6C5C9
(214,197,201)
#E0D1D4
(224,209,212)
#EADDDF
(234,221,223)
#F4E9EA
(244,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90717C; }

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

This text font color is #90717C.


Background Color

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

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

This div background color is #90717C.


Border color

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

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

This div border color is #90717C.


Opacity

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

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

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

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

This text has shadow with #90717C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90717C on black background.


Color preview on white background

This text has color #90717C on white background.



Black color preview on #90717C background

This text has black color on #90717C background.


White color preview on #90717C background

This text has white color on #90717C background.