#898880

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

Shades of Jumbo #898880

Tints of Jumbo #898880

Color information

#898880 (or 0x898880) is unknown color: approx Jumbo. HEX triplet: 89, 88 and 80. RGB value is (137,136,128). Sum of RGB (Red+Green+Blue) = 137+136+128=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 137 - color contains mainly: red. Hex color #898880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898880 is #76777F. Grayscale: #878787. Windows color (decimal): -7763840 or 8423561. OLE color: 8423561.

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

Color convert

RGB137136128-
CMYK00.010.070.46
HSL53.33º3.67%51.96%-
HSV(B)53.33º6.57%53.73%-
XYZ23.0224.4923.94-
YUV135.39123.83129.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.16%
GREEN value IS 136 (53.52% from 255) = 33.92%
BLUE value IS 128 (50.39% from 255) = 31.92%
R=34.16%
G=33.92%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713612800.010.070.4653.333.6751.96
Hex8988800172E35434
Octal2112102000175665464
Binary10001001100010001000000001111101110110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898880; }

 p { color: rgb(137,136,128); }

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

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

 a { background-color: rgb(137,136,128); }

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

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

 span { border-color: rgb(137,136,128); }

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