#897888

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

Shades of Taupe Grey #897888

Tints of Taupe Grey #897888

Color information

#897888 (or 0x897888) is unknown color: approx Taupe Grey. HEX triplet: 89, 78 and 88. RGB value is (137,120,136). Sum of RGB (Red+Green+Blue) = 137+120+136=393 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.86% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 137 - color contains mainly: red. Hex color #897888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897888 is #768777. Grayscale: #7E7E7E. Windows color (decimal): -7767928 or 8943753. OLE color: 8943753.

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

Color convert

RGB137120136-
CMYK00.120.010.46
HSL303.53º6.72%50.39%-
HSV(B)303.53º12.41%53.73%-
XYZ21.4820.5326.12-
YUV126.91133.13135.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.86%
GREEN value IS 120 (47.27% from 255) = 30.53%
BLUE value IS 136 (53.52% from 255) = 34.61%
R=34.86%
G=30.53%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712013600.120.010.46303.536.7250.39
Hex8978880C12E130732
Octal211170210014156460762
Binary10001001111100010001000011001101110100110000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897888; }

 p { color: rgb(137,120,136); }

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

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

 a { background-color: rgb(137,120,136); }

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

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

 span { border-color: rgb(137,120,136); }

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