Shades of Pesto #796C2C
Tints of Pesto #796C2C
RGB
CMYK
RGB Variations
Color information
#796C2C (or 0x796C2C) is known color: Pesto. HEX triplet: 79, 6C and 2C. RGB value is (121,108,44). Sum of RGB (Red+Green+Blue) = 121+108+44=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 108 (42.58% from 255 or 39.56% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 121 - color contains mainly: red. Hex color #796C2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796C2C is #8693D3. Grayscale: #686868. Windows color (decimal): -8819668 or 2911353. OLE color: 2911353.
HSL color Cylindrical-coordinate representation of color #796C2C: hue angle of 49.87º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #796C2C is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 108 | 44 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.53 |
| HSL | 49.87º | 0.47% | 0.32% | - |
| HSV(B) | 49.87º | 0.64% | 0.47% | - |
| XYZ | 13.7 | 14.97 | 4.55 | - |
| YUV | 104.59 | 93.81 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 108 | 44 | 0 | 0.11 | 0.64 | 0.53 | 49.87 | 0.47 | 0.32 |
| Hex | 79 | 6C | 2C | 0 | B | 40 | 35 | 32 | 2F | 20 |
| Octal | 171 | 154 | 54 | 0 | 13 | 100 | 65 | 62 | 57 | 40 |
| Binary | 1111001 | 1101100 | 101100 | 0 | 1011 | 1000000 | 110101 | 110010 | 101111 | 100000 |
Color Harmonies of #796C2C
Complementary color
Monochromatic Colors of #796C2C
Black with #796C2C
Text Example
Text Example
White with #796C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796C2C; }
p { color: rgb(121,108,44); }
H1.HeaderClassName
{
color: #796C2C;
}
.AnyTagClassName
{
color: #796C2C;
}
</style>
background-color css
<style>
a { background-color: #796C2C; }
a { background-color: rgb(121,108,44); }
div.DivClassName
{
background-color: #796C2C;
}
.BgClassName
{
background-color: #796C2C;
}
</style>
border-color css
<style>
span { border-color: #796C2C; }
span { border-color: rgb(121,108,44); }
td.TdClassName
{
border-color: #796C2C;
}
.TagClassName
{
border-color: #796C2C;
}
</style>