#8C8989

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

Shades of Suva Grey #8C8989

Tints of Suva Grey #8C8989

Color information

#8C8989 (or 0x8C8989) is unknown color: approx Suva Grey. HEX triplet: 8C, 89 and 89. RGB value is (140,137,137). Sum of RGB (Red+Green+Blue) = 140+137+137=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8989 is #737676. Grayscale: #898989. Windows color (decimal): -7566967 or 9013644. OLE color: 9013644.

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

Color convert

RGB140137137-
CMYK00.020.020.45
HSL1.29%54.31%-
HSV(B)2.14%54.9%-
XYZ24.2825.2727.27-
YUV137.9127.49129.5-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.82%
GREEN value IS 137 (53.91% from 255) = 33.09%
BLUE value IS 137 (53.91% from 255) = 33.09%
R=33.82%
G=33.09%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013713700.020.020.4501.2954.31
Hex8C89890222D0136
Octal214211211022550166
Binary1000110010001001100010010101010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C8989; }

 p { color: rgb(140,137,137); }

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

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

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

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

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

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

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