Shades of Topaz #817B91
Tints of Topaz #817B91
RGB
CMYK
RGB Variations
Color information
#817B91 (or 0x817B91) is known color: Topaz. HEX triplet: 81, 7B and 91. RGB value is (129,123,145). Sum of RGB (Red+Green+Blue) = 129+123+145=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 145 - color contains mainly: blue. Hex color #817B91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817B91 is #7E846E. Grayscale: #7F7F7F. Windows color (decimal): -8291439 or 9534337. OLE color: 9534337.
HSL color Cylindrical-coordinate representation of color #817B91: hue angle of 256.36º 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 #817B91 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 129 | 123 | 145 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.43 |
| HSL | 256.36º | 0.09% | 0.53% | - |
| HSV(B) | 256.36º | 0.15% | 0.57% | - |
| XYZ | 21.25 | 20.88 | 29.7 | - |
| YUV | 127.3 | 137.99 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 123 | 145 | 0.11 | 0.15 | 0 | 0.43 | 256.36 | 0.09 | 0.53 |
| Hex | 81 | 7B | 91 | B | F | 0 | 2B | 100 | 9 | 35 |
| Octal | 201 | 173 | 221 | 13 | 17 | 0 | 53 | 400 | 11 | 65 |
| Binary | 10000001 | 1111011 | 10010001 | 1011 | 1111 | 0 | 101011 | 100000000 | 1001 | 110101 |
Color Harmonies of #817B91
Complementary color
Monochromatic Colors of #817B91
Black with #817B91
Text Example
Text Example
White with #817B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817B91; }
p { color: rgb(129,123,145); }
H1.HeaderClassName
{
color: #817B91;
}
.AnyTagClassName
{
color: #817B91;
}
</style>
background-color css
<style>
a { background-color: #817B91; }
a { background-color: rgb(129,123,145); }
div.DivClassName
{
background-color: #817B91;
}
.BgClassName
{
background-color: #817B91;
}
</style>
border-color css
<style>
span { border-color: #817B91; }
span { border-color: rgb(129,123,145); }
td.TdClassName
{
border-color: #817B91;
}
.TagClassName
{
border-color: #817B91;
}
</style>