Shades of Pesto #7A7629
Tints of Pesto #7A7629
RGB
CMYK
RGB Variations
Color information
#7A7629 (or 0x7A7629) is known color: Pesto. HEX triplet: 7A, 76 and 29. RGB value is (122,118,41). Sum of RGB (Red+Green+Blue) = 122+118+41=281 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.42% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7629 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7629 is #8589D6. Grayscale: #6E6E6E. Windows color (decimal): -8751575 or 2717306. OLE color: 2717306.
HSL color Cylindrical-coordinate representation of color #7A7629: hue angle of 57.04º 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 #7A7629 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 118 | 41 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.52 |
| HSL | 57.04º | 0.5% | 0.32% | - |
| HSV(B) | 57.04º | 0.66% | 0.48% | - |
| XYZ | 14.9 | 17.25 | 4.64 | - |
| YUV | 110.42 | 88.83 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 41 | 0 | 0.03 | 0.66 | 0.52 | 57.04 | 0.5 | 0.32 |
| Hex | 7A | 76 | 29 | 0 | 3 | 42 | 34 | 39 | 32 | 20 |
| Octal | 172 | 166 | 51 | 0 | 3 | 102 | 64 | 71 | 62 | 40 |
| Binary | 1111010 | 1110110 | 101001 | 0 | 11 | 1000010 | 110100 | 111001 | 110010 | 100000 |
Color Harmonies of #7A7629
Complementary color
Monochromatic Colors of #7A7629
Black with #7A7629
Text Example
Text Example
White with #7A7629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7629; }
p { color: rgb(122,118,41); }
H1.HeaderClassName
{
color: #7A7629;
}
.AnyTagClassName
{
color: #7A7629;
}
</style>
background-color css
<style>
a { background-color: #7A7629; }
a { background-color: rgb(122,118,41); }
div.DivClassName
{
background-color: #7A7629;
}
.BgClassName
{
background-color: #7A7629;
}
</style>
border-color css
<style>
span { border-color: #7A7629; }
span { border-color: rgb(122,118,41); }
td.TdClassName
{
border-color: #7A7629;
}
.TagClassName
{
border-color: #7A7629;
}
</style>