Shades of Topaz #85798D
Tints of Topaz #85798D
RGB
CMYK
RGB Variations
Color information
#85798D (or 0x85798D) is known color: Topaz. HEX triplet: 85, 79 and 8D. RGB value is (133,121,141). Sum of RGB (Red+Green+Blue) = 133+121+141=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 141 - color contains mainly: blue. Hex color #85798D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85798D is #7A8672. Grayscale: #7E7E7E. Windows color (decimal): -8029811 or 9271685. OLE color: 9271685.
HSL color Cylindrical-coordinate representation of color #85798D: hue angle of 276º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #85798D is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 121 | 141 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.45 |
| HSL | 276º | 0.08% | 0.51% | - |
| HSV(B) | 276º | 0.14% | 0.55% | - |
| XYZ | 21.32 | 20.58 | 28.05 | - |
| YUV | 126.87 | 135.98 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 121 | 141 | 0.06 | 0.14 | 0 | 0.45 | 276 | 0.08 | 0.51 |
| Hex | 85 | 79 | 8D | 6 | E | 0 | 2D | 114 | 8 | 33 |
| Octal | 205 | 171 | 215 | 6 | 16 | 0 | 55 | 424 | 10 | 63 |
| Binary | 10000101 | 1111001 | 10001101 | 110 | 1110 | 0 | 101101 | 100010100 | 1000 | 110011 |
Color Harmonies of #85798D
Complementary color
Monochromatic Colors of #85798D
Black with #85798D
Text Example
Text Example
White with #85798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85798D; }
p { color: rgb(133,121,141); }
H1.HeaderClassName
{
color: #85798D;
}
.AnyTagClassName
{
color: #85798D;
}
</style>
background-color css
<style>
a { background-color: #85798D; }
a { background-color: rgb(133,121,141); }
div.DivClassName
{
background-color: #85798D;
}
.BgClassName
{
background-color: #85798D;
}
</style>
border-color css
<style>
span { border-color: #85798D; }
span { border-color: rgb(133,121,141); }
td.TdClassName
{
border-color: #85798D;
}
.TagClassName
{
border-color: #85798D;
}
</style>