Shades of Aluminium #80888E
Tints of Aluminium #80888E
RGB
CMYK
RGB Variations
Color information
#80888E (or 0x80888E) is known color: Aluminium. HEX triplet: 80, 88 and 8E. RGB value is (128,136,142). Sum of RGB (Red+Green+Blue) = 128+136+142=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 142 - color contains mainly: blue. Hex color #80888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80888E is #7F7771. Grayscale: #868686. Windows color (decimal): -8353650 or 9341056. OLE color: 9341056.
HSL color Cylindrical-coordinate representation of color #80888E: hue angle of 205.71º 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 #80888E is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 136 | 142 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.44 |
| HSL | 205.71º | 0.06% | 0.53% | - |
| HSV(B) | 205.71º | 0.1% | 0.56% | - |
| XYZ | 22.59 | 24.15 | 29.06 | - |
| YUV | 134.29 | 132.35 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 136 | 142 | 0.10 | 0.04 | 0 | 0.44 | 205.71 | 0.06 | 0.53 |
| Hex | 80 | 88 | 8E | A | 4 | 0 | 2C | CE | 6 | 35 |
| Octal | 200 | 210 | 216 | 12 | 4 | 0 | 54 | 316 | 6 | 65 |
| Binary | 10000000 | 10001000 | 10001110 | 1010 | 100 | 0 | 101100 | 11001110 | 110 | 110101 |
Color Harmonies of #80888E
Complementary color
Monochromatic Colors of #80888E
Black with #80888E
Text Example
Text Example
White with #80888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80888E; }
p { color: rgb(128,136,142); }
H1.HeaderClassName
{
color: #80888E;
}
.AnyTagClassName
{
color: #80888E;
}
</style>
background-color css
<style>
a { background-color: #80888E; }
a { background-color: rgb(128,136,142); }
div.DivClassName
{
background-color: #80888E;
}
.BgClassName
{
background-color: #80888E;
}
</style>
border-color css
<style>
span { border-color: #80888E; }
span { border-color: rgb(128,136,142); }
td.TdClassName
{
border-color: #80888E;
}
.TagClassName
{
border-color: #80888E;
}
</style>