Shades of Pesto #796E2A
Tints of Pesto #796E2A
RGB
CMYK
RGB Variations
Color information
#796E2A (or 0x796E2A) is known color: Pesto. HEX triplet: 79, 6E and 2A. RGB value is (121,110,42). Sum of RGB (Red+Green+Blue) = 121+110+42=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 110 (43.36% from 255 or 40.29% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 121 - color contains mainly: red. Hex color #796E2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796E2A is #8691D5. Grayscale: #696969. Windows color (decimal): -8819158 or 2780793. OLE color: 2780793.
HSL color Cylindrical-coordinate representation of color #796E2A: hue angle of 51.65º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #796E2A is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 110 | 42 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.53 |
| HSL | 51.65º | 0.48% | 0.32% | - |
| HSV(B) | 51.65º | 0.65% | 0.47% | - |
| XYZ | 13.88 | 15.38 | 4.43 | - |
| YUV | 105.54 | 92.14 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 110 | 42 | 0 | 0.09 | 0.65 | 0.53 | 51.65 | 0.48 | 0.32 |
| Hex | 79 | 6E | 2A | 0 | 9 | 41 | 35 | 34 | 30 | 20 |
| Octal | 171 | 156 | 52 | 0 | 11 | 101 | 65 | 64 | 60 | 40 |
| Binary | 1111001 | 1101110 | 101010 | 0 | 1001 | 1000001 | 110101 | 110100 | 110000 | 100000 |
Color Harmonies of #796E2A
Complementary color
Monochromatic Colors of #796E2A
Black with #796E2A
Text Example
Text Example
White with #796E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796E2A; }
p { color: rgb(121,110,42); }
H1.HeaderClassName
{
color: #796E2A;
}
.AnyTagClassName
{
color: #796E2A;
}
</style>
background-color css
<style>
a { background-color: #796E2A; }
a { background-color: rgb(121,110,42); }
div.DivClassName
{
background-color: #796E2A;
}
.BgClassName
{
background-color: #796E2A;
}
</style>
border-color css
<style>
span { border-color: #796E2A; }
span { border-color: rgb(121,110,42); }
td.TdClassName
{
border-color: #796E2A;
}
.TagClassName
{
border-color: #796E2A;
}
</style>