Shades of Topaz #85748F
Tints of Topaz #85748F
RGB
CMYK
RGB Variations
Color information
#85748F (or 0x85748F) is known color: Topaz. HEX triplet: 85, 74 and 8F. RGB value is (133,116,143). Sum of RGB (Red+Green+Blue) = 133+116+143=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 143 - color contains mainly: blue. Hex color #85748F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85748F is #7A8B70. Grayscale: #7C7C7C. Windows color (decimal): -8031089 or 9401477. OLE color: 9401477.
HSL color Cylindrical-coordinate representation of color #85748F: hue angle of 277.78º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #85748F is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 116 | 143 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.44 |
| HSL | 277.78º | 0.11% | 0.51% | - |
| HSV(B) | 277.78º | 0.19% | 0.56% | - |
| XYZ | 20.88 | 19.46 | 28.64 | - |
| YUV | 124.16 | 138.63 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 116 | 143 | 0.07 | 0.19 | 0 | 0.44 | 277.78 | 0.11 | 0.51 |
| Hex | 85 | 74 | 8F | 7 | 13 | 0 | 2C | 116 | B | 33 |
| Octal | 205 | 164 | 217 | 7 | 23 | 0 | 54 | 426 | 13 | 63 |
| Binary | 10000101 | 1110100 | 10001111 | 111 | 10011 | 0 | 101100 | 100010110 | 1011 | 110011 |
Color Harmonies of #85748F
Complementary color
Monochromatic Colors of #85748F
Black with #85748F
Text Example
Text Example
White with #85748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85748F; }
p { color: rgb(133,116,143); }
H1.HeaderClassName
{
color: #85748F;
}
.AnyTagClassName
{
color: #85748F;
}
</style>
background-color css
<style>
a { background-color: #85748F; }
a { background-color: rgb(133,116,143); }
div.DivClassName
{
background-color: #85748F;
}
.BgClassName
{
background-color: #85748F;
}
</style>
border-color css
<style>
span { border-color: #85748F; }
span { border-color: rgb(133,116,143); }
td.TdClassName
{
border-color: #85748F;
}
.TagClassName
{
border-color: #85748F;
}
</style>