Shades of Topaz #817F82
Tints of Topaz #817F82
RGB
CMYK
RGB Variations
Color information
#817F82 (or 0x817F82) is known color: Topaz. HEX triplet: 81, 7F and 82. RGB value is (129,127,130). Sum of RGB (Red+Green+Blue) = 129+127+130=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 130 - color contains mainly: blue. Hex color #817F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817F82 is #7E807D. Grayscale: #7F7F7F. Windows color (decimal): -8290430 or 8552321. OLE color: 8552321.
HSL color Cylindrical-coordinate representation of color #817F82: hue angle of 280º degrees, saturation: 0.01, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #817F82 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 127 | 130 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.49 |
| HSL | 280º | 0.01% | 0.5% | - |
| HSV(B) | 280º | 0.02% | 0.51% | - |
| XYZ | 20.67 | 21.46 | 24.17 | - |
| YUV | 127.94 | 129.16 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 127 | 130 | 0.01 | 0.02 | 0 | 0.49 | 280 | 0.01 | 0.5 |
| Hex | 81 | 7F | 82 | 1 | 2 | 0 | 31 | 118 | 1 | 32 |
| Octal | 201 | 177 | 202 | 1 | 2 | 0 | 61 | 430 | 1 | 62 |
| Binary | 10000001 | 1111111 | 10000010 | 1 | 10 | 0 | 110001 | 100011000 | 1 | 110010 |
Color Harmonies of #817F82
Complementary color
Monochromatic Colors of #817F82
Black with #817F82
Text Example
Text Example
White with #817F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817F82; }
p { color: rgb(129,127,130); }
H1.HeaderClassName
{
color: #817F82;
}
.AnyTagClassName
{
color: #817F82;
}
</style>
background-color css
<style>
a { background-color: #817F82; }
a { background-color: rgb(129,127,130); }
div.DivClassName
{
background-color: #817F82;
}
.BgClassName
{
background-color: #817F82;
}
</style>
border-color css
<style>
span { border-color: #817F82; }
span { border-color: rgb(129,127,130); }
td.TdClassName
{
border-color: #817F82;
}
.TagClassName
{
border-color: #817F82;
}
</style>