#8E8C8C

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

Shades of Suva Grey #8E8C8C

Tints of Suva Grey #8E8C8C

Color information

#8E8C8C (or 0x8E8C8C) is unknown color: approx Suva Grey. HEX triplet: 8E, 8C and 8C. RGB value is (142,140,140). Sum of RGB (Red+Green+Blue) = 142+140+140=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8C8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8C8C is #717373. Grayscale: #8C8C8C. Windows color (decimal): -7435124 or 9211022. OLE color: 9211022.

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

Color convert

RGB142140140-
CMYK00.010.010.44
HSL0.88%55.29%-
HSV(B)1.41%55.69%-
XYZ25.2726.428.58-
YUV140.6127.66129-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.65%
GREEN value IS 140 (55.08% from 255) = 33.18%
BLUE value IS 140 (55.08% from 255) = 33.18%
R=33.65%
G=33.18%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14214014000.010.010.4400.8855.29
Hex8E8C8C0112C0137
Octal216214214011540167
Binary10001110100011001000110001110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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