Shades of Old Lavender #796A76
Tints of Old Lavender #796A76
RGB
CMYK
RGB Variations
Color information
#796A76 (or 0x796A76) is known color: Old Lavender. HEX triplet: 79, 6A and 76. RGB value is (121,106,118). Sum of RGB (Red+Green+Blue) = 121+106+118=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 121 - color contains mainly: red. Hex color #796A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796A76 is #869589. Grayscale: #6F6F6F. Windows color (decimal): -8820106 or 7760505. OLE color: 7760505.
HSL color Cylindrical-coordinate representation of color #796A76: hue angle of 312º 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 #796A76 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 106 | 118 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.53 |
| HSL | 312º | 0.07% | 0.45% | - |
| HSV(B) | 312º | 0.12% | 0.47% | - |
| XYZ | 16.31 | 15.68 | 19.31 | - |
| YUV | 111.85 | 131.47 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 106 | 118 | 0 | 0.12 | 0.02 | 0.53 | 312 | 0.07 | 0.45 |
| Hex | 79 | 6A | 76 | 0 | C | 2 | 35 | 138 | 7 | 2D |
| Octal | 171 | 152 | 166 | 0 | 14 | 2 | 65 | 470 | 7 | 55 |
| Binary | 1111001 | 1101010 | 1110110 | 0 | 1100 | 10 | 110101 | 100111000 | 111 | 101101 |
Color Harmonies of #796A76
Complementary color
Monochromatic Colors of #796A76
Black with #796A76
Text Example
Text Example
White with #796A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796A76; }
p { color: rgb(121,106,118); }
H1.HeaderClassName
{
color: #796A76;
}
.AnyTagClassName
{
color: #796A76;
}
</style>
background-color css
<style>
a { background-color: #796A76; }
a { background-color: rgb(121,106,118); }
div.DivClassName
{
background-color: #796A76;
}
.BgClassName
{
background-color: #796A76;
}
</style>
border-color css
<style>
span { border-color: #796A76; }
span { border-color: rgb(121,106,118); }
td.TdClassName
{
border-color: #796A76;
}
.TagClassName
{
border-color: #796A76;
}
</style>