#8C8180

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

Shades of Suva Grey #8C8180

Tints of Suva Grey #8C8180

Color information

#8C8180 (or 0x8C8180) is unknown color: approx Suva Grey. HEX triplet: 8C, 81 and 80. RGB value is (140,129,128). Sum of RGB (Red+Green+Blue) = 140+129+128=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8180 is #737E7F. Grayscale: #848484. Windows color (decimal): -7569024 or 8421772. OLE color: 8421772.

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

Color convert

RGB140129128-
CMYK00.080.090.45
HSL4.96%52.55%-
HSV(B)8.57%54.9%-
XYZ22.5622.8323.64-
YUV132.18125.64133.58-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.26%
GREEN value IS 129 (50.78% from 255) = 32.49%
BLUE value IS 128 (50.39% from 255) = 32.24%
R=35.26%
G=32.49%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012912800.080.090.4554.9652.55
Hex8C81800892D5535
Octal21420120001011555565
Binary100011001000000110000000010001001101101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,129,128); }

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

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

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

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

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

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

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