Shades of Aluminium #80878D
Tints of Aluminium #80878D
RGB
CMYK
RGB Variations
Color information
#80878D (or 0x80878D) is known color: Aluminium. HEX triplet: 80, 87 and 8D. RGB value is (128,135,141). Sum of RGB (Red+Green+Blue) = 128+135+141=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 141 - color contains mainly: blue. Hex color #80878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80878D is #7F7872. Grayscale: #858585. Windows color (decimal): -8353907 or 9275264. OLE color: 9275264.
HSL color Cylindrical-coordinate representation of color #80878D: hue angle of 207.69º 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 #80878D is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 135 | 141 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.45 |
| HSL | 207.69º | 0.05% | 0.53% | - |
| HSV(B) | 207.69º | 0.09% | 0.55% | - |
| XYZ | 22.37 | 23.84 | 28.62 | - |
| YUV | 133.59 | 132.18 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 135 | 141 | 0.09 | 0.04 | 0 | 0.45 | 207.69 | 0.05 | 0.53 |
| Hex | 80 | 87 | 8D | 9 | 4 | 0 | 2D | D0 | 5 | 35 |
| Octal | 200 | 207 | 215 | 11 | 4 | 0 | 55 | 320 | 5 | 65 |
| Binary | 10000000 | 10000111 | 10001101 | 1001 | 100 | 0 | 101101 | 11010000 | 101 | 110101 |
Color Harmonies of #80878D
Complementary color
Monochromatic Colors of #80878D
Black with #80878D
Text Example
Text Example
White with #80878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80878D; }
p { color: rgb(128,135,141); }
H1.HeaderClassName
{
color: #80878D;
}
.AnyTagClassName
{
color: #80878D;
}
</style>
background-color css
<style>
a { background-color: #80878D; }
a { background-color: rgb(128,135,141); }
div.DivClassName
{
background-color: #80878D;
}
.BgClassName
{
background-color: #80878D;
}
</style>
border-color css
<style>
span { border-color: #80878D; }
span { border-color: rgb(128,135,141); }
td.TdClassName
{
border-color: #80878D;
}
.TagClassName
{
border-color: #80878D;
}
</style>