Shades of Topaz #897B91
Tints of Topaz #897B91
RGB
CMYK
RGB Variations
Color information
#897B91 (or 0x897B91) is known color: Topaz. HEX triplet: 89, 7B and 91. RGB value is (137,123,145). Sum of RGB (Red+Green+Blue) = 137+123+145=405 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.83% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 145 - color contains mainly: blue. Hex color #897B91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897B91 is #76846E. Grayscale: #818181. Windows color (decimal): -7767151 or 9534345. OLE color: 9534345.
HSL color Cylindrical-coordinate representation of color #897B91: hue angle of 278.18º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #897B91 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 123 | 145 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.43 |
| HSL | 278.18º | 0.09% | 0.53% | - |
| HSV(B) | 278.18º | 0.15% | 0.57% | - |
| XYZ | 22.51 | 21.53 | 29.76 | - |
| YUV | 129.69 | 136.64 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 123 | 145 | 0.06 | 0.15 | 0 | 0.43 | 278.18 | 0.09 | 0.53 |
| Hex | 89 | 7B | 91 | 6 | F | 0 | 2B | 116 | 9 | 35 |
| Octal | 211 | 173 | 221 | 6 | 17 | 0 | 53 | 426 | 11 | 65 |
| Binary | 10001001 | 1111011 | 10010001 | 110 | 1111 | 0 | 101011 | 100010110 | 1001 | 110101 |
Color Harmonies of #897B91
Complementary color
Monochromatic Colors of #897B91
Black with #897B91
Text Example
Text Example
White with #897B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897B91; }
p { color: rgb(137,123,145); }
H1.HeaderClassName
{
color: #897B91;
}
.AnyTagClassName
{
color: #897B91;
}
</style>
background-color css
<style>
a { background-color: #897B91; }
a { background-color: rgb(137,123,145); }
div.DivClassName
{
background-color: #897B91;
}
.BgClassName
{
background-color: #897B91;
}
</style>
border-color css
<style>
span { border-color: #897B91; }
span { border-color: rgb(137,123,145); }
td.TdClassName
{
border-color: #897B91;
}
.TagClassName
{
border-color: #897B91;
}
</style>