Shades of Topaz #89868B
Tints of Topaz #89868B
RGB
CMYK
RGB Variations
Color information
#89868B (or 0x89868B) is known color: Topaz. HEX triplet: 89, 86 and 8B. RGB value is (137,134,139). Sum of RGB (Red+Green+Blue) = 137+134+139=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 139 - color contains mainly: blue. Hex color #89868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89868B is #767974. Grayscale: #878787. Windows color (decimal): -7764341 or 9143945. OLE color: 9143945.
HSL color Cylindrical-coordinate representation of color #89868B: hue angle of 276º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #89868B is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 134 | 139 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.45 |
| HSL | 276º | 0.02% | 0.54% | - |
| HSV(B) | 276º | 0.04% | 0.55% | - |
| XYZ | 23.5 | 24.23 | 27.86 | - |
| YUV | 135.47 | 129.99 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 134 | 139 | 0.01 | 0.04 | 0 | 0.45 | 276 | 0.02 | 0.54 |
| Hex | 89 | 86 | 8B | 1 | 4 | 0 | 2D | 114 | 2 | 36 |
| Octal | 211 | 206 | 213 | 1 | 4 | 0 | 55 | 424 | 2 | 66 |
| Binary | 10001001 | 10000110 | 10001011 | 1 | 100 | 0 | 101101 | 100010100 | 10 | 110110 |
Color Harmonies of #89868B
Complementary color
Monochromatic Colors of #89868B
Black with #89868B
Text Example
Text Example
White with #89868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89868B; }
p { color: rgb(137,134,139); }
H1.HeaderClassName
{
color: #89868B;
}
.AnyTagClassName
{
color: #89868B;
}
</style>
background-color css
<style>
a { background-color: #89868B; }
a { background-color: rgb(137,134,139); }
div.DivClassName
{
background-color: #89868B;
}
.BgClassName
{
background-color: #89868B;
}
</style>
border-color css
<style>
span { border-color: #89868B; }
span { border-color: rgb(137,134,139); }
td.TdClassName
{
border-color: #89868B;
}
.TagClassName
{
border-color: #89868B;
}
</style>