#90828D

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

Shades of Taupe Grey #90828D

Tints of Taupe Grey #90828D

Color information

#90828D (or 0x90828D) is unknown color: approx Taupe Grey. HEX triplet: 90, 82 and 8D. RGB value is (144,130,141). Sum of RGB (Red+Green+Blue) = 144+130+141=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 144 - color contains mainly: red. Hex color #90828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90828D is #6F7D72. Grayscale: #878787. Windows color (decimal): -7306611 or 9274000. OLE color: 9274000.

HSL color Cylindrical-coordinate representation of color #90828D: hue angle of 312.86º 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 #90828D is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB144130141-
CMYK00.100.020.44
HSL312.86º5.93%53.73%-
HSV(B)312.86º9.72%56.47%-
XYZ24.2923.8228.52-
YUV135.44131.14134.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.70%
GREEN value IS 130 (51.17% from 255) = 31.33%
BLUE value IS 141 (55.47% from 255) = 33.98%
R=34.70%
G=31.33%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413014100.100.020.44312.865.9353.73
Hex90828D0A22C139636
Octal220202215012254471666
Binary1001000010000010100011010101010101100100111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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