#897B84

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

Shades of Taupe Grey #897B84

Tints of Taupe Grey #897B84

Color information

#897B84 (or 0x897B84) is unknown color: approx Taupe Grey. HEX triplet: 89, 7B and 84. RGB value is (137,123,132). Sum of RGB (Red+Green+Blue) = 137+123+132=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 137 - color contains mainly: red. Hex color #897B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897B84 is #76847B. Grayscale: #808080. Windows color (decimal): -7767164 or 8682377. OLE color: 8682377.

HSL color Cylindrical-coordinate representation of color #897B84: hue angle of 321.43º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #897B84 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB137123132-
CMYK00.100.040.46
HSL321.43º5.6%50.98%-
HSV(B)321.43º10.22%53.73%-
XYZ21.5621.1524.78-
YUV128.21130.14134.27-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.95%
GREEN value IS 123 (48.44% from 255) = 31.38%
BLUE value IS 132 (51.95% from 255) = 33.67%
R=34.95%
G=31.38%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712313200.100.040.46321.435.650.98
Hex897B840A42E141633
Octal211173204012456501663
Binary1000100111110111000010001010100101110101000001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,123,132); }

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

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

 a { background-color: rgb(137,123,132); }

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

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

 span { border-color: rgb(137,123,132); }

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