Shades of Aluminium #81878C
Tints of Aluminium #81878C
RGB
CMYK
RGB Variations
Color information
#81878C (or 0x81878C) is known color: Aluminium. HEX triplet: 81, 87 and 8C. RGB value is (129,135,140). Sum of RGB (Red+Green+Blue) = 129+135+140=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 140 - color contains mainly: blue. Hex color #81878C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81878C is #7E7873. Grayscale: #858585. Windows color (decimal): -8288372 or 9209729. OLE color: 9209729.
HSL color Cylindrical-coordinate representation of color #81878C: hue angle of 207.27º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #81878C is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 135 | 140 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.45 |
| HSL | 207.27º | 0.05% | 0.53% | - |
| HSV(B) | 207.27º | 0.08% | 0.55% | - |
| XYZ | 22.45 | 23.89 | 28.24 | - |
| YUV | 133.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 135 | 140 | 0.08 | 0.04 | 0 | 0.45 | 207.27 | 0.05 | 0.53 |
| Hex | 81 | 87 | 8C | 8 | 4 | 0 | 2D | CF | 5 | 35 |
| Octal | 201 | 207 | 214 | 10 | 4 | 0 | 55 | 317 | 5 | 65 |
| Binary | 10000001 | 10000111 | 10001100 | 1000 | 100 | 0 | 101101 | 11001111 | 101 | 110101 |
Color Harmonies of #81878C
Complementary color
Monochromatic Colors of #81878C
Black with #81878C
Text Example
Text Example
White with #81878C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81878C; }
p { color: rgb(129,135,140); }
H1.HeaderClassName
{
color: #81878C;
}
.AnyTagClassName
{
color: #81878C;
}
</style>
background-color css
<style>
a { background-color: #81878C; }
a { background-color: rgb(129,135,140); }
div.DivClassName
{
background-color: #81878C;
}
.BgClassName
{
background-color: #81878C;
}
</style>
border-color css
<style>
span { border-color: #81878C; }
span { border-color: rgb(129,135,140); }
td.TdClassName
{
border-color: #81878C;
}
.TagClassName
{
border-color: #81878C;
}
</style>