Shades of Aluminium #878F91
Tints of Aluminium #878F91
RGB
CMYK
RGB Variations
Color information
#878F91 (or 0x878F91) is known color: Aluminium. HEX triplet: 87, 8F and 91. RGB value is (135,143,145). Sum of RGB (Red+Green+Blue) = 135+143+145=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 145 - color contains mainly: blue. Hex color #878F91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878F91 is #78706E. Grayscale: #8C8C8C. Windows color (decimal): -7893103 or 9539463. OLE color: 9539463.
HSL color Cylindrical-coordinate representation of color #878F91: hue angle of 192º 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 #878F91 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 143 | 145 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.43 |
| HSL | 192º | 0.04% | 0.55% | - |
| HSV(B) | 192º | 0.07% | 0.57% | - |
| XYZ | 24.92 | 26.84 | 30.66 | - |
| YUV | 140.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 143 | 145 | 0.07 | 0.01 | 0 | 0.43 | 192 | 0.04 | 0.55 |
| Hex | 87 | 8F | 91 | 7 | 1 | 0 | 2B | C0 | 4 | 37 |
| Octal | 207 | 217 | 221 | 7 | 1 | 0 | 53 | 300 | 4 | 67 |
| Binary | 10000111 | 10001111 | 10010001 | 111 | 1 | 0 | 101011 | 11000000 | 100 | 110111 |
Color Harmonies of #878F91
Complementary color
Monochromatic Colors of #878F91
Black with #878F91
Text Example
Text Example
White with #878F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878F91; }
p { color: rgb(135,143,145); }
H1.HeaderClassName
{
color: #878F91;
}
.AnyTagClassName
{
color: #878F91;
}
</style>
background-color css
<style>
a { background-color: #878F91; }
a { background-color: rgb(135,143,145); }
div.DivClassName
{
background-color: #878F91;
}
.BgClassName
{
background-color: #878F91;
}
</style>
border-color css
<style>
span { border-color: #878F91; }
span { border-color: rgb(135,143,145); }
td.TdClassName
{
border-color: #878F91;
}
.TagClassName
{
border-color: #878F91;
}
</style>