#897782

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

Shades of Taupe Grey #897782

Tints of Taupe Grey #897782

Color information

#897782 (or 0x897782) is unknown color: approx Taupe Grey. HEX triplet: 89, 77 and 82. RGB value is (137,119,130). Sum of RGB (Red+Green+Blue) = 137+119+130=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 137 - color contains mainly: red. Hex color #897782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897782 is #76887D. Grayscale: #7D7D7D. Windows color (decimal): -7768190 or 8550281. OLE color: 8550281.

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

Color convert

RGB137119130-
CMYK00.130.050.46
HSL323.33º7.09%50.2%-
HSV(B)323.33º13.14%53.73%-
XYZ20.9420.1223.9-
YUV125.64130.46136.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.49%
GREEN value IS 119 (46.88% from 255) = 30.83%
BLUE value IS 130 (51.17% from 255) = 33.68%
R=35.49%
G=30.83%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711913000.130.050.46323.337.0950.2
Hex8977820D52E143732
Octal211167202015556503762
Binary1000100111101111000001001101101101110101000011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897782; }

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

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

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

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

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

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

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

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