Shades of Topaz #817E86
Tints of Topaz #817E86
RGB
CMYK
RGB Variations
Color information
#817E86 (or 0x817E86) is known color: Topaz. HEX triplet: 81, 7E and 86. RGB value is (129,126,134). Sum of RGB (Red+Green+Blue) = 129+126+134=389 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.16% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 134 - color contains mainly: blue. Hex color #817E86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817E86 is #7E8179. Grayscale: #7F7F7F. Windows color (decimal): -8290682 or 8814209. OLE color: 8814209.
HSL color Cylindrical-coordinate representation of color #817E86: hue angle of 262.5º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #817E86 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 126 | 134 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.47 |
| HSL | 262.5º | 0.03% | 0.51% | - |
| HSV(B) | 262.5º | 0.06% | 0.53% | - |
| XYZ | 20.82 | 21.31 | 25.57 | - |
| YUV | 127.81 | 131.49 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 126 | 134 | 0.04 | 0.06 | 0 | 0.47 | 262.5 | 0.03 | 0.51 |
| Hex | 81 | 7E | 86 | 4 | 6 | 0 | 2F | 106 | 3 | 33 |
| Octal | 201 | 176 | 206 | 4 | 6 | 0 | 57 | 406 | 3 | 63 |
| Binary | 10000001 | 1111110 | 10000110 | 100 | 110 | 0 | 101111 | 100000110 | 11 | 110011 |
Color Harmonies of #817E86
Complementary color
Monochromatic Colors of #817E86
Black with #817E86
Text Example
Text Example
White with #817E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817E86; }
p { color: rgb(129,126,134); }
H1.HeaderClassName
{
color: #817E86;
}
.AnyTagClassName
{
color: #817E86;
}
</style>
background-color css
<style>
a { background-color: #817E86; }
a { background-color: rgb(129,126,134); }
div.DivClassName
{
background-color: #817E86;
}
.BgClassName
{
background-color: #817E86;
}
</style>
border-color css
<style>
span { border-color: #817E86; }
span { border-color: rgb(129,126,134); }
td.TdClassName
{
border-color: #817E86;
}
.TagClassName
{
border-color: #817E86;
}
</style>