COLOR #90757C

HEX: #90757C
RGB: (144,117,124)

Color info

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

RGB color model

#90757C color RGB value is (144,117,124).

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

RGB channels and saturation

R 144 of 255 = 56%
G 117 of 255 = 46%
B 124 of 255 = 49%

144
117
124

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

Portions of RGB colors in percentages

R + G + B =
144 + 117 + 124 = 385 (100%)
R 144 of 385 ~ 37.4%
G 117 of 385 ~ 30.39%
B 124 of 385 ~ 32.21%

%37.4
%30.39
%32.21

CMYK color model

#90757C color CMYK value is (0,19,14,44).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 13.89%
  • key color value is 43.53%
CMYK:
(0,19,14,44)
C0M19Y14K44 
(0%,19%,14%,44%)
(0.00/0.19/0.14/0.44)	

CMYK percentages

%0
%18.75
%13.89
%43.53

Codes

Color #90757C in popluar color models

90757C
RGB144117124
HSL344°10.84%51.18%
HSB/HSV344°18.75%56.47%
CMYK0.00%18.75%13.89%
43.53%

Color #90757C in popluar number systems.

HEX90757C
Decimal144117124
Binary1001000011101011111100
Octal220165174

Shades and tints

Shades of #90757C

#90757C
(144,117,124)
#836B71
(131,107,113)
#766166
(118,97,102)
#69575B
(105,87,91)
#5C4D50
(92,77,80)
#4F4345
(79,67,69)
#42393A
(66,57,58)
#352F2F
(53,47,47)
#282524
(40,37,36)
#1B1B19
(27,27,25)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #90757C

#90757C
(144,117,124)
#9A8187
(154,129,135)
#A48D92
(164,141,146)
#AE999D
(174,153,157)
#B8A5A8
(184,165,168)
#C2B1B3
(194,177,179)
#CCBDBE
(204,189,190)
#D6C9C9
(214,201,201)
#E0D5D4
(224,213,212)
#EAE1DF
(234,225,223)
#F4EDEA
(244,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90757C; }

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

This text font color is #90757C.


Background Color

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

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

This div background color is #90757C.


Border color

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

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

This div border color is #90757C.


Opacity

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

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

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

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

This text has shadow with #90757C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90757C on black background.


Color preview on white background

This text has color #90757C on white background.



Black color preview on #90757C background

This text has black color on #90757C background.


White color preview on #90757C background

This text has white color on #90757C background.