Shades of Topaz #867192
Tints of Topaz #867192
RGB
CMYK
RGB Variations
Color information
#867192 (or 0x867192) is known color: Topaz. HEX triplet: 86, 71 and 92. RGB value is (134,113,146). Sum of RGB (Red+Green+Blue) = 134+113+146=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 146 - color contains mainly: blue. Hex color #867192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867192 is #798E6D. Grayscale: #7A7A7A. Windows color (decimal): -7966318 or 9597318. OLE color: 9597318.
HSL color Cylindrical-coordinate representation of color #867192: hue angle of 278.18º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #867192 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 113 | 146 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.43 |
| HSL | 278.18º | 0.13% | 0.51% | - |
| HSV(B) | 278.18º | 0.23% | 0.57% | - |
| XYZ | 20.92 | 18.95 | 29.75 | - |
| YUV | 123.04 | 140.96 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 113 | 146 | 0.08 | 0.23 | 0 | 0.43 | 278.18 | 0.13 | 0.51 |
| Hex | 86 | 71 | 92 | 8 | 17 | 0 | 2B | 116 | D | 33 |
| Octal | 206 | 161 | 222 | 10 | 27 | 0 | 53 | 426 | 15 | 63 |
| Binary | 10000110 | 1110001 | 10010010 | 1000 | 10111 | 0 | 101011 | 100010110 | 1101 | 110011 |
Color Harmonies of #867192
Complementary color
Monochromatic Colors of #867192
Black with #867192
Text Example
Text Example
White with #867192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867192; }
p { color: rgb(134,113,146); }
H1.HeaderClassName
{
color: #867192;
}
.AnyTagClassName
{
color: #867192;
}
</style>
background-color css
<style>
a { background-color: #867192; }
a { background-color: rgb(134,113,146); }
div.DivClassName
{
background-color: #867192;
}
.BgClassName
{
background-color: #867192;
}
</style>
border-color css
<style>
span { border-color: #867192; }
span { border-color: rgb(134,113,146); }
td.TdClassName
{
border-color: #867192;
}
.TagClassName
{
border-color: #867192;
}
</style>