Shades of Topaz #817F89
Tints of Topaz #817F89
RGB
CMYK
RGB Variations
Color information
#817F89 (or 0x817F89) is known color: Topaz. HEX triplet: 81, 7F and 89. RGB value is (129,127,137). Sum of RGB (Red+Green+Blue) = 129+127+137=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 137 - color contains mainly: blue. Hex color #817F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817F89 is #7E8076. Grayscale: #808080. Windows color (decimal): -8290423 or 9011073. OLE color: 9011073.
HSL color Cylindrical-coordinate representation of color #817F89: hue angle of 252º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #817F89 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 127 | 137 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.46 |
| HSL | 252º | 0.04% | 0.52% | - |
| HSV(B) | 252º | 0.07% | 0.54% | - |
| XYZ | 21.16 | 21.65 | 26.73 | - |
| YUV | 128.74 | 132.66 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 127 | 137 | 0.06 | 0.07 | 0 | 0.46 | 252 | 0.04 | 0.52 |
| Hex | 81 | 7F | 89 | 6 | 7 | 0 | 2E | FC | 4 | 34 |
| Octal | 201 | 177 | 211 | 6 | 7 | 0 | 56 | 374 | 4 | 64 |
| Binary | 10000001 | 1111111 | 10001001 | 110 | 111 | 0 | 101110 | 11111100 | 100 | 110100 |
Color Harmonies of #817F89
Complementary color
Monochromatic Colors of #817F89
Black with #817F89
Text Example
Text Example
White with #817F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817F89; }
p { color: rgb(129,127,137); }
H1.HeaderClassName
{
color: #817F89;
}
.AnyTagClassName
{
color: #817F89;
}
</style>
background-color css
<style>
a { background-color: #817F89; }
a { background-color: rgb(129,127,137); }
div.DivClassName
{
background-color: #817F89;
}
.BgClassName
{
background-color: #817F89;
}
</style>
border-color css
<style>
span { border-color: #817F89; }
span { border-color: rgb(129,127,137); }
td.TdClassName
{
border-color: #817F89;
}
.TagClassName
{
border-color: #817F89;
}
</style>