#90798C

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

Shades of Taupe Grey #90798C

Tints of Taupe Grey #90798C

Color information

#90798C (or 0x90798C) is unknown color: approx Taupe Grey. HEX triplet: 90, 79 and 8C. RGB value is (144,121,140). Sum of RGB (Red+Green+Blue) = 144+121+140=405 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.56% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 144 - color contains mainly: red. Hex color #90798C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90798C is #6F8673. Grayscale: #818181. Windows color (decimal): -7308916 or 9206160. OLE color: 9206160.

HSL color Cylindrical-coordinate representation of color #90798C: hue angle of 310.43º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #90798C is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB144121140-
CMYK00.160.030.44
HSL310.43º9.39%51.96%-
HSV(B)310.43º15.97%56.47%-
XYZ23.0721.527.74-
YUV130.04133.62137.96-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.56%
GREEN value IS 121 (47.66% from 255) = 29.88%
BLUE value IS 140 (55.08% from 255) = 34.57%
R=35.56%
G=29.88%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412114000.160.030.44310.439.3951.96
Hex90798C01032C136934
Octal2201712140203544661164
Binary10010000111100110001100010000111011001001101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90798C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,121,140); }

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

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

 a { background-color: rgb(144,121,140); }

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

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

 span { border-color: rgb(144,121,140); }

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