Shades of Topaz #85758F
Tints of Topaz #85758F
RGB
CMYK
RGB Variations
Color information
#85758F (or 0x85758F) is known color: Topaz. HEX triplet: 85, 75 and 8F. RGB value is (133,117,143). Sum of RGB (Red+Green+Blue) = 133+117+143=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 143 - color contains mainly: blue. Hex color #85758F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85758F is #7A8A70. Grayscale: #7C7C7C. Windows color (decimal): -8030833 or 9401733. OLE color: 9401733.
HSL color Cylindrical-coordinate representation of color #85758F: hue angle of 276.92º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #85758F is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 117 | 143 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.44 |
| HSL | 276.92º | 0.1% | 0.51% | - |
| HSV(B) | 276.92º | 0.18% | 0.56% | - |
| XYZ | 20.99 | 19.69 | 28.68 | - |
| YUV | 124.75 | 138.3 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 117 | 143 | 0.07 | 0.18 | 0 | 0.44 | 276.92 | 0.1 | 0.51 |
| Hex | 85 | 75 | 8F | 7 | 12 | 0 | 2C | 115 | A | 33 |
| Octal | 205 | 165 | 217 | 7 | 22 | 0 | 54 | 425 | 12 | 63 |
| Binary | 10000101 | 1110101 | 10001111 | 111 | 10010 | 0 | 101100 | 100010101 | 1010 | 110011 |
Color Harmonies of #85758F
Complementary color
Monochromatic Colors of #85758F
Black with #85758F
Text Example
Text Example
White with #85758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85758F; }
p { color: rgb(133,117,143); }
H1.HeaderClassName
{
color: #85758F;
}
.AnyTagClassName
{
color: #85758F;
}
</style>
background-color css
<style>
a { background-color: #85758F; }
a { background-color: rgb(133,117,143); }
div.DivClassName
{
background-color: #85758F;
}
.BgClassName
{
background-color: #85758F;
}
</style>
border-color css
<style>
span { border-color: #85758F; }
span { border-color: rgb(133,117,143); }
td.TdClassName
{
border-color: #85758F;
}
.TagClassName
{
border-color: #85758F;
}
</style>