#90887C

Color #90887C Heathered Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heathered Grey #90887C

Tints of Heathered Grey #90887C

Color information

#90887C (or 0x90887C) is unknown color: approx Heathered Grey. HEX triplet: 90, 88 and 7C. RGB value is (144,136,124). Sum of RGB (Red+Green+Blue) = 144+136+124=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 144 - color contains mainly: red. Hex color #90887C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90887C is #6F7783. Grayscale: #898989. Windows color (decimal): -7305092 or 8161424. OLE color: 8161424.

HSL color Cylindrical-coordinate representation of color #90887C: hue angle of 36º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #90887C is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB144136124-
CMYK00.060.140.44
HSL36º8.26%52.55%-
HSV(B)36º13.89%56.47%-
XYZ23.9424.9922.63-
YUV137.02120.65132.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 35.64%
GREEN value IS 136 (53.52% from 255) = 33.66%
BLUE value IS 124 (48.83% from 255) = 30.69%
R=35.64%
G=33.66%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413612400.060.140.44368.2652.55
Hex90887C06E2C24835
Octal220210174061654441065
Binary10010000100010001111100011011101011001001001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90887C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90887C; }

 p { color: rgb(144,136,124); }

 H1.HeaderClassName
 {
   color: #90887C;
 }
 .AnyTagClassName
 {
   color: #90887C;
 }
</style>
background-color css

<style>
 a { background-color: #90887C; }

 a { background-color: rgb(144,136,124); }

 div.DivClassName
 {
   background-color: #90887C;
 }
 .BgClassName
 {
   background-color: #90887C;
 }
</style>
border-color css

<style>
 span { border-color: #90887C; }

 span { border-color: rgb(144,136,124); }

 td.TdClassName
 {
   border-color: #90887C;
 }
 .TagClassName
 {
   border-color: #90887C;
 }
</style>