#898786

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

Shades of Suva Grey #898786

Tints of Suva Grey #898786

Color information

#898786 (or 0x898786) is unknown color: approx Suva Grey. HEX triplet: 89, 87 and 86. RGB value is (137,135,134). Sum of RGB (Red+Green+Blue) = 137+135+134=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 137 - color contains mainly: red. Hex color #898786 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898786 is #767879. Grayscale: #878787. Windows color (decimal): -7764090 or 8816521. OLE color: 8816521.

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

Color convert

RGB137135134-
CMYK00.010.020.46
HSL20º1.26%53.14%-
HSV(B)20º2.19%53.73%-
XYZ23.2824.3726.03-
YUV135.48127.16129.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.74%
GREEN value IS 135 (53.12% from 255) = 33.25%
BLUE value IS 134 (52.73% from 255) = 33.00%
R=33.74%
G=33.25%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713513400.010.020.46201.2653.14
Hex8987860122E14135
Octal2112072060125624165
Binary1000100110000111100001100110101110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898786; }

 p { color: rgb(137,135,134); }

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

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

 a { background-color: rgb(137,135,134); }

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

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

 span { border-color: rgb(137,135,134); }

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