Shades of Topaz #857C88
Tints of Topaz #857C88
RGB
CMYK
RGB Variations
Color information
#857C88 (or 0x857C88) is known color: Topaz. HEX triplet: 85, 7C and 88. RGB value is (133,124,136). Sum of RGB (Red+Green+Blue) = 133+124+136=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 136 - color contains mainly: blue. Hex color #857C88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857C88 is #7A8377. Grayscale: #808080. Windows color (decimal): -8029048 or 8944773. OLE color: 8944773.
HSL color Cylindrical-coordinate representation of color #857C88: hue angle of 285º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #857C88 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 124 | 136 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.47 |
| HSL | 285º | 0.05% | 0.51% | - |
| HSV(B) | 285º | 0.09% | 0.53% | - |
| XYZ | 21.32 | 21.18 | 26.26 | - |
| YUV | 128.06 | 132.48 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 136 | 0.02 | 0.09 | 0 | 0.47 | 285 | 0.05 | 0.51 |
| Hex | 85 | 7C | 88 | 2 | 9 | 0 | 2F | 11D | 5 | 33 |
| Octal | 205 | 174 | 210 | 2 | 11 | 0 | 57 | 435 | 5 | 63 |
| Binary | 10000101 | 1111100 | 10001000 | 10 | 1001 | 0 | 101111 | 100011101 | 101 | 110011 |
Color Harmonies of #857C88
Complementary color
Monochromatic Colors of #857C88
Black with #857C88
Text Example
Text Example
White with #857C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857C88; }
p { color: rgb(133,124,136); }
H1.HeaderClassName
{
color: #857C88;
}
.AnyTagClassName
{
color: #857C88;
}
</style>
background-color css
<style>
a { background-color: #857C88; }
a { background-color: rgb(133,124,136); }
div.DivClassName
{
background-color: #857C88;
}
.BgClassName
{
background-color: #857C88;
}
</style>
border-color css
<style>
span { border-color: #857C88; }
span { border-color: rgb(133,124,136); }
td.TdClassName
{
border-color: #857C88;
}
.TagClassName
{
border-color: #857C88;
}
</style>