Shades of Topaz #89868E
Tints of Topaz #89868E
RGB
CMYK
RGB Variations
Color information
#89868E (or 0x89868E) is known color: Topaz. HEX triplet: 89, 86 and 8E. RGB value is (137,134,142). Sum of RGB (Red+Green+Blue) = 137+134+142=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 142 - color contains mainly: blue. Hex color #89868E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89868E is #767971. Grayscale: #878787. Windows color (decimal): -7764338 or 9340553. OLE color: 9340553.
HSL color Cylindrical-coordinate representation of color #89868E: hue angle of 262.5º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #89868E is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 134 | 142 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.44 |
| HSL | 262.5º | 0.03% | 0.54% | - |
| HSV(B) | 262.5º | 0.06% | 0.56% | - |
| XYZ | 23.72 | 24.32 | 29.04 | - |
| YUV | 135.81 | 131.49 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 134 | 142 | 0.04 | 0.06 | 0 | 0.44 | 262.5 | 0.03 | 0.54 |
| Hex | 89 | 86 | 8E | 4 | 6 | 0 | 2C | 106 | 3 | 36 |
| Octal | 211 | 206 | 216 | 4 | 6 | 0 | 54 | 406 | 3 | 66 |
| Binary | 10001001 | 10000110 | 10001110 | 100 | 110 | 0 | 101100 | 100000110 | 11 | 110110 |
Color Harmonies of #89868E
Complementary color
Monochromatic Colors of #89868E
Black with #89868E
Text Example
Text Example
White with #89868E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89868E; }
p { color: rgb(137,134,142); }
H1.HeaderClassName
{
color: #89868E;
}
.AnyTagClassName
{
color: #89868E;
}
</style>
background-color css
<style>
a { background-color: #89868E; }
a { background-color: rgb(137,134,142); }
div.DivClassName
{
background-color: #89868E;
}
.BgClassName
{
background-color: #89868E;
}
</style>
border-color css
<style>
span { border-color: #89868E; }
span { border-color: rgb(137,134,142); }
td.TdClassName
{
border-color: #89868E;
}
.TagClassName
{
border-color: #89868E;
}
</style>