Shades of Aluminium #84878B
Tints of Aluminium #84878B
RGB
CMYK
RGB Variations
Color information
#84878B (or 0x84878B) is known color: Aluminium. HEX triplet: 84, 87 and 8B. RGB value is (132,135,139). Sum of RGB (Red+Green+Blue) = 132+135+139=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 139 - color contains mainly: blue. Hex color #84878B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84878B is #7B7874. Grayscale: #868686. Windows color (decimal): -8091765 or 9144196. OLE color: 9144196.
HSL color Cylindrical-coordinate representation of color #84878B: hue angle of 214.29º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #84878B is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 135 | 139 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.45 |
| HSL | 214.29º | 0.03% | 0.53% | - |
| HSV(B) | 214.29º | 0.05% | 0.55% | - |
| XYZ | 22.84 | 24.1 | 27.87 | - |
| YUV | 134.56 | 130.51 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 135 | 139 | 0.05 | 0.03 | 0 | 0.45 | 214.29 | 0.03 | 0.53 |
| Hex | 84 | 87 | 8B | 5 | 3 | 0 | 2D | D6 | 3 | 35 |
| Octal | 204 | 207 | 213 | 5 | 3 | 0 | 55 | 326 | 3 | 65 |
| Binary | 10000100 | 10000111 | 10001011 | 101 | 11 | 0 | 101101 | 11010110 | 11 | 110101 |
Color Harmonies of #84878B
Complementary color
Monochromatic Colors of #84878B
Black with #84878B
Text Example
Text Example
White with #84878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84878B; }
p { color: rgb(132,135,139); }
H1.HeaderClassName
{
color: #84878B;
}
.AnyTagClassName
{
color: #84878B;
}
</style>
background-color css
<style>
a { background-color: #84878B; }
a { background-color: rgb(132,135,139); }
div.DivClassName
{
background-color: #84878B;
}
.BgClassName
{
background-color: #84878B;
}
</style>
border-color css
<style>
span { border-color: #84878B; }
span { border-color: rgb(132,135,139); }
td.TdClassName
{
border-color: #84878B;
}
.TagClassName
{
border-color: #84878B;
}
</style>