Shades of Topaz #85788B
Tints of Topaz #85788B
RGB
CMYK
RGB Variations
Color information
#85788B (or 0x85788B) is known color: Topaz. HEX triplet: 85, 78 and 8B. RGB value is (133,120,139). Sum of RGB (Red+Green+Blue) = 133+120+139=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 139 - color contains mainly: blue. Hex color #85788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85788B is #7A8774. Grayscale: #7D7D7D. Windows color (decimal): -8030069 or 9140357. OLE color: 9140357.
HSL color Cylindrical-coordinate representation of color #85788B: hue angle of 281.05º 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 #85788B is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 120 | 139 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.45 |
| HSL | 281.05º | 0.08% | 0.51% | - |
| HSV(B) | 281.05º | 0.14% | 0.55% | - |
| XYZ | 21.05 | 20.28 | 27.23 | - |
| YUV | 126.05 | 135.31 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 120 | 139 | 0.04 | 0.14 | 0 | 0.45 | 281.05 | 0.08 | 0.51 |
| Hex | 85 | 78 | 8B | 4 | E | 0 | 2D | 119 | 8 | 33 |
| Octal | 205 | 170 | 213 | 4 | 16 | 0 | 55 | 431 | 10 | 63 |
| Binary | 10000101 | 1111000 | 10001011 | 100 | 1110 | 0 | 101101 | 100011001 | 1000 | 110011 |
Color Harmonies of #85788B
Complementary color
Monochromatic Colors of #85788B
Black with #85788B
Text Example
Text Example
White with #85788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85788B; }
p { color: rgb(133,120,139); }
H1.HeaderClassName
{
color: #85788B;
}
.AnyTagClassName
{
color: #85788B;
}
</style>
background-color css
<style>
a { background-color: #85788B; }
a { background-color: rgb(133,120,139); }
div.DivClassName
{
background-color: #85788B;
}
.BgClassName
{
background-color: #85788B;
}
</style>
border-color css
<style>
span { border-color: #85788B; }
span { border-color: rgb(133,120,139); }
td.TdClassName
{
border-color: #85788B;
}
.TagClassName
{
border-color: #85788B;
}
</style>