#897887

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

Shades of Taupe Grey #897887

Tints of Taupe Grey #897887

Color information

#897887 (or 0x897887) is unknown color: approx Taupe Grey. HEX triplet: 89, 78 and 87. RGB value is (137,120,135). Sum of RGB (Red+Green+Blue) = 137+120+135=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 137 - color contains mainly: red. Hex color #897887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897887 is #768778. Grayscale: #7E7E7E. Windows color (decimal): -7767929 or 8878217. OLE color: 8878217.

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

Color convert

RGB137120135-
CMYK00.120.010.46
HSL307.06º6.72%50.39%-
HSV(B)307.06º12.41%53.73%-
XYZ21.4120.525.75-
YUV126.79132.63135.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.95%
GREEN value IS 120 (47.27% from 255) = 30.61%
BLUE value IS 135 (53.12% from 255) = 34.44%
R=34.95%
G=30.61%
B=34.44%

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
Decimal13712013500.120.010.46307.066.7250.39
Hex8978870C12E133732
Octal211170207014156463762
Binary10001001111100010000111011001101110100110011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897887; }

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

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

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

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

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

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

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

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