Shades of Aluminium #878F96
Tints of Aluminium #878F96
RGB
CMYK
RGB Variations
Color information
#878F96 (or 0x878F96) is known color: Aluminium. HEX triplet: 87, 8F and 96. RGB value is (135,143,150). Sum of RGB (Red+Green+Blue) = 135+143+150=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 150 - color contains mainly: blue. Hex color #878F96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878F96 is #787069. Grayscale: #8D8D8D. Windows color (decimal): -7893098 or 9867143. OLE color: 9867143.
HSL color Cylindrical-coordinate representation of color #878F96: hue angle of 208º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #878F96 is Cyan = 0.1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 135 | 143 | 150 | - |
| CMYK | 0.1 | 0.05 | 0 | 0.41 |
| HSL | 208º | 0.07% | 0.56% | - |
| HSV(B) | 208º | 0.1% | 0.59% | - |
| XYZ | 25.32 | 27 | 32.73 | - |
| YUV | 141.41 | 132.85 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 143 | 150 | 0.1 | 0.05 | 0 | 0.41 | 208 | 0.07 | 0.56 |
| Hex | 87 | 8F | 96 | A | 5 | 0 | 29 | D0 | 7 | 38 |
| Octal | 207 | 217 | 226 | 12 | 5 | 0 | 51 | 320 | 7 | 70 |
| Binary | 10000111 | 10001111 | 10010110 | 1010 | 101 | 0 | 101001 | 11010000 | 111 | 111000 |
Color Harmonies of #878F96
Complementary color
Monochromatic Colors of #878F96
Black with #878F96
Text Example
Text Example
White with #878F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878F96; }
p { color: rgb(135,143,150); }
H1.HeaderClassName
{
color: #878F96;
}
.AnyTagClassName
{
color: #878F96;
}
</style>
background-color css
<style>
a { background-color: #878F96; }
a { background-color: rgb(135,143,150); }
div.DivClassName
{
background-color: #878F96;
}
.BgClassName
{
background-color: #878F96;
}
</style>
border-color css
<style>
span { border-color: #878F96; }
span { border-color: rgb(135,143,150); }
td.TdClassName
{
border-color: #878F96;
}
.TagClassName
{
border-color: #878F96;
}
</style>