Shades of Topaz #86858A
Tints of Topaz #86858A
RGB
CMYK
RGB Variations
Color information
#86858A (or 0x86858A) is known color: Topaz. HEX triplet: 86, 85 and 8A. RGB value is (134,133,138). Sum of RGB (Red+Green+Blue) = 134+133+138=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 138 - color contains mainly: blue. Hex color #86858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86858A is #797A75. Grayscale: #858585. Windows color (decimal): -7961206 or 9078150. OLE color: 9078150.
HSL color Cylindrical-coordinate representation of color #86858A: hue angle of 252º degrees, saturation: 0.02, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #86858A is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 133 | 138 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.46 |
| HSL | 252º | 0.02% | 0.53% | - |
| HSV(B) | 252º | 0.04% | 0.54% | - |
| XYZ | 22.81 | 23.68 | 27.41 | - |
| YUV | 133.87 | 130.33 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 133 | 138 | 0.03 | 0.04 | 0 | 0.46 | 252 | 0.02 | 0.53 |
| Hex | 86 | 85 | 8A | 3 | 4 | 0 | 2E | FC | 2 | 35 |
| Octal | 206 | 205 | 212 | 3 | 4 | 0 | 56 | 374 | 2 | 65 |
| Binary | 10000110 | 10000101 | 10001010 | 11 | 100 | 0 | 101110 | 11111100 | 10 | 110101 |
Color Harmonies of #86858A
Complementary color
Monochromatic Colors of #86858A
Black with #86858A
Text Example
Text Example
White with #86858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86858A; }
p { color: rgb(134,133,138); }
H1.HeaderClassName
{
color: #86858A;
}
.AnyTagClassName
{
color: #86858A;
}
</style>
background-color css
<style>
a { background-color: #86858A; }
a { background-color: rgb(134,133,138); }
div.DivClassName
{
background-color: #86858A;
}
.BgClassName
{
background-color: #86858A;
}
</style>
border-color css
<style>
span { border-color: #86858A; }
span { border-color: rgb(134,133,138); }
td.TdClassName
{
border-color: #86858A;
}
.TagClassName
{
border-color: #86858A;
}
</style>