#897983

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

Shades of Taupe Grey #897983

Tints of Taupe Grey #897983

Color information

#897983 (or 0x897983) is unknown color: approx Taupe Grey. HEX triplet: 89, 79 and 83. RGB value is (137,121,131). Sum of RGB (Red+Green+Blue) = 137+121+131=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 137 - color contains mainly: red. Hex color #897983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897983 is #76867C. Grayscale: #7E7E7E. Windows color (decimal): -7767677 or 8616329. OLE color: 8616329.

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

Color convert

RGB137121131-
CMYK00.120.040.46
HSL322.5º6.35%50.59%-
HSV(B)322.5º11.68%53.73%-
XYZ21.2520.6324.34-
YUV126.92130.3135.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.22%
GREEN value IS 121 (47.66% from 255) = 31.11%
BLUE value IS 131 (51.56% from 255) = 33.68%
R=35.22%
G=31.11%
B=33.68%

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
Decimal13712113100.120.040.46322.56.3550.59
Hex8979830C42E143633
Octal211171203014456503663
Binary1000100111110011000001101100100101110101000011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897983; }

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

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

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

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

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

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

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

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