Shades of Topaz #796D8E
Tints of Topaz #796D8E
RGB
CMYK
RGB Variations
Color information
#796D8E (or 0x796D8E) is known color: Topaz. HEX triplet: 79, 6D and 8E. RGB value is (121,109,142). Sum of RGB (Red+Green+Blue) = 121+109+142=372 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.53% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 142 - color contains mainly: blue. Hex color #796D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796D8E is #869271. Grayscale: #747474. Windows color (decimal): -8819314 or 9334137. OLE color: 9334137.
HSL color Cylindrical-coordinate representation of color #796D8E: hue angle of 261.82º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #796D8E is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 109 | 142 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.44 |
| HSL | 261.82º | 0.13% | 0.49% | - |
| HSV(B) | 261.82º | 0.23% | 0.56% | - |
| XYZ | 18.24 | 16.96 | 27.9 | - |
| YUV | 116.35 | 142.48 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 109 | 142 | 0.15 | 0.23 | 0 | 0.44 | 261.82 | 0.13 | 0.49 |
| Hex | 79 | 6D | 8E | F | 17 | 0 | 2C | 106 | D | 31 |
| Octal | 171 | 155 | 216 | 17 | 27 | 0 | 54 | 406 | 15 | 61 |
| Binary | 1111001 | 1101101 | 10001110 | 1111 | 10111 | 0 | 101100 | 100000110 | 1101 | 110001 |
Color Harmonies of #796D8E
Complementary color
Monochromatic Colors of #796D8E
Black with #796D8E
Text Example
Text Example
White with #796D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796D8E; }
p { color: rgb(121,109,142); }
H1.HeaderClassName
{
color: #796D8E;
}
.AnyTagClassName
{
color: #796D8E;
}
</style>
background-color css
<style>
a { background-color: #796D8E; }
a { background-color: rgb(121,109,142); }
div.DivClassName
{
background-color: #796D8E;
}
.BgClassName
{
background-color: #796D8E;
}
</style>
border-color css
<style>
span { border-color: #796D8E; }
span { border-color: rgb(121,109,142); }
td.TdClassName
{
border-color: #796D8E;
}
.TagClassName
{
border-color: #796D8E;
}
</style>