Shades of Topaz #897F91
Tints of Topaz #897F91
RGB
CMYK
RGB Variations
Color information
#897F91 (or 0x897F91) is known color: Topaz. HEX triplet: 89, 7F and 91. RGB value is (137,127,145). Sum of RGB (Red+Green+Blue) = 137+127+145=409 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.50% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 145 (57.03% from 255 or 35.45% from 409); Max value from RGB is 145 - color contains mainly: blue. Hex color #897F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897F91 is #76806E. Grayscale: #838383. Windows color (decimal): -7766127 or 9535369. OLE color: 9535369.
HSL color Cylindrical-coordinate representation of color #897F91: hue angle of 273.33º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #897F91 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 127 | 145 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.43 |
| HSL | 273.33º | 0.08% | 0.53% | - |
| HSV(B) | 273.33º | 0.12% | 0.57% | - |
| XYZ | 23.02 | 22.54 | 29.93 | - |
| YUV | 132.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 127 | 145 | 0.06 | 0.12 | 0 | 0.43 | 273.33 | 0.08 | 0.53 |
| Hex | 89 | 7F | 91 | 6 | C | 0 | 2B | 111 | 8 | 35 |
| Octal | 211 | 177 | 221 | 6 | 14 | 0 | 53 | 421 | 10 | 65 |
| Binary | 10001001 | 1111111 | 10010001 | 110 | 1100 | 0 | 101011 | 100010001 | 1000 | 110101 |
Color Harmonies of #897F91
Complementary color
Monochromatic Colors of #897F91
Black with #897F91
Text Example
Text Example
White with #897F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897F91; }
p { color: rgb(137,127,145); }
H1.HeaderClassName
{
color: #897F91;
}
.AnyTagClassName
{
color: #897F91;
}
</style>
background-color css
<style>
a { background-color: #897F91; }
a { background-color: rgb(137,127,145); }
div.DivClassName
{
background-color: #897F91;
}
.BgClassName
{
background-color: #897F91;
}
</style>
border-color css
<style>
span { border-color: #897F91; }
span { border-color: rgb(137,127,145); }
td.TdClassName
{
border-color: #897F91;
}
.TagClassName
{
border-color: #897F91;
}
</style>