Shades of Topaz #85798A
Tints of Topaz #85798A
RGB
CMYK
RGB Variations
Color information
#85798A (or 0x85798A) is known color: Topaz. HEX triplet: 85, 79 and 8A. RGB value is (133,121,138). Sum of RGB (Red+Green+Blue) = 133+121+138=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 138 - color contains mainly: blue. Hex color #85798A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85798A is #7A8675. Grayscale: #7E7E7E. Windows color (decimal): -8029814 or 9075077. OLE color: 9075077.
HSL color Cylindrical-coordinate representation of color #85798A: hue angle of 282.35º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #85798A is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 121 | 138 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.46 |
| HSL | 282.35º | 0.07% | 0.51% | - |
| HSV(B) | 282.35º | 0.12% | 0.54% | - |
| XYZ | 21.1 | 20.5 | 26.89 | - |
| YUV | 126.53 | 134.48 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 121 | 138 | 0.04 | 0.12 | 0 | 0.46 | 282.35 | 0.07 | 0.51 |
| Hex | 85 | 79 | 8A | 4 | C | 0 | 2E | 11A | 7 | 33 |
| Octal | 205 | 171 | 212 | 4 | 14 | 0 | 56 | 432 | 7 | 63 |
| Binary | 10000101 | 1111001 | 10001010 | 100 | 1100 | 0 | 101110 | 100011010 | 111 | 110011 |
Color Harmonies of #85798A
Complementary color
Monochromatic Colors of #85798A
Black with #85798A
Text Example
Text Example
White with #85798A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85798A; }
p { color: rgb(133,121,138); }
H1.HeaderClassName
{
color: #85798A;
}
.AnyTagClassName
{
color: #85798A;
}
</style>
background-color css
<style>
a { background-color: #85798A; }
a { background-color: rgb(133,121,138); }
div.DivClassName
{
background-color: #85798A;
}
.BgClassName
{
background-color: #85798A;
}
</style>
border-color css
<style>
span { border-color: #85798A; }
span { border-color: rgb(133,121,138); }
td.TdClassName
{
border-color: #85798A;
}
.TagClassName
{
border-color: #85798A;
}
</style>