Shades of Topaz #817C8C
Tints of Topaz #817C8C
RGB
CMYK
RGB Variations
Color information
#817C8C (or 0x817C8C) is known color: Topaz. HEX triplet: 81, 7C and 8C. RGB value is (129,124,140). Sum of RGB (Red+Green+Blue) = 129+124+140=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 140 - color contains mainly: blue. Hex color #817C8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817C8C is #7E8373. Grayscale: #7F7F7F. Windows color (decimal): -8291188 or 9206913. OLE color: 9206913.
HSL color Cylindrical-coordinate representation of color #817C8C: hue angle of 258.75º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #817C8C is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 124 | 140 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.45 |
| HSL | 258.75º | 0.07% | 0.52% | - |
| HSV(B) | 258.75º | 0.11% | 0.55% | - |
| XYZ | 20.99 | 20.98 | 27.75 | - |
| YUV | 127.32 | 135.16 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 124 | 140 | 0.08 | 0.11 | 0 | 0.45 | 258.75 | 0.07 | 0.52 |
| Hex | 81 | 7C | 8C | 8 | B | 0 | 2D | 103 | 7 | 34 |
| Octal | 201 | 174 | 214 | 10 | 13 | 0 | 55 | 403 | 7 | 64 |
| Binary | 10000001 | 1111100 | 10001100 | 1000 | 1011 | 0 | 101101 | 100000011 | 111 | 110100 |
Color Harmonies of #817C8C
Complementary color
Monochromatic Colors of #817C8C
Black with #817C8C
Text Example
Text Example
White with #817C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817C8C; }
p { color: rgb(129,124,140); }
H1.HeaderClassName
{
color: #817C8C;
}
.AnyTagClassName
{
color: #817C8C;
}
</style>
background-color css
<style>
a { background-color: #817C8C; }
a { background-color: rgb(129,124,140); }
div.DivClassName
{
background-color: #817C8C;
}
.BgClassName
{
background-color: #817C8C;
}
</style>
border-color css
<style>
span { border-color: #817C8C; }
span { border-color: rgb(129,124,140); }
td.TdClassName
{
border-color: #817C8C;
}
.TagClassName
{
border-color: #817C8C;
}
</style>