Shades of Topaz #85748C
Tints of Topaz #85748C
RGB
CMYK
RGB Variations
Color information
#85748C (or 0x85748C) is known color: Topaz. HEX triplet: 85, 74 and 8C. RGB value is (133,116,140). Sum of RGB (Red+Green+Blue) = 133+116+140=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 140 - color contains mainly: blue. Hex color #85748C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85748C is #7A8B73. Grayscale: #7B7B7B. Windows color (decimal): -8031092 or 9204869. OLE color: 9204869.
HSL color Cylindrical-coordinate representation of color #85748C: hue angle of 282.5º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #85748C is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 116 | 140 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.45 |
| HSL | 282.5º | 0.09% | 0.5% | - |
| HSV(B) | 282.5º | 0.17% | 0.55% | - |
| XYZ | 20.65 | 19.37 | 27.46 | - |
| YUV | 123.82 | 137.13 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 116 | 140 | 0.05 | 0.17 | 0 | 0.45 | 282.5 | 0.09 | 0.5 |
| Hex | 85 | 74 | 8C | 5 | 11 | 0 | 2D | 11A | 9 | 32 |
| Octal | 205 | 164 | 214 | 5 | 21 | 0 | 55 | 432 | 11 | 62 |
| Binary | 10000101 | 1110100 | 10001100 | 101 | 10001 | 0 | 101101 | 100011010 | 1001 | 110010 |
Color Harmonies of #85748C
Complementary color
Monochromatic Colors of #85748C
Black with #85748C
Text Example
Text Example
White with #85748C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85748C; }
p { color: rgb(133,116,140); }
H1.HeaderClassName
{
color: #85748C;
}
.AnyTagClassName
{
color: #85748C;
}
</style>
background-color css
<style>
a { background-color: #85748C; }
a { background-color: rgb(133,116,140); }
div.DivClassName
{
background-color: #85748C;
}
.BgClassName
{
background-color: #85748C;
}
</style>
border-color css
<style>
span { border-color: #85748C; }
span { border-color: rgb(133,116,140); }
td.TdClassName
{
border-color: #85748C;
}
.TagClassName
{
border-color: #85748C;
}
</style>