Shades of Topaz #817C89
Tints of Topaz #817C89
RGB
CMYK
RGB Variations
Color information
#817C89 (or 0x817C89) is known color: Topaz. HEX triplet: 81, 7C and 89. RGB value is (129,124,137). Sum of RGB (Red+Green+Blue) = 129+124+137=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 137 - color contains mainly: blue. Hex color #817C89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817C89 is #7E8376. Grayscale: #7E7E7E. Windows color (decimal): -8291191 or 9010305. OLE color: 9010305.
HSL color Cylindrical-coordinate representation of color #817C89: hue angle of 263.08º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #817C89 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 124 | 137 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.46 |
| HSL | 263.08º | 0.05% | 0.51% | - |
| HSV(B) | 263.08º | 0.09% | 0.54% | - |
| XYZ | 20.78 | 20.89 | 26.6 | - |
| YUV | 126.98 | 133.66 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 124 | 137 | 0.06 | 0.09 | 0 | 0.46 | 263.08 | 0.05 | 0.51 |
| Hex | 81 | 7C | 89 | 6 | 9 | 0 | 2E | 107 | 5 | 33 |
| Octal | 201 | 174 | 211 | 6 | 11 | 0 | 56 | 407 | 5 | 63 |
| Binary | 10000001 | 1111100 | 10001001 | 110 | 1001 | 0 | 101110 | 100000111 | 101 | 110011 |
Color Harmonies of #817C89
Complementary color
Monochromatic Colors of #817C89
Black with #817C89
Text Example
Text Example
White with #817C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817C89; }
p { color: rgb(129,124,137); }
H1.HeaderClassName
{
color: #817C89;
}
.AnyTagClassName
{
color: #817C89;
}
</style>
background-color css
<style>
a { background-color: #817C89; }
a { background-color: rgb(129,124,137); }
div.DivClassName
{
background-color: #817C89;
}
.BgClassName
{
background-color: #817C89;
}
</style>
border-color css
<style>
span { border-color: #817C89; }
span { border-color: rgb(129,124,137); }
td.TdClassName
{
border-color: #817C89;
}
.TagClassName
{
border-color: #817C89;
}
</style>