Shades of Topaz #87808E
Tints of Topaz #87808E
RGB
CMYK
RGB Variations
Color information
#87808E (or 0x87808E) is known color: Topaz. HEX triplet: 87, 80 and 8E. RGB value is (135,128,142). Sum of RGB (Red+Green+Blue) = 135+128+142=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 142 - color contains mainly: blue. Hex color #87808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87808E is #787F71. Grayscale: #838383. Windows color (decimal): -7896946 or 9339015. OLE color: 9339015.
HSL color Cylindrical-coordinate representation of color #87808E: hue angle of 270º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #87808E is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 128 | 142 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.44 |
| HSL | 270º | 0.06% | 0.53% | - |
| HSV(B) | 270º | 0.1% | 0.56% | - |
| XYZ | 22.59 | 22.54 | 28.75 | - |
| YUV | 131.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 128 | 142 | 0.05 | 0.10 | 0 | 0.44 | 270 | 0.06 | 0.53 |
| Hex | 87 | 80 | 8E | 5 | A | 0 | 2C | 10E | 6 | 35 |
| Octal | 207 | 200 | 216 | 5 | 12 | 0 | 54 | 416 | 6 | 65 |
| Binary | 10000111 | 10000000 | 10001110 | 101 | 1010 | 0 | 101100 | 100001110 | 110 | 110101 |
Color Harmonies of #87808E
Complementary color
Monochromatic Colors of #87808E
Black with #87808E
Text Example
Text Example
White with #87808E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87808E; }
p { color: rgb(135,128,142); }
H1.HeaderClassName
{
color: #87808E;
}
.AnyTagClassName
{
color: #87808E;
}
</style>
background-color css
<style>
a { background-color: #87808E; }
a { background-color: rgb(135,128,142); }
div.DivClassName
{
background-color: #87808E;
}
.BgClassName
{
background-color: #87808E;
}
</style>
border-color css
<style>
span { border-color: #87808E; }
span { border-color: rgb(135,128,142); }
td.TdClassName
{
border-color: #87808E;
}
.TagClassName
{
border-color: #87808E;
}
</style>