Shades of Topaz #796A8E
Tints of Topaz #796A8E
RGB
CMYK
RGB Variations
Color information
#796A8E (or 0x796A8E) is known color: Topaz. HEX triplet: 79, 6A and 8E. RGB value is (121,106,142). Sum of RGB (Red+Green+Blue) = 121+106+142=369 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.79% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 142 - color contains mainly: blue. Hex color #796A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796A8E is #869571. Grayscale: #727272. Windows color (decimal): -8820082 or 9333369. OLE color: 9333369.
HSL color Cylindrical-coordinate representation of color #796A8E: hue angle of 265º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #796A8E is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 106 | 142 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.44 |
| HSL | 265º | 0.15% | 0.49% | - |
| HSV(B) | 265º | 0.25% | 0.56% | - |
| XYZ | 17.92 | 16.33 | 27.8 | - |
| YUV | 114.59 | 143.47 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 106 | 142 | 0.15 | 0.25 | 0 | 0.44 | 265 | 0.15 | 0.49 |
| Hex | 79 | 6A | 8E | F | 19 | 0 | 2C | 109 | F | 31 |
| Octal | 171 | 152 | 216 | 17 | 31 | 0 | 54 | 411 | 17 | 61 |
| Binary | 1111001 | 1101010 | 10001110 | 1111 | 11001 | 0 | 101100 | 100001001 | 1111 | 110001 |
Color Harmonies of #796A8E
Complementary color
Monochromatic Colors of #796A8E
Black with #796A8E
Text Example
Text Example
White with #796A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796A8E; }
p { color: rgb(121,106,142); }
H1.HeaderClassName
{
color: #796A8E;
}
.AnyTagClassName
{
color: #796A8E;
}
</style>
background-color css
<style>
a { background-color: #796A8E; }
a { background-color: rgb(121,106,142); }
div.DivClassName
{
background-color: #796A8E;
}
.BgClassName
{
background-color: #796A8E;
}
</style>
border-color css
<style>
span { border-color: #796A8E; }
span { border-color: rgb(121,106,142); }
td.TdClassName
{
border-color: #796A8E;
}
.TagClassName
{
border-color: #796A8E;
}
</style>