COLOR #90787C

HEX: #90787C
RGB: (144,120,124)

Color info

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

RGB color model

#90787C color RGB value is (144,120,124).

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

RGB channels and saturation

R 144 of 255 = 56%
G 120 of 255 = 47%
B 124 of 255 = 49%

144
120
124

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

Portions of RGB colors in percentages

R + G + B =
144 + 120 + 124 = 388 (100%)
R 144 of 388 ~ 37.11%
G 120 of 388 ~ 30.93%
B 124 of 388 ~ 31.96%

%37.11
%30.93
%31.96

CMYK color model

#90787C color CMYK value is (0,17,14,44).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 13.89%
  • key color value is 43.53%
CMYK:
(0,17,14,44)
C0M17Y14K44 
(0%,17%,14%,44%)
(0.00/0.17/0.14/0.44)	

CMYK percentages

%0
%16.67
%13.89
%43.53

Codes

Color #90787C in popluar color models

90787C
RGB144120124
HSL350°9.76%51.76%
HSB/HSV350°16.67%56.47%
CMYK0.00%16.67%13.89%
43.53%

Color #90787C in popluar number systems.

HEX90787C
Decimal144120124
Binary1001000011110001111100
Octal220170174

Shades and tints

Shades of #90787C

#90787C
(144,120,124)
#836E71
(131,110,113)
#766466
(118,100,102)
#695A5B
(105,90,91)
#5C5050
(92,80,80)
#4F4645
(79,70,69)
#423C3A
(66,60,58)
#35322F
(53,50,47)
#282824
(40,40,36)
#1B1E19
(27,30,25)
#0E140E
(14,20,14)
#000000
(0,0,0)

Tints of #90787C

#90787C
(144,120,124)
#9A8487
(154,132,135)
#A49092
(164,144,146)
#AE9C9D
(174,156,157)
#B8A8A8
(184,168,168)
#C2B4B3
(194,180,179)
#CCC0BE
(204,192,190)
#D6CCC9
(214,204,201)
#E0D8D4
(224,216,212)
#EAE4DF
(234,228,223)
#F4F0EA
(244,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90787C; }

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

This text font color is #90787C.


Background Color

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

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

This div background color is #90787C.


Border color

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

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

This div border color is #90787C.


Opacity

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

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

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

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

This text has shadow with #90787C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90787C on black background.


Color preview on white background

This text has color #90787C on white background.



Black color preview on #90787C background

This text has black color on #90787C background.


White color preview on #90787C background

This text has white color on #90787C background.