Shades of Topaz #87828E
Tints of Topaz #87828E
RGB
CMYK
RGB Variations
Color information
#87828E (or 0x87828E) is known color: Topaz. HEX triplet: 87, 82 and 8E. RGB value is (135,130,142). Sum of RGB (Red+Green+Blue) = 135+130+142=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 142 - color contains mainly: blue. Hex color #87828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87828E is #787D71. Grayscale: #848484. Windows color (decimal): -7896434 or 9339527. OLE color: 9339527.
HSL color Cylindrical-coordinate representation of color #87828E: hue angle of 265º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #87828E is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 130 | 142 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.44 |
| HSL | 265º | 0.05% | 0.53% | - |
| HSV(B) | 265º | 0.08% | 0.56% | - |
| XYZ | 22.86 | 23.07 | 28.84 | - |
| YUV | 132.86 | 133.16 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 130 | 142 | 0.05 | 0.08 | 0 | 0.44 | 265 | 0.05 | 0.53 |
| Hex | 87 | 82 | 8E | 5 | 8 | 0 | 2C | 109 | 5 | 35 |
| Octal | 207 | 202 | 216 | 5 | 10 | 0 | 54 | 411 | 5 | 65 |
| Binary | 10000111 | 10000010 | 10001110 | 101 | 1000 | 0 | 101100 | 100001001 | 101 | 110101 |
Color Harmonies of #87828E
Complementary color
Monochromatic Colors of #87828E
Black with #87828E
Text Example
Text Example
White with #87828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87828E; }
p { color: rgb(135,130,142); }
H1.HeaderClassName
{
color: #87828E;
}
.AnyTagClassName
{
color: #87828E;
}
</style>
background-color css
<style>
a { background-color: #87828E; }
a { background-color: rgb(135,130,142); }
div.DivClassName
{
background-color: #87828E;
}
.BgClassName
{
background-color: #87828E;
}
</style>
border-color css
<style>
span { border-color: #87828E; }
span { border-color: rgb(135,130,142); }
td.TdClassName
{
border-color: #87828E;
}
.TagClassName
{
border-color: #87828E;
}
</style>