Shades of Topaz #85708F
Tints of Topaz #85708F
RGB
CMYK
RGB Variations
Color information
#85708F (or 0x85708F) is known color: Topaz. HEX triplet: 85, 70 and 8F. RGB value is (133,112,143). Sum of RGB (Red+Green+Blue) = 133+112+143=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 143 - color contains mainly: blue. Hex color #85708F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85708F is #7A8F70. Grayscale: #797979. Windows color (decimal): -8032113 or 9400453. OLE color: 9400453.
HSL color Cylindrical-coordinate representation of color #85708F: hue angle of 280.65º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #85708F is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 112 | 143 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.44 |
| HSL | 280.65º | 0.12% | 0.5% | - |
| HSV(B) | 280.65º | 0.22% | 0.56% | - |
| XYZ | 20.42 | 18.56 | 28.49 | - |
| YUV | 121.81 | 139.96 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 112 | 143 | 0.07 | 0.22 | 0 | 0.44 | 280.65 | 0.12 | 0.5 |
| Hex | 85 | 70 | 8F | 7 | 16 | 0 | 2C | 119 | C | 32 |
| Octal | 205 | 160 | 217 | 7 | 26 | 0 | 54 | 431 | 14 | 62 |
| Binary | 10000101 | 1110000 | 10001111 | 111 | 10110 | 0 | 101100 | 100011001 | 1100 | 110010 |
Color Harmonies of #85708F
Complementary color
Monochromatic Colors of #85708F
Black with #85708F
Text Example
Text Example
White with #85708F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85708F; }
p { color: rgb(133,112,143); }
H1.HeaderClassName
{
color: #85708F;
}
.AnyTagClassName
{
color: #85708F;
}
</style>
background-color css
<style>
a { background-color: #85708F; }
a { background-color: rgb(133,112,143); }
div.DivClassName
{
background-color: #85708F;
}
.BgClassName
{
background-color: #85708F;
}
</style>
border-color css
<style>
span { border-color: #85708F; }
span { border-color: rgb(133,112,143); }
td.TdClassName
{
border-color: #85708F;
}
.TagClassName
{
border-color: #85708F;
}
</style>