Shades of Aluminium #80878C
Tints of Aluminium #80878C
RGB
CMYK
RGB Variations
Color information
#80878C (or 0x80878C) is known color: Aluminium. HEX triplet: 80, 87 and 8C. RGB value is (128,135,140). Sum of RGB (Red+Green+Blue) = 128+135+140=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 140 - color contains mainly: blue. Hex color #80878C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80878C is #7F7873. Grayscale: #858585. Windows color (decimal): -8353908 or 9209728. OLE color: 9209728.
HSL color Cylindrical-coordinate representation of color #80878C: hue angle of 205º 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 #80878C is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 135 | 140 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.45 |
| HSL | 205º | 0.05% | 0.53% | - |
| HSV(B) | 205º | 0.09% | 0.55% | - |
| XYZ | 22.3 | 23.81 | 28.23 | - |
| YUV | 133.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 135 | 140 | 0.09 | 0.04 | 0 | 0.45 | 205 | 0.05 | 0.53 |
| Hex | 80 | 87 | 8C | 9 | 4 | 0 | 2D | CD | 5 | 35 |
| Octal | 200 | 207 | 214 | 11 | 4 | 0 | 55 | 315 | 5 | 65 |
| Binary | 10000000 | 10000111 | 10001100 | 1001 | 100 | 0 | 101101 | 11001101 | 101 | 110101 |
Color Harmonies of #80878C
Complementary color
Monochromatic Colors of #80878C
Black with #80878C
Text Example
Text Example
White with #80878C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80878C; }
p { color: rgb(128,135,140); }
H1.HeaderClassName
{
color: #80878C;
}
.AnyTagClassName
{
color: #80878C;
}
</style>
background-color css
<style>
a { background-color: #80878C; }
a { background-color: rgb(128,135,140); }
div.DivClassName
{
background-color: #80878C;
}
.BgClassName
{
background-color: #80878C;
}
</style>
border-color css
<style>
span { border-color: #80878C; }
span { border-color: rgb(128,135,140); }
td.TdClassName
{
border-color: #80878C;
}
.TagClassName
{
border-color: #80878C;
}
</style>