Shades of Topaz #857992
Tints of Topaz #857992
RGB
CMYK
RGB Variations
Color information
#857992 (or 0x857992) is known color: Topaz. HEX triplet: 85, 79 and 92. RGB value is (133,121,146). Sum of RGB (Red+Green+Blue) = 133+121+146=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 146 - color contains mainly: blue. Hex color #857992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857992 is #7A866D. Grayscale: #7F7F7F. Windows color (decimal): -8029806 or 9599365. OLE color: 9599365.
HSL color Cylindrical-coordinate representation of color #857992: hue angle of 268.8º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #857992 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 121 | 146 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.43 |
| HSL | 268.8º | 0.1% | 0.52% | - |
| HSV(B) | 268.8º | 0.17% | 0.57% | - |
| XYZ | 21.7 | 20.74 | 30.05 | - |
| YUV | 127.44 | 138.48 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 121 | 146 | 0.09 | 0.17 | 0 | 0.43 | 268.8 | 0.1 | 0.52 |
| Hex | 85 | 79 | 92 | 9 | 11 | 0 | 2B | 10D | A | 34 |
| Octal | 205 | 171 | 222 | 11 | 21 | 0 | 53 | 415 | 12 | 64 |
| Binary | 10000101 | 1111001 | 10010010 | 1001 | 10001 | 0 | 101011 | 100001101 | 1010 | 110100 |
Color Harmonies of #857992
Complementary color
Monochromatic Colors of #857992
Black with #857992
Text Example
Text Example
White with #857992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857992; }
p { color: rgb(133,121,146); }
H1.HeaderClassName
{
color: #857992;
}
.AnyTagClassName
{
color: #857992;
}
</style>
background-color css
<style>
a { background-color: #857992; }
a { background-color: rgb(133,121,146); }
div.DivClassName
{
background-color: #857992;
}
.BgClassName
{
background-color: #857992;
}
</style>
border-color css
<style>
span { border-color: #857992; }
span { border-color: rgb(133,121,146); }
td.TdClassName
{
border-color: #857992;
}
.TagClassName
{
border-color: #857992;
}
</style>