Shades of Aluminium #80878B
Tints of Aluminium #80878B
RGB
CMYK
RGB Variations
Color information
#80878B (or 0x80878B) is known color: Aluminium. HEX triplet: 80, 87 and 8B. RGB value is (128,135,139). Sum of RGB (Red+Green+Blue) = 128+135+139=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 139 - color contains mainly: blue. Hex color #80878B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80878B is #7F7874. Grayscale: #858585. Windows color (decimal): -8353909 or 9144192. OLE color: 9144192.
HSL color Cylindrical-coordinate representation of color #80878B: hue angle of 201.82º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #80878B is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 135 | 139 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.45 |
| HSL | 201.82º | 0.05% | 0.52% | - |
| HSV(B) | 201.82º | 0.08% | 0.55% | - |
| XYZ | 22.23 | 23.78 | 27.84 | - |
| YUV | 133.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 135 | 139 | 0.08 | 0.03 | 0 | 0.45 | 201.82 | 0.05 | 0.52 |
| Hex | 80 | 87 | 8B | 8 | 3 | 0 | 2D | CA | 5 | 34 |
| Octal | 200 | 207 | 213 | 10 | 3 | 0 | 55 | 312 | 5 | 64 |
| Binary | 10000000 | 10000111 | 10001011 | 1000 | 11 | 0 | 101101 | 11001010 | 101 | 110100 |
Color Harmonies of #80878B
Complementary color
Monochromatic Colors of #80878B
Black with #80878B
Text Example
Text Example
White with #80878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80878B; }
p { color: rgb(128,135,139); }
H1.HeaderClassName
{
color: #80878B;
}
.AnyTagClassName
{
color: #80878B;
}
</style>
background-color css
<style>
a { background-color: #80878B; }
a { background-color: rgb(128,135,139); }
div.DivClassName
{
background-color: #80878B;
}
.BgClassName
{
background-color: #80878B;
}
</style>
border-color css
<style>
span { border-color: #80878B; }
span { border-color: rgb(128,135,139); }
td.TdClassName
{
border-color: #80878B;
}
.TagClassName
{
border-color: #80878B;
}
</style>