#897984

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

Shades of Taupe Grey #897984

Tints of Taupe Grey #897984

Color information

#897984 (or 0x897984) is unknown color: approx Taupe Grey. HEX triplet: 89, 79 and 84. RGB value is (137,121,132). Sum of RGB (Red+Green+Blue) = 137+121+132=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 137 - color contains mainly: red. Hex color #897984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897984 is #76867B. Grayscale: #7F7F7F. Windows color (decimal): -7767676 or 8681865. OLE color: 8681865.

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

Color convert

RGB137121132-
CMYK00.120.040.46
HSL318.75º6.35%50.59%-
HSV(B)318.75º11.68%53.73%-
XYZ21.3220.6624.69-
YUV127.04130.8135.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.13%
GREEN value IS 121 (47.66% from 255) = 31.03%
BLUE value IS 132 (51.95% from 255) = 33.85%
R=35.13%
G=31.03%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712113200.120.040.46318.756.3550.59
Hex8979840C42E13f633
Octal211171204014456477663
Binary1000100111110011000010001100100101110100111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897984; }

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

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

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

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

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

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

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

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