#8C8A89

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

Shades of Suva Grey #8C8A89

Tints of Suva Grey #8C8A89

Color information

#8C8A89 (or 0x8C8A89) is unknown color: approx Suva Grey. HEX triplet: 8C, 8A and 89. RGB value is (140,138,137). Sum of RGB (Red+Green+Blue) = 140+138+137=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 137 (53.91% from 255 or 33.01% from 415); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8A89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8A89 is #737576. Grayscale: #8A8A8A. Windows color (decimal): -7566711 or 9013900. OLE color: 9013900.

HSL color Cylindrical-coordinate representation of color #8C8A89: hue angle of 20º 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 #8C8A89 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB140138137-
CMYK00.010.020.45
HSL20º1.29%54.31%-
HSV(B)20º2.14%54.9%-
XYZ24.4225.5627.31-
YUV138.48127.16129.08-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.73%
GREEN value IS 138 (54.30% from 255) = 33.25%
BLUE value IS 137 (53.91% from 255) = 33.01%
R=33.73%
G=33.25%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013813700.010.020.45201.2954.31
Hex8C8A890122D14136
Octal2142122110125524166
Binary1000110010001010100010010110101101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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