COLOR #90747C

HEX: #90747C RGB: (144,116,124)

Color info

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

RGB color model

#90747C color RGB value is (144,116,124).

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

RGB channels and saturation

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

144
116
124

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

Portions of RGB colors in percentages

R + G + B = 144 + 116 + 124 = 384 (100%)
R 144 of 384 ~ 37.5%
G 116 of 384 ~ 30.21%
B 124 of 384 ~ 32.29'%

%37.5
%30.21
%32.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.44%
  • 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
%19.44
%13.89
%43.53

Codes

Color #90747C in popluar color models

90 74 7C
RGB 144 116 124
HSL 343° 11.20% 50.98%
HSB/HSV 343° 19.44% 56.47%
CMYK 0.00% 19.44% 13.89%
43.53%

Color #90747C in popluar number systems.

HEX 90 74 7C
Decimal 144 116 124
Binary 10010000 1110100 1111100
Octal 220 164 174

Shades and tints

Shades of #90747C

#90747C
(144,116,124)
#836A71
(131,106,113)
#766066
(118,96,102)
#69565B
(105,86,91)
#5C4C50
(92,76,80)
#4F4245
(79,66,69)
#42383A
(66,56,58)
#352E2F
(53,46,47)
#282424
(40,36,36)
#1B1A19
(27,26,25)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #90747C

#90747C
(144,116,124)
#9A8087
(154,128,135)
#A48C92
(164,140,146)
#AE989D
(174,152,157)
#B8A4A8
(184,164,168)
#C2B0B3
(194,176,179)
#CCBCBE
(204,188,190)
#D6C8C9
(214,200,201)
#E0D4D4
(224,212,212)
#EAE0DF
(234,224,223)
#F4ECEA
(244,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90747C; }

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

This text font color is #90747C.

Background Color

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

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

This div background color is #90747C.

Border color

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

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

This div border color is #90747C.

Opacity

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

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

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

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

This text has shadow with #90747C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90747C.

Preview

Color preview on black background

This text has color #90747C on black background.


Color preview on white background

This text has color #90747C on white background.


Black color preview on #90747C background

This text has black color on #90747C background.


White color preview on #90747C background

This text has white color on #90747C background.


Related colors

Complementary color

Complementary color for #hex is #6F8B83.


I love getcolorcode.com

Triadic colors

1 #7C9074 and #747C90 with #90747C are triadic colors.

2 #7C7490 and #74907C with #90747C are triadic colors.