#897C86

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

Shades of Taupe Grey #897C86

Tints of Taupe Grey #897C86

Color information

#897C86 (or 0x897C86) is unknown color: approx Taupe Grey. HEX triplet: 89, 7C and 86. RGB value is (137,124,134). Sum of RGB (Red+Green+Blue) = 137+124+134=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 137 - color contains mainly: red. Hex color #897C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897C86 is #768379. Grayscale: #818181. Windows color (decimal): -7766906 or 8813705. OLE color: 8813705.

HSL color Cylindrical-coordinate representation of color #897C86: hue angle of 313.85º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #897C86 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB137124134-
CMYK00.090.020.46
HSL313.85º5.22%51.18%-
HSV(B)313.85º9.49%53.73%-
XYZ21.8321.4525.55-
YUV129.03130.81133.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.68%
GREEN value IS 124 (48.83% from 255) = 31.39%
BLUE value IS 134 (52.73% from 255) = 33.92%
R=34.68%
G=31.39%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712413400.090.020.46313.855.2251.18
Hex897C860922E13a533
Octal211174206011256472563
Binary100010011111100100001100100110101110100111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897C86; }

 p { color: rgb(137,124,134); }

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

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

 a { background-color: rgb(137,124,134); }

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

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

 span { border-color: rgb(137,124,134); }

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