Shades of Topaz #897999
Tints of Topaz #897999
RGB
CMYK
RGB Variations
Color information
#897999 (or 0x897999) is known color: Topaz. HEX triplet: 89, 79 and 99. RGB value is (137,121,153). Sum of RGB (Red+Green+Blue) = 137+121+153=411 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.33% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 153 - color contains mainly: blue. Hex color #897999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897999 is #768666. Grayscale: #818181. Windows color (decimal): -7767655 or 10058121. OLE color: 10058121.
HSL color Cylindrical-coordinate representation of color #897999: hue angle of 270º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #897999 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 137 | 121 | 153 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.4 |
| HSL | 270º | 0.14% | 0.54% | - |
| HSV(B) | 270º | 0.21% | 0.6% | - |
| XYZ | 22.9 | 21.29 | 33.04 | - |
| YUV | 129.43 | 141.3 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 121 | 153 | 0.10 | 0.21 | 0 | 0.4 | 270 | 0.14 | 0.54 |
| Hex | 89 | 79 | 99 | A | 15 | 0 | 28 | 10E | E | 36 |
| Octal | 211 | 171 | 231 | 12 | 25 | 0 | 50 | 416 | 16 | 66 |
| Binary | 10001001 | 1111001 | 10011001 | 1010 | 10101 | 0 | 101000 | 100001110 | 1110 | 110110 |
Color Harmonies of #897999
Complementary color
Monochromatic Colors of #897999
Black with #897999
Text Example
Text Example
White with #897999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897999; }
p { color: rgb(137,121,153); }
H1.HeaderClassName
{
color: #897999;
}
.AnyTagClassName
{
color: #897999;
}
</style>
background-color css
<style>
a { background-color: #897999; }
a { background-color: rgb(137,121,153); }
div.DivClassName
{
background-color: #897999;
}
.BgClassName
{
background-color: #897999;
}
</style>
border-color css
<style>
span { border-color: #897999; }
span { border-color: rgb(137,121,153); }
td.TdClassName
{
border-color: #897999;
}
.TagClassName
{
border-color: #897999;
}
</style>