Shades of Pesto #797022
Tints of Pesto #797022
RGB
CMYK
RGB Variations
Color information
#797022 (or 0x797022) is known color: Pesto. HEX triplet: 79, 70 and 22. RGB value is (121,112,34). Sum of RGB (Red+Green+Blue) = 121+112+34=267 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.32% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 121 - color contains mainly: red. Hex color #797022 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797022 is #868FDD. Grayscale: #6A6A6A. Windows color (decimal): -8818654 or 2257017. OLE color: 2257017.
HSL color Cylindrical-coordinate representation of color #797022: hue angle of 53.79º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #797022 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 112 | 34 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.53 |
| HSL | 53.79º | 0.56% | 0.3% | - |
| HSV(B) | 53.79º | 0.72% | 0.47% | - |
| XYZ | 13.97 | 15.77 | 3.82 | - |
| YUV | 105.8 | 87.48 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 112 | 34 | 0 | 0.07 | 0.72 | 0.53 | 53.79 | 0.56 | 0.3 |
| Hex | 79 | 70 | 22 | 0 | 7 | 48 | 35 | 36 | 38 | 1E |
| Octal | 171 | 160 | 42 | 0 | 7 | 110 | 65 | 66 | 70 | 36 |
| Binary | 1111001 | 1110000 | 100010 | 0 | 111 | 1001000 | 110101 | 110110 | 111000 | 11110 |
Color Harmonies of #797022
Complementary color
Monochromatic Colors of #797022
Black with #797022
Text Example
Text Example
White with #797022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797022; }
p { color: rgb(121,112,34); }
H1.HeaderClassName
{
color: #797022;
}
.AnyTagClassName
{
color: #797022;
}
</style>
background-color css
<style>
a { background-color: #797022; }
a { background-color: rgb(121,112,34); }
div.DivClassName
{
background-color: #797022;
}
.BgClassName
{
background-color: #797022;
}
</style>
border-color css
<style>
span { border-color: #797022; }
span { border-color: rgb(121,112,34); }
td.TdClassName
{
border-color: #797022;
}
.TagClassName
{
border-color: #797022;
}
</style>