Shades of Topaz #89848D
Tints of Topaz #89848D
RGB
CMYK
RGB Variations
Color information
#89848D (or 0x89848D) is known color: Topaz. HEX triplet: 89, 84 and 8D. RGB value is (137,132,141). Sum of RGB (Red+Green+Blue) = 137+132+141=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 141 - color contains mainly: blue. Hex color #89848D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89848D is #767B72. Grayscale: #868686. Windows color (decimal): -7764851 or 9274505. OLE color: 9274505.
HSL color Cylindrical-coordinate representation of color #89848D: hue angle of 273.33º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #89848D is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 132 | 141 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.45 |
| HSL | 273.33º | 0.04% | 0.54% | - |
| HSV(B) | 273.33º | 0.06% | 0.55% | - |
| XYZ | 23.38 | 23.74 | 28.55 | - |
| YUV | 134.52 | 131.66 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 132 | 141 | 0.03 | 0.06 | 0 | 0.45 | 273.33 | 0.04 | 0.54 |
| Hex | 89 | 84 | 8D | 3 | 6 | 0 | 2D | 111 | 4 | 36 |
| Octal | 211 | 204 | 215 | 3 | 6 | 0 | 55 | 421 | 4 | 66 |
| Binary | 10001001 | 10000100 | 10001101 | 11 | 110 | 0 | 101101 | 100010001 | 100 | 110110 |
Color Harmonies of #89848D
Complementary color
Monochromatic Colors of #89848D
Black with #89848D
Text Example
Text Example
White with #89848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89848D; }
p { color: rgb(137,132,141); }
H1.HeaderClassName
{
color: #89848D;
}
.AnyTagClassName
{
color: #89848D;
}
</style>
background-color css
<style>
a { background-color: #89848D; }
a { background-color: rgb(137,132,141); }
div.DivClassName
{
background-color: #89848D;
}
.BgClassName
{
background-color: #89848D;
}
</style>
border-color css
<style>
span { border-color: #89848D; }
span { border-color: rgb(137,132,141); }
td.TdClassName
{
border-color: #89848D;
}
.TagClassName
{
border-color: #89848D;
}
</style>