Shades of Topaz #817E8B
Tints of Topaz #817E8B
RGB
CMYK
RGB Variations
Color information
#817E8B (or 0x817E8B) is known color: Topaz. HEX triplet: 81, 7E and 8B. RGB value is (129,126,139). Sum of RGB (Red+Green+Blue) = 129+126+139=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 139 - color contains mainly: blue. Hex color #817E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817E8B is #7E8174. Grayscale: #808080. Windows color (decimal): -8290677 or 9141889. OLE color: 9141889.
HSL color Cylindrical-coordinate representation of color #817E8B: hue angle of 253.85º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #817E8B is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 126 | 139 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.45 |
| HSL | 253.85º | 0.05% | 0.52% | - |
| HSV(B) | 253.85º | 0.09% | 0.55% | - |
| XYZ | 21.17 | 21.45 | 27.45 | - |
| YUV | 128.38 | 133.99 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 126 | 139 | 0.07 | 0.09 | 0 | 0.45 | 253.85 | 0.05 | 0.52 |
| Hex | 81 | 7E | 8B | 7 | 9 | 0 | 2D | FE | 5 | 34 |
| Octal | 201 | 176 | 213 | 7 | 11 | 0 | 55 | 376 | 5 | 64 |
| Binary | 10000001 | 1111110 | 10001011 | 111 | 1001 | 0 | 101101 | 11111110 | 101 | 110100 |
Color Harmonies of #817E8B
Complementary color
Monochromatic Colors of #817E8B
Black with #817E8B
Text Example
Text Example
White with #817E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817E8B; }
p { color: rgb(129,126,139); }
H1.HeaderClassName
{
color: #817E8B;
}
.AnyTagClassName
{
color: #817E8B;
}
</style>
background-color css
<style>
a { background-color: #817E8B; }
a { background-color: rgb(129,126,139); }
div.DivClassName
{
background-color: #817E8B;
}
.BgClassName
{
background-color: #817E8B;
}
</style>
border-color css
<style>
span { border-color: #817E8B; }
span { border-color: rgb(129,126,139); }
td.TdClassName
{
border-color: #817E8B;
}
.TagClassName
{
border-color: #817E8B;
}
</style>