Shades of Aluminium #81878B
Tints of Aluminium #81878B
RGB
CMYK
RGB Variations
Color information
#81878B (or 0x81878B) is known color: Aluminium. HEX triplet: 81, 87 and 8B. RGB value is (129,135,139). Sum of RGB (Red+Green+Blue) = 129+135+139=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 139 - color contains mainly: blue. Hex color #81878B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81878B is #7E7874. Grayscale: #858585. Windows color (decimal): -8288373 or 9144193. OLE color: 9144193.
HSL color Cylindrical-coordinate representation of color #81878B: hue angle of 204º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #81878B is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 135 | 139 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.45 |
| HSL | 204º | 0.04% | 0.53% | - |
| HSV(B) | 204º | 0.07% | 0.55% | - |
| XYZ | 22.38 | 23.86 | 27.85 | - |
| YUV | 133.66 | 131.01 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 135 | 139 | 0.07 | 0.03 | 0 | 0.45 | 204 | 0.04 | 0.53 |
| Hex | 81 | 87 | 8B | 7 | 3 | 0 | 2D | CC | 4 | 35 |
| Octal | 201 | 207 | 213 | 7 | 3 | 0 | 55 | 314 | 4 | 65 |
| Binary | 10000001 | 10000111 | 10001011 | 111 | 11 | 0 | 101101 | 11001100 | 100 | 110101 |
Color Harmonies of #81878B
Complementary color
Monochromatic Colors of #81878B
Black with #81878B
Text Example
Text Example
White with #81878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81878B; }
p { color: rgb(129,135,139); }
H1.HeaderClassName
{
color: #81878B;
}
.AnyTagClassName
{
color: #81878B;
}
</style>
background-color css
<style>
a { background-color: #81878B; }
a { background-color: rgb(129,135,139); }
div.DivClassName
{
background-color: #81878B;
}
.BgClassName
{
background-color: #81878B;
}
</style>
border-color css
<style>
span { border-color: #81878B; }
span { border-color: rgb(129,135,139); }
td.TdClassName
{
border-color: #81878B;
}
.TagClassName
{
border-color: #81878B;
}
</style>