#90808C

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

Shades of Taupe Grey #90808C

Tints of Taupe Grey #90808C

Color information

#90808C (or 0x90808C) is unknown color: approx Taupe Grey. HEX triplet: 90, 80 and 8C. RGB value is (144,128,140). Sum of RGB (Red+Green+Blue) = 144+128+140=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 144 - color contains mainly: red. Hex color #90808C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90808C is #6F7F73. Grayscale: #868686. Windows color (decimal): -7307124 or 9207952. OLE color: 9207952.

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

Color convert

RGB144128140-
CMYK00.110.030.44
HSL315º6.72%53.33%-
HSV(B)315º11.11%56.47%-
XYZ23.9523.2628.04-
YUV134.15131.3135.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.95%
GREEN value IS 128 (50.39% from 255) = 31.07%
BLUE value IS 140 (55.08% from 255) = 33.98%
R=34.95%
G=31.07%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412814000.110.030.443156.7253.33
Hex90808C0B32C13b735
Octal220200214013354473765
Binary1001000010000000100011000101111101100100111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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