Shades of Pesto #7A7326
Tints of Pesto #7A7326
RGB
CMYK
RGB Variations
Color information
#7A7326 (or 0x7A7326) is known color: Pesto. HEX triplet: 7A, 73 and 26. RGB value is (122,115,38). Sum of RGB (Red+Green+Blue) = 122+115+38=275 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.36% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7326 is #858CD9. Grayscale: #6C6C6C. Windows color (decimal): -8752346 or 2519930. OLE color: 2519930.
HSL color Cylindrical-coordinate representation of color #7A7326: hue angle of 55º 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 #7A7326 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 115 | 38 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.52 |
| HSL | 55º | 0.53% | 0.31% | - |
| HSV(B) | 55º | 0.69% | 0.48% | - |
| XYZ | 14.51 | 16.54 | 4.26 | - |
| YUV | 108.32 | 88.32 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 38 | 0 | 0.06 | 0.69 | 0.52 | 55 | 0.53 | 0.31 |
| Hex | 7A | 73 | 26 | 0 | 6 | 45 | 34 | 37 | 34 | 1F |
| Octal | 172 | 163 | 46 | 0 | 6 | 105 | 64 | 67 | 64 | 37 |
| Binary | 1111010 | 1110011 | 100110 | 0 | 110 | 1000101 | 110100 | 110111 | 110100 | 11111 |
Color Harmonies of #7A7326
Complementary color
Monochromatic Colors of #7A7326
Black with #7A7326
Text Example
Text Example
White with #7A7326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7326; }
p { color: rgb(122,115,38); }
H1.HeaderClassName
{
color: #7A7326;
}
.AnyTagClassName
{
color: #7A7326;
}
</style>
background-color css
<style>
a { background-color: #7A7326; }
a { background-color: rgb(122,115,38); }
div.DivClassName
{
background-color: #7A7326;
}
.BgClassName
{
background-color: #7A7326;
}
</style>
border-color css
<style>
span { border-color: #7A7326; }
span { border-color: rgb(122,115,38); }
td.TdClassName
{
border-color: #7A7326;
}
.TagClassName
{
border-color: #7A7326;
}
</style>