Shades of Topaz #897992
Tints of Topaz #897992
RGB
CMYK
RGB Variations
Color information
#897992 (or 0x897992) is known color: Topaz. HEX triplet: 89, 79 and 92. RGB value is (137,121,146). Sum of RGB (Red+Green+Blue) = 137+121+146=404 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.91% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 146 - color contains mainly: blue. Hex color #897992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897992 is #76866D. Grayscale: #808080. Windows color (decimal): -7767662 or 9599369. OLE color: 9599369.
HSL color Cylindrical-coordinate representation of color #897992: hue angle of 278.4º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #897992 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 121 | 146 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.43 |
| HSL | 278.4º | 0.1% | 0.52% | - |
| HSV(B) | 278.4º | 0.17% | 0.57% | - |
| XYZ | 22.34 | 21.07 | 30.08 | - |
| YUV | 128.63 | 137.8 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 121 | 146 | 0.06 | 0.17 | 0 | 0.43 | 278.4 | 0.1 | 0.52 |
| Hex | 89 | 79 | 92 | 6 | 11 | 0 | 2B | 116 | A | 34 |
| Octal | 211 | 171 | 222 | 6 | 21 | 0 | 53 | 426 | 12 | 64 |
| Binary | 10001001 | 1111001 | 10010010 | 110 | 10001 | 0 | 101011 | 100010110 | 1010 | 110100 |
Color Harmonies of #897992
Complementary color
Monochromatic Colors of #897992
Black with #897992
Text Example
Text Example
White with #897992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897992; }
p { color: rgb(137,121,146); }
H1.HeaderClassName
{
color: #897992;
}
.AnyTagClassName
{
color: #897992;
}
</style>
background-color css
<style>
a { background-color: #897992; }
a { background-color: rgb(137,121,146); }
div.DivClassName
{
background-color: #897992;
}
.BgClassName
{
background-color: #897992;
}
</style>
border-color css
<style>
span { border-color: #897992; }
span { border-color: rgb(137,121,146); }
td.TdClassName
{
border-color: #897992;
}
.TagClassName
{
border-color: #897992;
}
</style>