#80878E

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

Shades of Aluminium #80878E

Tints of Aluminium #80878E

Color information

#80878E (or 0x80878E) is unknown color: approx Aluminium. HEX triplet: 80, 87 and 8E. RGB value is (128,135,142). Sum of RGB (Red+Green+Blue) = 128+135+142=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 142 - color contains mainly: blue. Hex color #80878E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80878E is #7F7871. Grayscale: #858585. Windows color (decimal): -8353906 or 9340800. OLE color: 9340800.

HSL color Cylindrical-coordinate representation of color #80878E: hue angle of 210º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #80878E is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB128135142-
CMYK0.100.0500.44
HSL210º5.83%52.94%-
HSV(B)210º9.86%55.69%-
XYZ22.4523.8729.02-
YUV133.7132.68123.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.60%
GREEN value IS 135 (53.12% from 255) = 33.33%
BLUE value IS 142 (55.86% from 255) = 35.06%
R=31.60%
G=33.33%
B=35.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281351420.100.0500.442105.8352.94
Hex80878EA502Cd2635
Octal200207216125054322665
Binary1000000010000111100011101010101010110011010010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80878E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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