Shades of Aluminium #80888F
Tints of Aluminium #80888F
RGB
CMYK
RGB Variations
Color information
#80888F (or 0x80888F) is known color: Aluminium. HEX triplet: 80, 88 and 8F. RGB value is (128,136,143). Sum of RGB (Red+Green+Blue) = 128+136+143=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 143 - color contains mainly: blue. Hex color #80888F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80888F is #7F7770. Grayscale: #868686. Windows color (decimal): -8353649 or 9406592. OLE color: 9406592.
HSL color Cylindrical-coordinate representation of color #80888F: hue angle of 208º 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 #80888F is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 136 | 143 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.44 |
| HSL | 208º | 0.06% | 0.53% | - |
| HSV(B) | 208º | 0.1% | 0.56% | - |
| XYZ | 22.66 | 24.18 | 29.46 | - |
| YUV | 134.41 | 132.85 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 136 | 143 | 0.10 | 0.05 | 0 | 0.44 | 208 | 0.06 | 0.53 |
| Hex | 80 | 88 | 8F | A | 5 | 0 | 2C | D0 | 6 | 35 |
| Octal | 200 | 210 | 217 | 12 | 5 | 0 | 54 | 320 | 6 | 65 |
| Binary | 10000000 | 10001000 | 10001111 | 1010 | 101 | 0 | 101100 | 11010000 | 110 | 110101 |
Color Harmonies of #80888F
Complementary color
Monochromatic Colors of #80888F
Black with #80888F
Text Example
Text Example
White with #80888F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80888F; }
p { color: rgb(128,136,143); }
H1.HeaderClassName
{
color: #80888F;
}
.AnyTagClassName
{
color: #80888F;
}
</style>
background-color css
<style>
a { background-color: #80888F; }
a { background-color: rgb(128,136,143); }
div.DivClassName
{
background-color: #80888F;
}
.BgClassName
{
background-color: #80888F;
}
</style>
border-color css
<style>
span { border-color: #80888F; }
span { border-color: rgb(128,136,143); }
td.TdClassName
{
border-color: #80888F;
}
.TagClassName
{
border-color: #80888F;
}
</style>