#90828E

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

Shades of Taupe Grey #90828E

Tints of Taupe Grey #90828E

Color information

#90828E (or 0x90828E) is unknown color: approx Taupe Grey. HEX triplet: 90, 82 and 8E. RGB value is (144,130,142). Sum of RGB (Red+Green+Blue) = 144+130+142=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 144 - color contains mainly: red. Hex color #90828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90828E is #6F7D71. Grayscale: #878787. Windows color (decimal): -7306610 or 9339536. OLE color: 9339536.

HSL color Cylindrical-coordinate representation of color #90828E: hue angle of 308.57º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #90828E is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB144130142-
CMYK00.100.010.44
HSL308.57º5.93%53.73%-
HSV(B)308.57º9.72%56.47%-
XYZ24.3723.8528.91-
YUV135.55131.64134.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.62%
GREEN value IS 130 (51.17% from 255) = 31.25%
BLUE value IS 142 (55.86% from 255) = 34.13%
R=34.62%
G=31.25%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413014200.100.010.44308.575.9353.73
Hex90828E0A12C135636
Octal220202216012154465666
Binary100100001000001010001110010101101100100110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90828E; }

 p { color: rgb(144,130,142); }

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

<style>
 a { background-color: #90828E; }

 a { background-color: rgb(144,130,142); }

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

<style>
 span { border-color: #90828E; }

 span { border-color: rgb(144,130,142); }

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