Shades of Topaz #89878E
Tints of Topaz #89878E
RGB
CMYK
RGB Variations
Color information
#89878E (or 0x89878E) is known color: Topaz. HEX triplet: 89, 87 and 8E. RGB value is (137,135,142). Sum of RGB (Red+Green+Blue) = 137+135+142=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 142 - color contains mainly: blue. Hex color #89878E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89878E is #767871. Grayscale: #888888. Windows color (decimal): -7764082 or 9340809. OLE color: 9340809.
HSL color Cylindrical-coordinate representation of color #89878E: hue angle of 257.14º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #89878E is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 135 | 142 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.44 |
| HSL | 257.14º | 0.03% | 0.54% | - |
| HSV(B) | 257.14º | 0.05% | 0.56% | - |
| XYZ | 23.86 | 24.6 | 29.08 | - |
| YUV | 136.4 | 131.16 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 135 | 142 | 0.04 | 0.05 | 0 | 0.44 | 257.14 | 0.03 | 0.54 |
| Hex | 89 | 87 | 8E | 4 | 5 | 0 | 2C | 101 | 3 | 36 |
| Octal | 211 | 207 | 216 | 4 | 5 | 0 | 54 | 401 | 3 | 66 |
| Binary | 10001001 | 10000111 | 10001110 | 100 | 101 | 0 | 101100 | 100000001 | 11 | 110110 |
Color Harmonies of #89878E
Complementary color
Monochromatic Colors of #89878E
Black with #89878E
Text Example
Text Example
White with #89878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89878E; }
p { color: rgb(137,135,142); }
H1.HeaderClassName
{
color: #89878E;
}
.AnyTagClassName
{
color: #89878E;
}
</style>
background-color css
<style>
a { background-color: #89878E; }
a { background-color: rgb(137,135,142); }
div.DivClassName
{
background-color: #89878E;
}
.BgClassName
{
background-color: #89878E;
}
</style>
border-color css
<style>
span { border-color: #89878E; }
span { border-color: rgb(137,135,142); }
td.TdClassName
{
border-color: #89878E;
}
.TagClassName
{
border-color: #89878E;
}
</style>