COLOR #90757E

HEX: #90757E RGB: (144,117,126)

Color info

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

RGB color model

#90757E color RGB value is (144,117,126).

RGB: (144,117,126) (56%, 46%, 49%)

RGB channels and saturation

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

144
117
126

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

Portions of RGB colors in percentages

R + G + B = 144 + 117 + 126 = 387 (100%)
R 144 of 387 ~ 37.21%
G 117 of 387 ~ 30.23%
B 126 of 387 ~ 32.56'%

%37.21
%30.23
%32.56

CMYK color model

#90757E color CMYK value is (0,19,13,44).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 12.50%
  • key color value is 43.53%

CMYK: (0,19,13,44)
C0M19Y13K44 (0%, 19%, 13%, 44%)
(0.00 / 0.19 / 0.13 / 0.44)

CMYK percentages

%0
%18.75
%12.5
%43.53

Codes

Color #90757E in popluar color models

90 75 7E
RGB 144 117 126
HSL 340° 10.84% 51.18%
HSB/HSV 340° 18.75% 56.47%
CMYK 0.00% 18.75% 12.50%
43.53%

Color #90757E in popluar number systems.

HEX 90 75 7E
Decimal 144 117 126
Binary 10010000 1110101 1111110
Octal 220 165 176

Shades and tints

Shades of #90757E

#90757E
(144,117,126)
#836B73
(131,107,115)
#766168
(118,97,104)
#69575D
(105,87,93)
#5C4D52
(92,77,82)
#4F4347
(79,67,71)
#42393C
(66,57,60)
#352F31
(53,47,49)
#282526
(40,37,38)
#1B1B1B
(27,27,27)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #90757E

#90757E
(144,117,126)
#9A8189
(154,129,137)
#A48D94
(164,141,148)
#AE999F
(174,153,159)
#B8A5AA
(184,165,170)
#C2B1B5
(194,177,181)
#CCBDC0
(204,189,192)
#D6C9CB
(214,201,203)
#E0D5D6
(224,213,214)
#EAE1E1
(234,225,225)
#F4EDEC
(244,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90757E; }

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

This text font color is #90757E.

Background Color

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

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

This div background color is #90757E.

Border color

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

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

This div border color is #90757E.

Opacity

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

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

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

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

This text has shadow with #90757E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90757E.

Preview

Color preview on black background

This text has color #90757E on black background.


Color preview on white background

This text has color #90757E on white background.


Black color preview on #90757E background

This text has black color on #90757E background.


White color preview on #90757E background

This text has white color on #90757E background.


Related colors

Complementary color

Complementary color for #hex is #6F8A81.


I love getcolorcode.com

Triadic colors

1 #7E9075 and #757E90 with #90757E are triadic colors.

2 #7E7590 and #75907E with #90757E are triadic colors.