Shades of Topaz #857F92
Tints of Topaz #857F92
RGB
CMYK
RGB Variations
Color information
#857F92 (or 0x857F92) is known color: Topaz. HEX triplet: 85, 7F and 92. RGB value is (133,127,146). Sum of RGB (Red+Green+Blue) = 133+127+146=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 146 - color contains mainly: blue. Hex color #857F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857F92 is #7A806D. Grayscale: #828282. Windows color (decimal): -8028270 or 9600901. OLE color: 9600901.
HSL color Cylindrical-coordinate representation of color #857F92: hue angle of 258.95º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #857F92 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 127 | 146 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.43 |
| HSL | 258.95º | 0.08% | 0.54% | - |
| HSV(B) | 258.95º | 0.13% | 0.57% | - |
| XYZ | 22.45 | 22.24 | 30.3 | - |
| YUV | 130.96 | 136.49 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 127 | 146 | 0.09 | 0.13 | 0 | 0.43 | 258.95 | 0.08 | 0.54 |
| Hex | 85 | 7F | 92 | 9 | D | 0 | 2B | 103 | 8 | 36 |
| Octal | 205 | 177 | 222 | 11 | 15 | 0 | 53 | 403 | 10 | 66 |
| Binary | 10000101 | 1111111 | 10010010 | 1001 | 1101 | 0 | 101011 | 100000011 | 1000 | 110110 |
Color Harmonies of #857F92
Complementary color
Monochromatic Colors of #857F92
Black with #857F92
Text Example
Text Example
White with #857F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857F92; }
p { color: rgb(133,127,146); }
H1.HeaderClassName
{
color: #857F92;
}
.AnyTagClassName
{
color: #857F92;
}
</style>
background-color css
<style>
a { background-color: #857F92; }
a { background-color: rgb(133,127,146); }
div.DivClassName
{
background-color: #857F92;
}
.BgClassName
{
background-color: #857F92;
}
</style>
border-color css
<style>
span { border-color: #857F92; }
span { border-color: rgb(133,127,146); }
td.TdClassName
{
border-color: #857F92;
}
.TagClassName
{
border-color: #857F92;
}
</style>