#897582

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

Shades of Taupe Grey #897582

Tints of Taupe Grey #897582

Color information

#897582 (or 0x897582) is unknown color: approx Taupe Grey. HEX triplet: 89, 75 and 82. RGB value is (137,117,130). Sum of RGB (Red+Green+Blue) = 137+117+130=384 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.68% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 137 - color contains mainly: red. Hex color #897582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897582 is #768A7D. Grayscale: #7C7C7C. Windows color (decimal): -7768702 or 8549769. OLE color: 8549769.

HSL color Cylindrical-coordinate representation of color #897582: hue angle of 321º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #897582 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB137117130-
CMYK00.150.050.46
HSL321º7.87%49.8%-
HSV(B)321º14.6%53.73%-
XYZ20.7119.6523.82-
YUV124.46131.13136.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.68%
GREEN value IS 117 (46.09% from 255) = 30.47%
BLUE value IS 130 (51.17% from 255) = 33.85%
R=35.68%
G=30.47%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711713000.150.050.463217.8749.8
Hex8975820F52E141832
Octal2111652020175565011062
Binary10001001111010110000010011111011011101010000011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897582; }

 p { color: rgb(137,117,130); }

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

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

 a { background-color: rgb(137,117,130); }

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

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

 span { border-color: rgb(137,117,130); }

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