Shades of Pesto #7A7926
Tints of Pesto #7A7926
RGB
CMYK
RGB Variations
Color information
#7A7926 (or 0x7A7926) is known color: Pesto. HEX triplet: 7A, 79 and 26. RGB value is (122,121,38). Sum of RGB (Red+Green+Blue) = 122+121+38=281 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.42% from 281); Green value is 121 (47.66% from 255 or 43.06% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7926 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7926 is #8586D9. Grayscale: #707070. Windows color (decimal): -8750810 or 2521466. OLE color: 2521466.
HSL color Cylindrical-coordinate representation of color #7A7926: hue angle of 59.29º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A7926 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 121 | 38 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.52 |
| HSL | 59.29º | 0.53% | 0.31% | - |
| HSV(B) | 59.29º | 0.69% | 0.48% | - |
| XYZ | 15.21 | 17.95 | 4.5 | - |
| YUV | 111.84 | 86.33 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 121 | 38 | 0 | 0.01 | 0.69 | 0.52 | 59.29 | 0.53 | 0.31 |
| Hex | 7A | 79 | 26 | 0 | 1 | 45 | 34 | 3B | 34 | 1F |
| Octal | 172 | 171 | 46 | 0 | 1 | 105 | 64 | 73 | 64 | 37 |
| Binary | 1111010 | 1111001 | 100110 | 0 | 1 | 1000101 | 110100 | 111011 | 110100 | 11111 |
Color Harmonies of #7A7926
Complementary color
Monochromatic Colors of #7A7926
Black with #7A7926
Text Example
Text Example
White with #7A7926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7926; }
p { color: rgb(122,121,38); }
H1.HeaderClassName
{
color: #7A7926;
}
.AnyTagClassName
{
color: #7A7926;
}
</style>
background-color css
<style>
a { background-color: #7A7926; }
a { background-color: rgb(122,121,38); }
div.DivClassName
{
background-color: #7A7926;
}
.BgClassName
{
background-color: #7A7926;
}
</style>
border-color css
<style>
span { border-color: #7A7926; }
span { border-color: rgb(122,121,38); }
td.TdClassName
{
border-color: #7A7926;
}
.TagClassName
{
border-color: #7A7926;
}
</style>