Shades of Aluminium #87888A
Tints of Aluminium #87888A
RGB
CMYK
RGB Variations
Color information
#87888A (or 0x87888A) is known color: Aluminium. HEX triplet: 87, 88 and 8A. RGB value is (135,136,138). Sum of RGB (Red+Green+Blue) = 135+136+138=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 138 - color contains mainly: blue. Hex color #87888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87888A is #787775. Grayscale: #878787. Windows color (decimal): -7894902 or 9078919. OLE color: 9078919.
HSL color Cylindrical-coordinate representation of color #87888A: hue angle of 220º degrees, saturation: 0.01, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #87888A is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
RGB | 135 | 136 | 138 | - |
CMYK | 0.02 | 0.01 | 0 | 0.46 |
HSL | 220º | 0.01% | 0.54% | - |
HSV(B) | 220º | 0.02% | 0.54% | - |
XYZ | 23.38 | 24.59 | 27.56 | - |
YUV | 135.93 | 129.17 | 127.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 135 | 136 | 138 | 0.02 | 0.01 | 0 | 0.46 | 220 | 0.01 | 0.54 |
Hex | 87 | 88 | 8A | 2 | 1 | 0 | 2E | DC | 1 | 36 |
Octal | 207 | 210 | 212 | 2 | 1 | 0 | 56 | 334 | 1 | 66 |
Binary | 10000111 | 10001000 | 10001010 | 10 | 1 | 0 | 101110 | 11011100 | 1 | 110110 |
Color Harmonies of #87888A
Complementary color
Monochromatic Colors of #87888A
Black with #87888A
Text Example
Text Example
White with #87888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87888A; }
p { color: rgb(135,136,138); }
H1.HeaderClassName
{
color: #87888A;
}
.AnyTagClassName
{
color: #87888A;
}
</style>
background-color css
<style>
a { background-color: #87888A; }
a { background-color: rgb(135,136,138); }
div.DivClassName
{
background-color: #87888A;
}
.BgClassName
{
background-color: #87888A;
}
</style>
border-color css
<style>
span { border-color: #87888A; }
span { border-color: rgb(135,136,138); }
td.TdClassName
{
border-color: #87888A;
}
.TagClassName
{
border-color: #87888A;
}
</style>