Shades of Pesto #796F2A
Tints of Pesto #796F2A
RGB
CMYK
RGB Variations
Color information
#796F2A (or 0x796F2A) is known color: Pesto. HEX triplet: 79, 6F and 2A. RGB value is (121,111,42). Sum of RGB (Red+Green+Blue) = 121+111+42=274 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.16% from 274); Green value is 111 (43.75% from 255 or 40.51% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 121 - color contains mainly: red. Hex color #796F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796F2A is #8690D5. Grayscale: #6A6A6A. Windows color (decimal): -8818902 or 2781049. OLE color: 2781049.
HSL color Cylindrical-coordinate representation of color #796F2A: hue angle of 52.41º 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 #796F2A is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 111 | 42 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.53 |
| HSL | 52.41º | 0.48% | 0.32% | - |
| HSV(B) | 52.41º | 0.65% | 0.47% | - |
| XYZ | 13.99 | 15.6 | 4.46 | - |
| YUV | 106.12 | 91.81 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 111 | 42 | 0 | 0.08 | 0.65 | 0.53 | 52.41 | 0.48 | 0.32 |
| Hex | 79 | 6F | 2A | 0 | 8 | 41 | 35 | 34 | 30 | 20 |
| Octal | 171 | 157 | 52 | 0 | 10 | 101 | 65 | 64 | 60 | 40 |
| Binary | 1111001 | 1101111 | 101010 | 0 | 1000 | 1000001 | 110101 | 110100 | 110000 | 100000 |
Color Harmonies of #796F2A
Complementary color
Monochromatic Colors of #796F2A
Black with #796F2A
Text Example
Text Example
White with #796F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796F2A; }
p { color: rgb(121,111,42); }
H1.HeaderClassName
{
color: #796F2A;
}
.AnyTagClassName
{
color: #796F2A;
}
</style>
background-color css
<style>
a { background-color: #796F2A; }
a { background-color: rgb(121,111,42); }
div.DivClassName
{
background-color: #796F2A;
}
.BgClassName
{
background-color: #796F2A;
}
</style>
border-color css
<style>
span { border-color: #796F2A; }
span { border-color: rgb(121,111,42); }
td.TdClassName
{
border-color: #796F2A;
}
.TagClassName
{
border-color: #796F2A;
}
</style>