Shades of Aluminium #878B91
Tints of Aluminium #878B91
RGB
CMYK
RGB Variations
Color information
#878B91 (or 0x878B91) is known color: Aluminium. HEX triplet: 87, 8B and 91. RGB value is (135,139,145). Sum of RGB (Red+Green+Blue) = 135+139+145=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 145 - color contains mainly: blue. Hex color #878B91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878B91 is #78746E. Grayscale: #8A8A8A. Windows color (decimal): -7894127 or 9538439. OLE color: 9538439.
HSL color Cylindrical-coordinate representation of color #878B91: hue angle of 216º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #878B91 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 139 | 145 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.43 |
| HSL | 216º | 0.04% | 0.55% | - |
| HSV(B) | 216º | 0.07% | 0.57% | - |
| XYZ | 24.34 | 25.66 | 30.46 | - |
| YUV | 138.49 | 131.67 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 139 | 145 | 0.07 | 0.04 | 0 | 0.43 | 216 | 0.04 | 0.55 |
| Hex | 87 | 8B | 91 | 7 | 4 | 0 | 2B | D8 | 4 | 37 |
| Octal | 207 | 213 | 221 | 7 | 4 | 0 | 53 | 330 | 4 | 67 |
| Binary | 10000111 | 10001011 | 10010001 | 111 | 100 | 0 | 101011 | 11011000 | 100 | 110111 |
Color Harmonies of #878B91
Complementary color
Monochromatic Colors of #878B91
Black with #878B91
Text Example
Text Example
White with #878B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878B91; }
p { color: rgb(135,139,145); }
H1.HeaderClassName
{
color: #878B91;
}
.AnyTagClassName
{
color: #878B91;
}
</style>
background-color css
<style>
a { background-color: #878B91; }
a { background-color: rgb(135,139,145); }
div.DivClassName
{
background-color: #878B91;
}
.BgClassName
{
background-color: #878B91;
}
</style>
border-color css
<style>
span { border-color: #878B91; }
span { border-color: rgb(135,139,145); }
td.TdClassName
{
border-color: #878B91;
}
.TagClassName
{
border-color: #878B91;
}
</style>