Shades of Topaz #86848C
Tints of Topaz #86848C
RGB
CMYK
RGB Variations
Color information
#86848C (or 0x86848C) is known color: Topaz. HEX triplet: 86, 84 and 8C. RGB value is (134,132,140). Sum of RGB (Red+Green+Blue) = 134+132+140=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 140 - color contains mainly: blue. Hex color #86848C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86848C is #797B73. Grayscale: #858585. Windows color (decimal): -7961460 or 9208966. OLE color: 9208966.
HSL color Cylindrical-coordinate representation of color #86848C: hue angle of 255º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #86848C is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 132 | 140 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.45 |
| HSL | 255º | 0.03% | 0.53% | - |
| HSV(B) | 255º | 0.06% | 0.55% | - |
| XYZ | 22.82 | 23.46 | 28.14 | - |
| YUV | 133.51 | 131.66 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 132 | 140 | 0.04 | 0.06 | 0 | 0.45 | 255 | 0.03 | 0.53 |
| Hex | 86 | 84 | 8C | 4 | 6 | 0 | 2D | FF | 3 | 35 |
| Octal | 206 | 204 | 214 | 4 | 6 | 0 | 55 | 377 | 3 | 65 |
| Binary | 10000110 | 10000100 | 10001100 | 100 | 110 | 0 | 101101 | 11111111 | 11 | 110101 |
Color Harmonies of #86848C
Complementary color
Monochromatic Colors of #86848C
Black with #86848C
Text Example
Text Example
White with #86848C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86848C; }
p { color: rgb(134,132,140); }
H1.HeaderClassName
{
color: #86848C;
}
.AnyTagClassName
{
color: #86848C;
}
</style>
background-color css
<style>
a { background-color: #86848C; }
a { background-color: rgb(134,132,140); }
div.DivClassName
{
background-color: #86848C;
}
.BgClassName
{
background-color: #86848C;
}
</style>
border-color css
<style>
span { border-color: #86848C; }
span { border-color: rgb(134,132,140); }
td.TdClassName
{
border-color: #86848C;
}
.TagClassName
{
border-color: #86848C;
}
</style>