Shades of Topaz #878588
Tints of Topaz #878588
RGB
CMYK
RGB Variations
Color information
#878588 (or 0x878588) is known color: Topaz. HEX triplet: 87, 85 and 88. RGB value is (135,133,136). Sum of RGB (Red+Green+Blue) = 135+133+136=404 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.42% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 136 - color contains mainly: blue. Hex color #878588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878588 is #787A77. Grayscale: #858585. Windows color (decimal): -7895672 or 8947079. OLE color: 8947079.
HSL color Cylindrical-coordinate representation of color #878588: hue angle of 280º degrees, saturation: 0.01, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #878588 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 133 | 136 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.47 |
| HSL | 280º | 0.01% | 0.53% | - |
| HSV(B) | 280º | 0.02% | 0.53% | - |
| XYZ | 22.82 | 23.7 | 26.66 | - |
| YUV | 133.94 | 129.16 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 133 | 136 | 0.01 | 0.02 | 0 | 0.47 | 280 | 0.01 | 0.53 |
| Hex | 87 | 85 | 88 | 1 | 2 | 0 | 2F | 118 | 1 | 35 |
| Octal | 207 | 205 | 210 | 1 | 2 | 0 | 57 | 430 | 1 | 65 |
| Binary | 10000111 | 10000101 | 10001000 | 1 | 10 | 0 | 101111 | 100011000 | 1 | 110101 |
Color Harmonies of #878588
Complementary color
Monochromatic Colors of #878588
Black with #878588
Text Example
Text Example
White with #878588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878588; }
p { color: rgb(135,133,136); }
H1.HeaderClassName
{
color: #878588;
}
.AnyTagClassName
{
color: #878588;
}
</style>
background-color css
<style>
a { background-color: #878588; }
a { background-color: rgb(135,133,136); }
div.DivClassName
{
background-color: #878588;
}
.BgClassName
{
background-color: #878588;
}
</style>
border-color css
<style>
span { border-color: #878588; }
span { border-color: rgb(135,133,136); }
td.TdClassName
{
border-color: #878588;
}
.TagClassName
{
border-color: #878588;
}
</style>