Shades of Topaz #878589
Tints of Topaz #878589
RGB
CMYK
RGB Variations
Color information
#878589 (or 0x878589) is known color: Topaz. HEX triplet: 87, 85 and 89. RGB value is (135,133,137). Sum of RGB (Red+Green+Blue) = 135+133+137=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 137 - color contains mainly: blue. Hex color #878589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878589 is #787A76. Grayscale: #868686. Windows color (decimal): -7895671 or 9012615. OLE color: 9012615.
HSL color Cylindrical-coordinate representation of color #878589: hue angle of 270º degrees, saturation: 0.02, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #878589 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 135 | 133 | 137 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.46 |
| HSL | 270º | 0.02% | 0.53% | - |
| HSV(B) | 270º | 0.03% | 0.54% | - |
| XYZ | 22.89 | 23.73 | 27.04 | - |
| YUV | 134.05 | 129.66 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 133 | 137 | 0.01 | 0.03 | 0 | 0.46 | 270 | 0.02 | 0.53 |
| Hex | 87 | 85 | 89 | 1 | 3 | 0 | 2E | 10E | 2 | 35 |
| Octal | 207 | 205 | 211 | 1 | 3 | 0 | 56 | 416 | 2 | 65 |
| Binary | 10000111 | 10000101 | 10001001 | 1 | 11 | 0 | 101110 | 100001110 | 10 | 110101 |
Color Harmonies of #878589
Complementary color
Monochromatic Colors of #878589
Black with #878589
Text Example
Text Example
White with #878589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878589; }
p { color: rgb(135,133,137); }
H1.HeaderClassName
{
color: #878589;
}
.AnyTagClassName
{
color: #878589;
}
</style>
background-color css
<style>
a { background-color: #878589; }
a { background-color: rgb(135,133,137); }
div.DivClassName
{
background-color: #878589;
}
.BgClassName
{
background-color: #878589;
}
</style>
border-color css
<style>
span { border-color: #878589; }
span { border-color: rgb(135,133,137); }
td.TdClassName
{
border-color: #878589;
}
.TagClassName
{
border-color: #878589;
}
</style>