Shades of Topaz #898192
Tints of Topaz #898192
RGB
CMYK
RGB Variations
Color information
#898192 (or 0x898192) is known color: Topaz. HEX triplet: 89, 81 and 92. RGB value is (137,129,146). Sum of RGB (Red+Green+Blue) = 137+129+146=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 146 - color contains mainly: blue. Hex color #898192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898192 is #767E6D. Grayscale: #858585. Windows color (decimal): -7765614 or 9601417. OLE color: 9601417.
HSL color Cylindrical-coordinate representation of color #898192: hue angle of 268.24º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #898192 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 129 | 146 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.43 |
| HSL | 268.24º | 0.07% | 0.54% | - |
| HSV(B) | 268.24º | 0.12% | 0.57% | - |
| XYZ | 23.36 | 23.09 | 30.42 | - |
| YUV | 133.33 | 135.15 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 129 | 146 | 0.06 | 0.12 | 0 | 0.43 | 268.24 | 0.07 | 0.54 |
| Hex | 89 | 81 | 92 | 6 | C | 0 | 2B | 10C | 7 | 36 |
| Octal | 211 | 201 | 222 | 6 | 14 | 0 | 53 | 414 | 7 | 66 |
| Binary | 10001001 | 10000001 | 10010010 | 110 | 1100 | 0 | 101011 | 100001100 | 111 | 110110 |
Color Harmonies of #898192
Complementary color
Monochromatic Colors of #898192
Black with #898192
Text Example
Text Example
White with #898192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898192; }
p { color: rgb(137,129,146); }
H1.HeaderClassName
{
color: #898192;
}
.AnyTagClassName
{
color: #898192;
}
</style>
background-color css
<style>
a { background-color: #898192; }
a { background-color: rgb(137,129,146); }
div.DivClassName
{
background-color: #898192;
}
.BgClassName
{
background-color: #898192;
}
</style>
border-color css
<style>
span { border-color: #898192; }
span { border-color: rgb(137,129,146); }
td.TdClassName
{
border-color: #898192;
}
.TagClassName
{
border-color: #898192;
}
</style>