Shades of Old Lavender #796A78
Tints of Old Lavender #796A78
RGB
CMYK
RGB Variations
Color information
#796A78 (or 0x796A78) is known color: Old Lavender. HEX triplet: 79, 6A and 78. RGB value is (121,106,120). Sum of RGB (Red+Green+Blue) = 121+106+120=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 121 - color contains mainly: red. Hex color #796A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796A78 is #869587. Grayscale: #707070. Windows color (decimal): -8820104 or 7891577. OLE color: 7891577.
HSL color Cylindrical-coordinate representation of color #796A78: hue angle of 304º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #796A78 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 106 | 120 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.53 |
| HSL | 304º | 0.07% | 0.45% | - |
| HSV(B) | 304º | 0.12% | 0.47% | - |
| XYZ | 16.43 | 15.73 | 19.94 | - |
| YUV | 112.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 106 | 120 | 0 | 0.12 | 0.01 | 0.53 | 304 | 0.07 | 0.45 |
| Hex | 79 | 6A | 78 | 0 | C | 1 | 35 | 130 | 7 | 2D |
| Octal | 171 | 152 | 170 | 0 | 14 | 1 | 65 | 460 | 7 | 55 |
| Binary | 1111001 | 1101010 | 1111000 | 0 | 1100 | 1 | 110101 | 100110000 | 111 | 101101 |
Color Harmonies of #796A78
Complementary color
Monochromatic Colors of #796A78
Black with #796A78
Text Example
Text Example
White with #796A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796A78; }
p { color: rgb(121,106,120); }
H1.HeaderClassName
{
color: #796A78;
}
.AnyTagClassName
{
color: #796A78;
}
</style>
background-color css
<style>
a { background-color: #796A78; }
a { background-color: rgb(121,106,120); }
div.DivClassName
{
background-color: #796A78;
}
.BgClassName
{
background-color: #796A78;
}
</style>
border-color css
<style>
span { border-color: #796A78; }
span { border-color: rgb(121,106,120); }
td.TdClassName
{
border-color: #796A78;
}
.TagClassName
{
border-color: #796A78;
}
</style>