Shades of Topaz #868488
Tints of Topaz #868488
RGB
CMYK
RGB Variations
Color information
#868488 (or 0x868488) is known color: Topaz. HEX triplet: 86, 84 and 88. RGB value is (134,132,136). Sum of RGB (Red+Green+Blue) = 134+132+136=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 136 - color contains mainly: blue. Hex color #868488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868488 is #797B77. Grayscale: #858585. Windows color (decimal): -7961464 or 8946822. OLE color: 8946822.
HSL color Cylindrical-coordinate representation of color #868488: hue angle of 270º degrees, saturation: 0.02, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #868488 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 132 | 136 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.47 |
| HSL | 270º | 0.02% | 0.53% | - |
| HSV(B) | 270º | 0.03% | 0.53% | - |
| XYZ | 22.53 | 23.35 | 26.61 | - |
| YUV | 133.05 | 129.66 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 132 | 136 | 0.01 | 0.03 | 0 | 0.47 | 270 | 0.02 | 0.53 |
| Hex | 86 | 84 | 88 | 1 | 3 | 0 | 2F | 10E | 2 | 35 |
| Octal | 206 | 204 | 210 | 1 | 3 | 0 | 57 | 416 | 2 | 65 |
| Binary | 10000110 | 10000100 | 10001000 | 1 | 11 | 0 | 101111 | 100001110 | 10 | 110101 |
Color Harmonies of #868488
Complementary color
Monochromatic Colors of #868488
Black with #868488
Text Example
Text Example
White with #868488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868488; }
p { color: rgb(134,132,136); }
H1.HeaderClassName
{
color: #868488;
}
.AnyTagClassName
{
color: #868488;
}
</style>
background-color css
<style>
a { background-color: #868488; }
a { background-color: rgb(134,132,136); }
div.DivClassName
{
background-color: #868488;
}
.BgClassName
{
background-color: #868488;
}
</style>
border-color css
<style>
span { border-color: #868488; }
span { border-color: rgb(134,132,136); }
td.TdClassName
{
border-color: #868488;
}
.TagClassName
{
border-color: #868488;
}
</style>