Shades of Topaz #85768B
Tints of Topaz #85768B
RGB
CMYK
RGB Variations
Color information
#85768B (or 0x85768B) is known color: Topaz. HEX triplet: 85, 76 and 8B. RGB value is (133,118,139). Sum of RGB (Red+Green+Blue) = 133+118+139=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 139 - color contains mainly: blue. Hex color #85768B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85768B is #7A8974. Grayscale: #7C7C7C. Windows color (decimal): -8030581 or 9139845. OLE color: 9139845.
HSL color Cylindrical-coordinate representation of color #85768B: hue angle of 282.86º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #85768B is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 118 | 139 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.45 |
| HSL | 282.86º | 0.08% | 0.5% | - |
| HSV(B) | 282.86º | 0.15% | 0.55% | - |
| XYZ | 20.81 | 19.81 | 27.15 | - |
| YUV | 124.88 | 135.97 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 118 | 139 | 0.04 | 0.15 | 0 | 0.45 | 282.86 | 0.08 | 0.5 |
| Hex | 85 | 76 | 8B | 4 | F | 0 | 2D | 11B | 8 | 32 |
| Octal | 205 | 166 | 213 | 4 | 17 | 0 | 55 | 433 | 10 | 62 |
| Binary | 10000101 | 1110110 | 10001011 | 100 | 1111 | 0 | 101101 | 100011011 | 1000 | 110010 |
Color Harmonies of #85768B
Complementary color
Monochromatic Colors of #85768B
Black with #85768B
Text Example
Text Example
White with #85768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85768B; }
p { color: rgb(133,118,139); }
H1.HeaderClassName
{
color: #85768B;
}
.AnyTagClassName
{
color: #85768B;
}
</style>
background-color css
<style>
a { background-color: #85768B; }
a { background-color: rgb(133,118,139); }
div.DivClassName
{
background-color: #85768B;
}
.BgClassName
{
background-color: #85768B;
}
</style>
border-color css
<style>
span { border-color: #85768B; }
span { border-color: rgb(133,118,139); }
td.TdClassName
{
border-color: #85768B;
}
.TagClassName
{
border-color: #85768B;
}
</style>