Shades of Aluminium #878D91
Tints of Aluminium #878D91
RGB
CMYK
RGB Variations
Color information
#878D91 (or 0x878D91) is known color: Aluminium. HEX triplet: 87, 8D and 91. RGB value is (135,141,145). Sum of RGB (Red+Green+Blue) = 135+141+145=421 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.07% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 145 (57.03% from 255 or 34.44% from 421); Max value from RGB is 145 - color contains mainly: blue. Hex color #878D91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878D91 is #78726E. Grayscale: #8B8B8B. Windows color (decimal): -7893615 or 9538951. OLE color: 9538951.
HSL color Cylindrical-coordinate representation of color #878D91: hue angle of 204º 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 #878D91 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 141 | 145 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.43 |
| HSL | 204º | 0.04% | 0.55% | - |
| HSV(B) | 204º | 0.07% | 0.57% | - |
| XYZ | 24.63 | 26.24 | 30.56 | - |
| YUV | 139.66 | 131.01 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 141 | 145 | 0.07 | 0.03 | 0 | 0.43 | 204 | 0.04 | 0.55 |
| Hex | 87 | 8D | 91 | 7 | 3 | 0 | 2B | CC | 4 | 37 |
| Octal | 207 | 215 | 221 | 7 | 3 | 0 | 53 | 314 | 4 | 67 |
| Binary | 10000111 | 10001101 | 10010001 | 111 | 11 | 0 | 101011 | 11001100 | 100 | 110111 |
Color Harmonies of #878D91
Complementary color
Monochromatic Colors of #878D91
Black with #878D91
Text Example
Text Example
White with #878D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878D91; }
p { color: rgb(135,141,145); }
H1.HeaderClassName
{
color: #878D91;
}
.AnyTagClassName
{
color: #878D91;
}
</style>
background-color css
<style>
a { background-color: #878D91; }
a { background-color: rgb(135,141,145); }
div.DivClassName
{
background-color: #878D91;
}
.BgClassName
{
background-color: #878D91;
}
</style>
border-color css
<style>
span { border-color: #878D91; }
span { border-color: rgb(135,141,145); }
td.TdClassName
{
border-color: #878D91;
}
.TagClassName
{
border-color: #878D91;
}
</style>