Shades of Topaz #87858B
Tints of Topaz #87858B
RGB
CMYK
RGB Variations
Color information
#87858B (or 0x87858B) is known color: Topaz. HEX triplet: 87, 85 and 8B. RGB value is (135,133,139). Sum of RGB (Red+Green+Blue) = 135+133+139=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 139 - color contains mainly: blue. Hex color #87858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87858B is #787A74. Grayscale: #868686. Windows color (decimal): -7895669 or 9143687. OLE color: 9143687.
HSL color Cylindrical-coordinate representation of color #87858B: hue angle of 260º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #87858B is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 133 | 139 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.45 |
| HSL | 260º | 0.03% | 0.53% | - |
| HSV(B) | 260º | 0.04% | 0.55% | - |
| XYZ | 23.04 | 23.79 | 27.8 | - |
| YUV | 134.28 | 130.66 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 133 | 139 | 0.03 | 0.04 | 0 | 0.45 | 260 | 0.03 | 0.53 |
| Hex | 87 | 85 | 8B | 3 | 4 | 0 | 2D | 104 | 3 | 35 |
| Octal | 207 | 205 | 213 | 3 | 4 | 0 | 55 | 404 | 3 | 65 |
| Binary | 10000111 | 10000101 | 10001011 | 11 | 100 | 0 | 101101 | 100000100 | 11 | 110101 |
Color Harmonies of #87858B
Complementary color
Monochromatic Colors of #87858B
Black with #87858B
Text Example
Text Example
White with #87858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87858B; }
p { color: rgb(135,133,139); }
H1.HeaderClassName
{
color: #87858B;
}
.AnyTagClassName
{
color: #87858B;
}
</style>
background-color css
<style>
a { background-color: #87858B; }
a { background-color: rgb(135,133,139); }
div.DivClassName
{
background-color: #87858B;
}
.BgClassName
{
background-color: #87858B;
}
</style>
border-color css
<style>
span { border-color: #87858B; }
span { border-color: rgb(135,133,139); }
td.TdClassName
{
border-color: #87858B;
}
.TagClassName
{
border-color: #87858B;
}
</style>