Shades of Topaz #86848B
Tints of Topaz #86848B
RGB
CMYK
RGB Variations
Color information
#86848B (or 0x86848B) is known color: Topaz. HEX triplet: 86, 84 and 8B. RGB value is (134,132,139). Sum of RGB (Red+Green+Blue) = 134+132+139=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 139 - color contains mainly: blue. Hex color #86848B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86848B is #797B74. Grayscale: #858585. Windows color (decimal): -7961461 or 9143430. OLE color: 9143430.
HSL color Cylindrical-coordinate representation of color #86848B: hue angle of 257.14º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #86848B is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 132 | 139 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.45 |
| HSL | 257.14º | 0.03% | 0.53% | - |
| HSV(B) | 257.14º | 0.05% | 0.55% | - |
| XYZ | 22.74 | 23.43 | 27.75 | - |
| YUV | 133.4 | 131.16 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 132 | 139 | 0.04 | 0.05 | 0 | 0.45 | 257.14 | 0.03 | 0.53 |
| Hex | 86 | 84 | 8B | 4 | 5 | 0 | 2D | 101 | 3 | 35 |
| Octal | 206 | 204 | 213 | 4 | 5 | 0 | 55 | 401 | 3 | 65 |
| Binary | 10000110 | 10000100 | 10001011 | 100 | 101 | 0 | 101101 | 100000001 | 11 | 110101 |
Color Harmonies of #86848B
Complementary color
Monochromatic Colors of #86848B
Black with #86848B
Text Example
Text Example
White with #86848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86848B; }
p { color: rgb(134,132,139); }
H1.HeaderClassName
{
color: #86848B;
}
.AnyTagClassName
{
color: #86848B;
}
</style>
background-color css
<style>
a { background-color: #86848B; }
a { background-color: rgb(134,132,139); }
div.DivClassName
{
background-color: #86848B;
}
.BgClassName
{
background-color: #86848B;
}
</style>
border-color css
<style>
span { border-color: #86848B; }
span { border-color: rgb(134,132,139); }
td.TdClassName
{
border-color: #86848B;
}
.TagClassName
{
border-color: #86848B;
}
</style>