Shades of Pesto #7A7924
Tints of Pesto #7A7924
RGB
CMYK
RGB Variations
Color information
#7A7924 (or 0x7A7924) is known color: Pesto. HEX triplet: 7A, 79 and 24. RGB value is (122,121,36). Sum of RGB (Red+Green+Blue) = 122+121+36=279 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.73% from 279); Green value is 121 (47.66% from 255 or 43.37% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7924 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7924 is #8586DB. Grayscale: #6F6F6F. Windows color (decimal): -8750812 or 2390394. OLE color: 2390394.
HSL color Cylindrical-coordinate representation of color #7A7924: hue angle of 59.3º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7A7924 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 121 | 36 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.52 |
| HSL | 59.3º | 0.54% | 0.31% | - |
| HSV(B) | 59.3º | 0.7% | 0.48% | - |
| XYZ | 15.18 | 17.94 | 4.33 | - |
| YUV | 111.61 | 85.33 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 121 | 36 | 0 | 0.01 | 0.70 | 0.52 | 59.3 | 0.54 | 0.31 |
| Hex | 7A | 79 | 24 | 0 | 1 | 46 | 34 | 3B | 36 | 1F |
| Octal | 172 | 171 | 44 | 0 | 1 | 106 | 64 | 73 | 66 | 37 |
| Binary | 1111010 | 1111001 | 100100 | 0 | 1 | 1000110 | 110100 | 111011 | 110110 | 11111 |
Color Harmonies of #7A7924
Complementary color
Monochromatic Colors of #7A7924
Black with #7A7924
Text Example
Text Example
White with #7A7924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7924; }
p { color: rgb(122,121,36); }
H1.HeaderClassName
{
color: #7A7924;
}
.AnyTagClassName
{
color: #7A7924;
}
</style>
background-color css
<style>
a { background-color: #7A7924; }
a { background-color: rgb(122,121,36); }
div.DivClassName
{
background-color: #7A7924;
}
.BgClassName
{
background-color: #7A7924;
}
</style>
border-color css
<style>
span { border-color: #7A7924; }
span { border-color: rgb(122,121,36); }
td.TdClassName
{
border-color: #7A7924;
}
.TagClassName
{
border-color: #7A7924;
}
</style>