#897787

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

Shades of Taupe Grey #897787

Tints of Taupe Grey #897787

Color information

#897787 (or 0x897787) is unknown color: approx Taupe Grey. HEX triplet: 89, 77 and 87. RGB value is (137,119,135). Sum of RGB (Red+Green+Blue) = 137+119+135=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 137 - color contains mainly: red. Hex color #897787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897787 is #768878. Grayscale: #7E7E7E. Windows color (decimal): -7768185 or 8877961. OLE color: 8877961.

HSL color Cylindrical-coordinate representation of color #897787: hue angle of 306.67º 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 #897787 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB137119135-
CMYK00.130.010.46
HSL306.67º7.09%50.2%-
HSV(B)306.67º13.14%53.73%-
XYZ21.2920.2625.71-
YUV126.21132.96135.7-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.04%
GREEN value IS 119 (46.88% from 255) = 30.43%
BLUE value IS 135 (53.12% from 255) = 34.53%
R=35.04%
G=30.43%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711913500.130.010.46306.677.0950.2
Hex8977870D12E133732
Octal211167207015156463762
Binary10001001111011110000111011011101110100110011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897787; }

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

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

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

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

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

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

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

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