Shades of Aluminium #80878E
Tints of Aluminium #80878E
RGB
CMYK
RGB Variations
Color information
#80878E (or 0x80878E) is known color: 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
| RGB | 128 | 135 | 142 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.44 |
| HSL | 210º | 0.06% | 0.53% | - |
| HSV(B) | 210º | 0.1% | 0.56% | - |
| XYZ | 22.45 | 23.87 | 29.02 | - |
| YUV | 133.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 135 | 142 | 0.10 | 0.05 | 0 | 0.44 | 210 | 0.06 | 0.53 |
| Hex | 80 | 87 | 8E | A | 5 | 0 | 2C | D2 | 6 | 35 |
| Octal | 200 | 207 | 216 | 12 | 5 | 0 | 54 | 322 | 6 | 65 |
| Binary | 10000000 | 10000111 | 10001110 | 1010 | 101 | 0 | 101100 | 11010010 | 110 | 110101 |
Color Harmonies of #80878E
Complementary color
Monochromatic Colors of #80878E
Black with #80878E
Text Example
Text Example
White with #80878E
Text Example
Text Example
HTML Codes & Css Web 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>