Shades of Topaz #897995
Tints of Topaz #897995
RGB
CMYK
RGB Variations
Color information
#897995 (or 0x897995) is known color: Topaz. HEX triplet: 89, 79 and 95. RGB value is (137,121,149). Sum of RGB (Red+Green+Blue) = 137+121+149=407 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.66% from 407); Green value is 121 (47.66% from 255 or 29.73% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 149 - color contains mainly: blue. Hex color #897995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897995 is #76866A. Grayscale: #808080. Windows color (decimal): -7767659 or 9795977. OLE color: 9795977.
HSL color Cylindrical-coordinate representation of color #897995: hue angle of 274.29º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #897995 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 121 | 149 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.42 |
| HSL | 274.29º | 0.12% | 0.53% | - |
| HSV(B) | 274.29º | 0.19% | 0.58% | - |
| XYZ | 22.58 | 21.16 | 31.33 | - |
| YUV | 128.98 | 139.3 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 121 | 149 | 0.08 | 0.19 | 0 | 0.42 | 274.29 | 0.12 | 0.53 |
| Hex | 89 | 79 | 95 | 8 | 13 | 0 | 2A | 112 | C | 35 |
| Octal | 211 | 171 | 225 | 10 | 23 | 0 | 52 | 422 | 14 | 65 |
| Binary | 10001001 | 1111001 | 10010101 | 1000 | 10011 | 0 | 101010 | 100010010 | 1100 | 110101 |
Color Harmonies of #897995
Complementary color
Monochromatic Colors of #897995
Black with #897995
Text Example
Text Example
White with #897995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897995; }
p { color: rgb(137,121,149); }
H1.HeaderClassName
{
color: #897995;
}
.AnyTagClassName
{
color: #897995;
}
</style>
background-color css
<style>
a { background-color: #897995; }
a { background-color: rgb(137,121,149); }
div.DivClassName
{
background-color: #897995;
}
.BgClassName
{
background-color: #897995;
}
</style>
border-color css
<style>
span { border-color: #897995; }
span { border-color: rgb(137,121,149); }
td.TdClassName
{
border-color: #897995;
}
.TagClassName
{
border-color: #897995;
}
</style>