Shades of Topaz #817D8E
Tints of Topaz #817D8E
RGB
CMYK
RGB Variations
Color information
#817D8E (or 0x817D8E) is known color: Topaz. HEX triplet: 81, 7D and 8E. RGB value is (129,125,142). Sum of RGB (Red+Green+Blue) = 129+125+142=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 142 - color contains mainly: blue. Hex color #817D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817D8E is #7E8271. Grayscale: #808080. Windows color (decimal): -8290930 or 9338241. OLE color: 9338241.
HSL color Cylindrical-coordinate representation of color #817D8E: hue angle of 254.12º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #817D8E is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 125 | 142 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.44 |
| HSL | 254.12º | 0.07% | 0.52% | - |
| HSV(B) | 254.12º | 0.12% | 0.56% | - |
| XYZ | 21.27 | 21.29 | 28.58 | - |
| YUV | 128.13 | 135.83 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 125 | 142 | 0.09 | 0.12 | 0 | 0.44 | 254.12 | 0.07 | 0.52 |
| Hex | 81 | 7D | 8E | 9 | C | 0 | 2C | FE | 7 | 34 |
| Octal | 201 | 175 | 216 | 11 | 14 | 0 | 54 | 376 | 7 | 64 |
| Binary | 10000001 | 1111101 | 10001110 | 1001 | 1100 | 0 | 101100 | 11111110 | 111 | 110100 |
Color Harmonies of #817D8E
Complementary color
Monochromatic Colors of #817D8E
Black with #817D8E
Text Example
Text Example
White with #817D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817D8E; }
p { color: rgb(129,125,142); }
H1.HeaderClassName
{
color: #817D8E;
}
.AnyTagClassName
{
color: #817D8E;
}
</style>
background-color css
<style>
a { background-color: #817D8E; }
a { background-color: rgb(129,125,142); }
div.DivClassName
{
background-color: #817D8E;
}
.BgClassName
{
background-color: #817D8E;
}
</style>
border-color css
<style>
span { border-color: #817D8E; }
span { border-color: rgb(129,125,142); }
td.TdClassName
{
border-color: #817D8E;
}
.TagClassName
{
border-color: #817D8E;
}
</style>