Shades of Topaz #796D8B
Tints of Topaz #796D8B
RGB
CMYK
RGB Variations
Color information
#796D8B (or 0x796D8B) is known color: Topaz. HEX triplet: 79, 6D and 8B. RGB value is (121,109,139). Sum of RGB (Red+Green+Blue) = 121+109+139=369 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.79% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 139 - color contains mainly: blue. Hex color #796D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796D8B is #869274. Grayscale: #737373. Windows color (decimal): -8819317 or 9137529. OLE color: 9137529.
HSL color Cylindrical-coordinate representation of color #796D8B: hue angle of 264º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #796D8B is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 109 | 139 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.45 |
| HSL | 264º | 0.12% | 0.49% | - |
| HSV(B) | 264º | 0.22% | 0.55% | - |
| XYZ | 18.01 | 16.87 | 26.73 | - |
| YUV | 116.01 | 140.98 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 109 | 139 | 0.13 | 0.22 | 0 | 0.45 | 264 | 0.12 | 0.49 |
| Hex | 79 | 6D | 8B | D | 16 | 0 | 2D | 108 | C | 31 |
| Octal | 171 | 155 | 213 | 15 | 26 | 0 | 55 | 410 | 14 | 61 |
| Binary | 1111001 | 1101101 | 10001011 | 1101 | 10110 | 0 | 101101 | 100001000 | 1100 | 110001 |
Color Harmonies of #796D8B
Complementary color
Monochromatic Colors of #796D8B
Black with #796D8B
Text Example
Text Example
White with #796D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796D8B; }
p { color: rgb(121,109,139); }
H1.HeaderClassName
{
color: #796D8B;
}
.AnyTagClassName
{
color: #796D8B;
}
</style>
background-color css
<style>
a { background-color: #796D8B; }
a { background-color: rgb(121,109,139); }
div.DivClassName
{
background-color: #796D8B;
}
.BgClassName
{
background-color: #796D8B;
}
</style>
border-color css
<style>
span { border-color: #796D8B; }
span { border-color: rgb(121,109,139); }
td.TdClassName
{
border-color: #796D8B;
}
.TagClassName
{
border-color: #796D8B;
}
</style>