Shades of Aluminium #878E92
Tints of Aluminium #878E92
RGB
CMYK
RGB Variations
Color information
#878E92 (or 0x878E92) is known color: Aluminium. HEX triplet: 87, 8E and 92. RGB value is (135,142,146). Sum of RGB (Red+Green+Blue) = 135+142+146=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 146 - color contains mainly: blue. Hex color #878E92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878E92 is #78716D. Grayscale: #8C8C8C. Windows color (decimal): -7893358 or 9604743. OLE color: 9604743.
HSL color Cylindrical-coordinate representation of color #878E92: hue angle of 201.82º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #878E92 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 142 | 146 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.43 |
| HSL | 201.82º | 0.05% | 0.55% | - |
| HSV(B) | 201.82º | 0.08% | 0.57% | - |
| XYZ | 24.85 | 26.57 | 31.01 | - |
| YUV | 140.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 142 | 146 | 0.08 | 0.03 | 0 | 0.43 | 201.82 | 0.05 | 0.55 |
| Hex | 87 | 8E | 92 | 8 | 3 | 0 | 2B | CA | 5 | 37 |
| Octal | 207 | 216 | 222 | 10 | 3 | 0 | 53 | 312 | 5 | 67 |
| Binary | 10000111 | 10001110 | 10010010 | 1000 | 11 | 0 | 101011 | 11001010 | 101 | 110111 |
Color Harmonies of #878E92
Complementary color
Monochromatic Colors of #878E92
Black with #878E92
Text Example
Text Example
White with #878E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878E92; }
p { color: rgb(135,142,146); }
H1.HeaderClassName
{
color: #878E92;
}
.AnyTagClassName
{
color: #878E92;
}
</style>
background-color css
<style>
a { background-color: #878E92; }
a { background-color: rgb(135,142,146); }
div.DivClassName
{
background-color: #878E92;
}
.BgClassName
{
background-color: #878E92;
}
</style>
border-color css
<style>
span { border-color: #878E92; }
span { border-color: rgb(135,142,146); }
td.TdClassName
{
border-color: #878E92;
}
.TagClassName
{
border-color: #878E92;
}
</style>