Shades of Topaz #85768F
Tints of Topaz #85768F
RGB
CMYK
RGB Variations
Color information
#85768F (or 0x85768F) is known color: Topaz. HEX triplet: 85, 76 and 8F. RGB value is (133,118,143). Sum of RGB (Red+Green+Blue) = 133+118+143=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 143 - color contains mainly: blue. Hex color #85768F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85768F is #7A8970. Grayscale: #7D7D7D. Windows color (decimal): -8030577 or 9401989. OLE color: 9401989.
HSL color Cylindrical-coordinate representation of color #85768F: hue angle of 276º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #85768F is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 118 | 143 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.44 |
| HSL | 276º | 0.1% | 0.51% | - |
| HSV(B) | 276º | 0.17% | 0.56% | - |
| XYZ | 21.11 | 19.93 | 28.72 | - |
| YUV | 125.34 | 137.97 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 118 | 143 | 0.07 | 0.17 | 0 | 0.44 | 276 | 0.1 | 0.51 |
| Hex | 85 | 76 | 8F | 7 | 11 | 0 | 2C | 114 | A | 33 |
| Octal | 205 | 166 | 217 | 7 | 21 | 0 | 54 | 424 | 12 | 63 |
| Binary | 10000101 | 1110110 | 10001111 | 111 | 10001 | 0 | 101100 | 100010100 | 1010 | 110011 |
Color Harmonies of #85768F
Complementary color
Monochromatic Colors of #85768F
Black with #85768F
Text Example
Text Example
White with #85768F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85768F; }
p { color: rgb(133,118,143); }
H1.HeaderClassName
{
color: #85768F;
}
.AnyTagClassName
{
color: #85768F;
}
</style>
background-color css
<style>
a { background-color: #85768F; }
a { background-color: rgb(133,118,143); }
div.DivClassName
{
background-color: #85768F;
}
.BgClassName
{
background-color: #85768F;
}
</style>
border-color css
<style>
span { border-color: #85768F; }
span { border-color: rgb(133,118,143); }
td.TdClassName
{
border-color: #85768F;
}
.TagClassName
{
border-color: #85768F;
}
</style>