#897682

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

Shades of Taupe Grey #897682

Tints of Taupe Grey #897682

Color information

#897682 (or 0x897682) is unknown color: approx Taupe Grey. HEX triplet: 89, 76 and 82. RGB value is (137,118,130). Sum of RGB (Red+Green+Blue) = 137+118+130=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 137 - color contains mainly: red. Hex color #897682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897682 is #76897D. Grayscale: #7D7D7D. Windows color (decimal): -7768446 or 8550025. OLE color: 8550025.

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

Color convert

RGB137118130-
CMYK00.140.050.46
HSL322.11º7.45%50%-
HSV(B)322.11º13.87%53.73%-
XYZ20.8219.8923.86-
YUV125.05130.79136.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.58%
GREEN value IS 118 (46.48% from 255) = 30.65%
BLUE value IS 130 (51.17% from 255) = 33.77%
R=35.58%
G=30.65%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711813000.140.050.46322.117.4550
Hex8976820E52E142732
Octal211166202016556502762
Binary1000100111101101000001001110101101110101000010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897682; }

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

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

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

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

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

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

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

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