Shades of Aluminium #868788
Tints of Aluminium #868788
RGB
CMYK
RGB Variations
Color information
#868788 (or 0x868788) is known color: Aluminium. HEX triplet: 86, 87 and 88. RGB value is (134,135,136). Sum of RGB (Red+Green+Blue) = 134+135+136=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 136 - color contains mainly: blue. Hex color #868788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868788 is #797877. Grayscale: #868686. Windows color (decimal): -7960696 or 8947590. OLE color: 8947590.
HSL color Cylindrical-coordinate representation of color #868788: hue angle of 210º degrees, saturation: 0.01, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #868788 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 135 | 136 | - |
| CMYK | 0.01 | 0.01 | 0 | 0.47 |
| HSL | 210º | 0.01% | 0.53% | - |
| HSV(B) | 210º | 0.01% | 0.53% | - |
| XYZ | 22.94 | 24.17 | 26.75 | - |
| YUV | 134.82 | 128.67 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 135 | 136 | 0.01 | 0.01 | 0 | 0.47 | 210 | 0.01 | 0.53 |
| Hex | 86 | 87 | 88 | 1 | 1 | 0 | 2F | D2 | 1 | 35 |
| Octal | 206 | 207 | 210 | 1 | 1 | 0 | 57 | 322 | 1 | 65 |
| Binary | 10000110 | 10000111 | 10001000 | 1 | 1 | 0 | 101111 | 11010010 | 1 | 110101 |
Color Harmonies of #868788
Complementary color
Monochromatic Colors of #868788
Black with #868788
Text Example
Text Example
White with #868788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868788; }
p { color: rgb(134,135,136); }
H1.HeaderClassName
{
color: #868788;
}
.AnyTagClassName
{
color: #868788;
}
</style>
background-color css
<style>
a { background-color: #868788; }
a { background-color: rgb(134,135,136); }
div.DivClassName
{
background-color: #868788;
}
.BgClassName
{
background-color: #868788;
}
</style>
border-color css
<style>
span { border-color: #868788; }
span { border-color: rgb(134,135,136); }
td.TdClassName
{
border-color: #868788;
}
.TagClassName
{
border-color: #868788;
}
</style>