Shades of Topaz #85748E
Tints of Topaz #85748E
RGB
CMYK
RGB Variations
Color information
#85748E (or 0x85748E) is known color: Topaz. HEX triplet: 85, 74 and 8E. RGB value is (133,116,142). Sum of RGB (Red+Green+Blue) = 133+116+142=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 142 - color contains mainly: blue. Hex color #85748E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85748E is #7A8B71. Grayscale: #7B7B7B. Windows color (decimal): -8031090 or 9335941. OLE color: 9335941.
HSL color Cylindrical-coordinate representation of color #85748E: hue angle of 279.23º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #85748E is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 116 | 142 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.44 |
| HSL | 279.23º | 0.1% | 0.51% | - |
| HSV(B) | 279.23º | 0.18% | 0.56% | - |
| XYZ | 20.8 | 19.43 | 28.25 | - |
| YUV | 124.05 | 138.13 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 116 | 142 | 0.06 | 0.18 | 0 | 0.44 | 279.23 | 0.1 | 0.51 |
| Hex | 85 | 74 | 8E | 6 | 12 | 0 | 2C | 117 | A | 33 |
| Octal | 205 | 164 | 216 | 6 | 22 | 0 | 54 | 427 | 12 | 63 |
| Binary | 10000101 | 1110100 | 10001110 | 110 | 10010 | 0 | 101100 | 100010111 | 1010 | 110011 |
Color Harmonies of #85748E
Complementary color
Monochromatic Colors of #85748E
Black with #85748E
Text Example
Text Example
White with #85748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85748E; }
p { color: rgb(133,116,142); }
H1.HeaderClassName
{
color: #85748E;
}
.AnyTagClassName
{
color: #85748E;
}
</style>
background-color css
<style>
a { background-color: #85748E; }
a { background-color: rgb(133,116,142); }
div.DivClassName
{
background-color: #85748E;
}
.BgClassName
{
background-color: #85748E;
}
</style>
border-color css
<style>
span { border-color: #85748E; }
span { border-color: rgb(133,116,142); }
td.TdClassName
{
border-color: #85748E;
}
.TagClassName
{
border-color: #85748E;
}
</style>