Shades of Aluminium #878C8E
Tints of Aluminium #878C8E
RGB
CMYK
RGB Variations
Color information
#878C8E (or 0x878C8E) is known color: Aluminium. HEX triplet: 87, 8C and 8E. RGB value is (135,140,142). Sum of RGB (Red+Green+Blue) = 135+140+142=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 142 - color contains mainly: blue. Hex color #878C8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878C8E is #787371. Grayscale: #8A8A8A. Windows color (decimal): -7893874 or 9342087. OLE color: 9342087.
HSL color Cylindrical-coordinate representation of color #878C8E: hue angle of 197.14º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #878C8E is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 140 | 142 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.44 |
| HSL | 197.14º | 0.03% | 0.54% | - |
| HSV(B) | 197.14º | 0.05% | 0.56% | - |
| XYZ | 24.25 | 25.86 | 29.3 | - |
| YUV | 138.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 140 | 142 | 0.05 | 0.01 | 0 | 0.44 | 197.14 | 0.03 | 0.54 |
| Hex | 87 | 8C | 8E | 5 | 1 | 0 | 2C | C5 | 3 | 36 |
| Octal | 207 | 214 | 216 | 5 | 1 | 0 | 54 | 305 | 3 | 66 |
| Binary | 10000111 | 10001100 | 10001110 | 101 | 1 | 0 | 101100 | 11000101 | 11 | 110110 |
Color Harmonies of #878C8E
Complementary color
Monochromatic Colors of #878C8E
Black with #878C8E
Text Example
Text Example
White with #878C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878C8E; }
p { color: rgb(135,140,142); }
H1.HeaderClassName
{
color: #878C8E;
}
.AnyTagClassName
{
color: #878C8E;
}
</style>
background-color css
<style>
a { background-color: #878C8E; }
a { background-color: rgb(135,140,142); }
div.DivClassName
{
background-color: #878C8E;
}
.BgClassName
{
background-color: #878C8E;
}
</style>
border-color css
<style>
span { border-color: #878C8E; }
span { border-color: rgb(135,140,142); }
td.TdClassName
{
border-color: #878C8E;
}
.TagClassName
{
border-color: #878C8E;
}
</style>