Shades of Topaz #87828B
Tints of Topaz #87828B
RGB
CMYK
RGB Variations
Color information
#87828B (or 0x87828B) is known color: Topaz. HEX triplet: 87, 82 and 8B. RGB value is (135,130,139). Sum of RGB (Red+Green+Blue) = 135+130+139=404 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.42% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 139 - color contains mainly: blue. Hex color #87828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87828B is #787D74. Grayscale: #848484. Windows color (decimal): -7896437 or 9142919. OLE color: 9142919.
HSL color Cylindrical-coordinate representation of color #87828B: hue angle of 273.33º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #87828B is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 130 | 139 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.45 |
| HSL | 273.33º | 0.04% | 0.53% | - |
| HSV(B) | 273.33º | 0.06% | 0.55% | - |
| XYZ | 22.63 | 22.98 | 27.67 | - |
| YUV | 132.52 | 131.66 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 130 | 139 | 0.03 | 0.06 | 0 | 0.45 | 273.33 | 0.04 | 0.53 |
| Hex | 87 | 82 | 8B | 3 | 6 | 0 | 2D | 111 | 4 | 35 |
| Octal | 207 | 202 | 213 | 3 | 6 | 0 | 55 | 421 | 4 | 65 |
| Binary | 10000111 | 10000010 | 10001011 | 11 | 110 | 0 | 101101 | 100010001 | 100 | 110101 |
Color Harmonies of #87828B
Complementary color
Monochromatic Colors of #87828B
Black with #87828B
Text Example
Text Example
White with #87828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87828B; }
p { color: rgb(135,130,139); }
H1.HeaderClassName
{
color: #87828B;
}
.AnyTagClassName
{
color: #87828B;
}
</style>
background-color css
<style>
a { background-color: #87828B; }
a { background-color: rgb(135,130,139); }
div.DivClassName
{
background-color: #87828B;
}
.BgClassName
{
background-color: #87828B;
}
</style>
border-color css
<style>
span { border-color: #87828B; }
span { border-color: rgb(135,130,139); }
td.TdClassName
{
border-color: #87828B;
}
.TagClassName
{
border-color: #87828B;
}
</style>