Shades of Pesto #796B29
Tints of Pesto #796B29
RGB
CMYK
RGB Variations
Color information
#796B29 (or 0x796B29) is known color: Pesto. HEX triplet: 79, 6B and 29. RGB value is (121,107,41). Sum of RGB (Red+Green+Blue) = 121+107+41=269 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.98% from 269); Green value is 107 (42.19% from 255 or 39.78% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 121 - color contains mainly: red. Hex color #796B29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796B29 is #8694D6. Grayscale: #676767. Windows color (decimal): -8819927 or 2714489. OLE color: 2714489.
HSL color Cylindrical-coordinate representation of color #796B29: hue angle of 49.5º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #796B29 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 107 | 41 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.53 |
| HSL | 49.5º | 0.49% | 0.32% | - |
| HSV(B) | 49.5º | 0.66% | 0.47% | - |
| XYZ | 13.54 | 14.74 | 4.23 | - |
| YUV | 103.66 | 92.64 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 107 | 41 | 0 | 0.12 | 0.66 | 0.53 | 49.5 | 0.49 | 0.32 |
| Hex | 79 | 6B | 29 | 0 | C | 42 | 35 | 32 | 31 | 20 |
| Octal | 171 | 153 | 51 | 0 | 14 | 102 | 65 | 62 | 61 | 40 |
| Binary | 1111001 | 1101011 | 101001 | 0 | 1100 | 1000010 | 110101 | 110010 | 110001 | 100000 |
Color Harmonies of #796B29
Complementary color
Monochromatic Colors of #796B29
Black with #796B29
Text Example
Text Example
White with #796B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796B29; }
p { color: rgb(121,107,41); }
H1.HeaderClassName
{
color: #796B29;
}
.AnyTagClassName
{
color: #796B29;
}
</style>
background-color css
<style>
a { background-color: #796B29; }
a { background-color: rgb(121,107,41); }
div.DivClassName
{
background-color: #796B29;
}
.BgClassName
{
background-color: #796B29;
}
</style>
border-color css
<style>
span { border-color: #796B29; }
span { border-color: rgb(121,107,41); }
td.TdClassName
{
border-color: #796B29;
}
.TagClassName
{
border-color: #796B29;
}
</style>