#897883

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

Shades of Taupe Grey #897883

Tints of Taupe Grey #897883

Color information

#897883 (or 0x897883) is unknown color: approx Taupe Grey. HEX triplet: 89, 78 and 83. RGB value is (137,120,131). Sum of RGB (Red+Green+Blue) = 137+120+131=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 137 - color contains mainly: red. Hex color #897883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897883 is #76877C. Grayscale: #7E7E7E. Windows color (decimal): -7767933 or 8616073. OLE color: 8616073.

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

Color convert

RGB137120131-
CMYK00.120.040.46
HSL321.18º6.72%50.39%-
HSV(B)321.18º12.41%53.73%-
XYZ21.1320.3924.29-
YUV126.34130.63135.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.31%
GREEN value IS 120 (47.27% from 255) = 30.93%
BLUE value IS 131 (51.56% from 255) = 33.76%
R=35.31%
G=30.93%
B=33.76%

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
Decimal13712013100.120.040.46321.186.7250.39
Hex8978830C42E141732
Octal211170203014456501762
Binary1000100111110001000001101100100101110101000001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897883; }

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

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

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

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

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

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

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

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