Shades of Pesto #7A7329
Tints of Pesto #7A7329
RGB
CMYK
RGB Variations
Color information
#7A7329 (or 0x7A7329) is known color: Pesto. HEX triplet: 7A, 73 and 29. RGB value is (122,115,41). Sum of RGB (Red+Green+Blue) = 122+115+41=278 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.88% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 41 (16.41% from 255 or 14.75% from 278); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7329 is #858CD6. Grayscale: #6C6C6C. Windows color (decimal): -8752343 or 2716538. OLE color: 2716538.
HSL color Cylindrical-coordinate representation of color #7A7329: hue angle of 54.81º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A7329 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 115 | 41 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.52 |
| HSL | 54.81º | 0.5% | 0.32% | - |
| HSV(B) | 54.81º | 0.66% | 0.48% | - |
| XYZ | 14.56 | 16.56 | 4.53 | - |
| YUV | 108.66 | 89.82 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 41 | 0 | 0.06 | 0.66 | 0.52 | 54.81 | 0.5 | 0.32 |
| Hex | 7A | 73 | 29 | 0 | 6 | 42 | 34 | 37 | 32 | 20 |
| Octal | 172 | 163 | 51 | 0 | 6 | 102 | 64 | 67 | 62 | 40 |
| Binary | 1111010 | 1110011 | 101001 | 0 | 110 | 1000010 | 110100 | 110111 | 110010 | 100000 |
Color Harmonies of #7A7329
Complementary color
Monochromatic Colors of #7A7329
Black with #7A7329
Text Example
Text Example
White with #7A7329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7329; }
p { color: rgb(122,115,41); }
H1.HeaderClassName
{
color: #7A7329;
}
.AnyTagClassName
{
color: #7A7329;
}
</style>
background-color css
<style>
a { background-color: #7A7329; }
a { background-color: rgb(122,115,41); }
div.DivClassName
{
background-color: #7A7329;
}
.BgClassName
{
background-color: #7A7329;
}
</style>
border-color css
<style>
span { border-color: #7A7329; }
span { border-color: rgb(122,115,41); }
td.TdClassName
{
border-color: #7A7329;
}
.TagClassName
{
border-color: #7A7329;
}
</style>