Shades of Aluminium #878E91
Tints of Aluminium #878E91
RGB
CMYK
RGB Variations
Color information
#878E91 (or 0x878E91) is known color: Aluminium. HEX triplet: 87, 8E and 91. RGB value is (135,142,145). Sum of RGB (Red+Green+Blue) = 135+142+145=422 (55% of max value = 765). Red value is 135 (53.12% from 255 or 31.99% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 145 (57.03% from 255 or 34.36% from 422); Max value from RGB is 145 - color contains mainly: blue. Hex color #878E91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878E91 is #78716E. Grayscale: #8C8C8C. Windows color (decimal): -7893359 or 9539207. OLE color: 9539207.
HSL color Cylindrical-coordinate representation of color #878E91: hue angle of 198º 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 #878E91 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 142 | 145 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.43 |
| HSL | 198º | 0.04% | 0.55% | - |
| HSV(B) | 198º | 0.07% | 0.57% | - |
| XYZ | 24.78 | 26.54 | 30.61 | - |
| YUV | 140.25 | 130.68 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 142 | 145 | 0.07 | 0.02 | 0 | 0.43 | 198 | 0.04 | 0.55 |
| Hex | 87 | 8E | 91 | 7 | 2 | 0 | 2B | C6 | 4 | 37 |
| Octal | 207 | 216 | 221 | 7 | 2 | 0 | 53 | 306 | 4 | 67 |
| Binary | 10000111 | 10001110 | 10010001 | 111 | 10 | 0 | 101011 | 11000110 | 100 | 110111 |
Color Harmonies of #878E91
Complementary color
Monochromatic Colors of #878E91
Black with #878E91
Text Example
Text Example
White with #878E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878E91; }
p { color: rgb(135,142,145); }
H1.HeaderClassName
{
color: #878E91;
}
.AnyTagClassName
{
color: #878E91;
}
</style>
background-color css
<style>
a { background-color: #878E91; }
a { background-color: rgb(135,142,145); }
div.DivClassName
{
background-color: #878E91;
}
.BgClassName
{
background-color: #878E91;
}
</style>
border-color css
<style>
span { border-color: #878E91; }
span { border-color: rgb(135,142,145); }
td.TdClassName
{
border-color: #878E91;
}
.TagClassName
{
border-color: #878E91;
}
</style>