Shades of Pesto #7A7929
Tints of Pesto #7A7929
RGB
CMYK
RGB Variations
Color information
#7A7929 (or 0x7A7929) is known color: Pesto. HEX triplet: 7A, 79 and 29. RGB value is (122,121,41). Sum of RGB (Red+Green+Blue) = 122+121+41=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 121 (47.66% from 255 or 42.61% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7929 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7929 is #8586D6. Grayscale: #707070. Windows color (decimal): -8750807 or 2718074. OLE color: 2718074.
HSL color Cylindrical-coordinate representation of color #7A7929: hue angle of 59.26º 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 #7A7929 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 121 | 41 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.52 |
| HSL | 59.26º | 0.5% | 0.32% | - |
| HSV(B) | 59.26º | 0.66% | 0.48% | - |
| XYZ | 15.26 | 17.97 | 4.76 | - |
| YUV | 112.18 | 87.83 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 121 | 41 | 0 | 0.01 | 0.66 | 0.52 | 59.26 | 0.5 | 0.32 |
| Hex | 7A | 79 | 29 | 0 | 1 | 42 | 34 | 3B | 32 | 20 |
| Octal | 172 | 171 | 51 | 0 | 1 | 102 | 64 | 73 | 62 | 40 |
| Binary | 1111010 | 1111001 | 101001 | 0 | 1 | 1000010 | 110100 | 111011 | 110010 | 100000 |
Color Harmonies of #7A7929
Complementary color
Monochromatic Colors of #7A7929
Black with #7A7929
Text Example
Text Example
White with #7A7929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7929; }
p { color: rgb(122,121,41); }
H1.HeaderClassName
{
color: #7A7929;
}
.AnyTagClassName
{
color: #7A7929;
}
</style>
background-color css
<style>
a { background-color: #7A7929; }
a { background-color: rgb(122,121,41); }
div.DivClassName
{
background-color: #7A7929;
}
.BgClassName
{
background-color: #7A7929;
}
</style>
border-color css
<style>
span { border-color: #7A7929; }
span { border-color: rgb(122,121,41); }
td.TdClassName
{
border-color: #7A7929;
}
.TagClassName
{
border-color: #7A7929;
}
</style>