Shades of Topaz #86798B
Tints of Topaz #86798B
RGB
CMYK
RGB Variations
Color information
#86798B (or 0x86798B) is known color: Topaz. HEX triplet: 86, 79 and 8B. RGB value is (134,121,139). Sum of RGB (Red+Green+Blue) = 134+121+139=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 139 - color contains mainly: blue. Hex color #86798B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86798B is #798674. Grayscale: #7E7E7E. Windows color (decimal): -7964277 or 9140614. OLE color: 9140614.
HSL color Cylindrical-coordinate representation of color #86798B: hue angle of 283.33º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #86798B is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 121 | 139 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.45 |
| HSL | 283.33º | 0.07% | 0.51% | - |
| HSV(B) | 283.33º | 0.13% | 0.55% | - |
| XYZ | 21.33 | 20.61 | 27.28 | - |
| YUV | 126.94 | 134.81 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 121 | 139 | 0.04 | 0.13 | 0 | 0.45 | 283.33 | 0.07 | 0.51 |
| Hex | 86 | 79 | 8B | 4 | D | 0 | 2D | 11B | 7 | 33 |
| Octal | 206 | 171 | 213 | 4 | 15 | 0 | 55 | 433 | 7 | 63 |
| Binary | 10000110 | 1111001 | 10001011 | 100 | 1101 | 0 | 101101 | 100011011 | 111 | 110011 |
Color Harmonies of #86798B
Complementary color
Monochromatic Colors of #86798B
Black with #86798B
Text Example
Text Example
White with #86798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86798B; }
p { color: rgb(134,121,139); }
H1.HeaderClassName
{
color: #86798B;
}
.AnyTagClassName
{
color: #86798B;
}
</style>
background-color css
<style>
a { background-color: #86798B; }
a { background-color: rgb(134,121,139); }
div.DivClassName
{
background-color: #86798B;
}
.BgClassName
{
background-color: #86798B;
}
</style>
border-color css
<style>
span { border-color: #86798B; }
span { border-color: rgb(134,121,139); }
td.TdClassName
{
border-color: #86798B;
}
.TagClassName
{
border-color: #86798B;
}
</style>