#80878C

Color #80878C Aluminium (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aluminium #80878C

Tints of Aluminium #80878C

Color information

#80878C (or 0x80878C) is unknown color: approx Aluminium. HEX triplet: 80, 87 and 8C. RGB value is (128,135,140). Sum of RGB (Red+Green+Blue) = 128+135+140=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 140 - color contains mainly: blue. Hex color #80878C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80878C is #7F7873. Grayscale: #858585. Windows color (decimal): -8353908 or 9209728. OLE color: 9209728.

HSL color Cylindrical-coordinate representation of color #80878C: hue angle of 205º 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 #80878C is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB128135140-
CMYK0.090.0400.45
HSL205º4.96%52.55%-
HSV(B)205º8.57%54.9%-
XYZ22.323.8128.23-
YUV133.48131.68124.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.76%
GREEN value IS 135 (53.12% from 255) = 33.50%
BLUE value IS 140 (55.08% from 255) = 34.74%
R=31.76%
G=33.50%
B=34.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281351400.090.0400.452054.9652.55
Hex80878C9402Dcd535
Octal200207214114055315565
Binary1000000010000111100011001001100010110111001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80878C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80878C; }

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

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

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

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

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

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

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

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