Shades of Pesto #7A7529
Tints of Pesto #7A7529
RGB
CMYK
RGB Variations
Color information
#7A7529 (or 0x7A7529) is known color: Pesto. HEX triplet: 7A, 75 and 29. RGB value is (122,117,41). Sum of RGB (Red+Green+Blue) = 122+117+41=280 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.57% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 41 (16.41% from 255 or 14.64% from 280); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7529 is #858AD6. Grayscale: #6E6E6E. Windows color (decimal): -8751831 or 2717050. OLE color: 2717050.
HSL color Cylindrical-coordinate representation of color #7A7529: hue angle of 56.3º 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 #7A7529 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 117 | 41 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.52 |
| HSL | 56.3º | 0.5% | 0.32% | - |
| HSV(B) | 56.3º | 0.66% | 0.48% | - |
| XYZ | 14.79 | 17.02 | 4.6 | - |
| YUV | 109.83 | 89.16 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 117 | 41 | 0 | 0.04 | 0.66 | 0.52 | 56.3 | 0.5 | 0.32 |
| Hex | 7A | 75 | 29 | 0 | 4 | 42 | 34 | 38 | 32 | 20 |
| Octal | 172 | 165 | 51 | 0 | 4 | 102 | 64 | 70 | 62 | 40 |
| Binary | 1111010 | 1110101 | 101001 | 0 | 100 | 1000010 | 110100 | 111000 | 110010 | 100000 |
Color Harmonies of #7A7529
Complementary color
Monochromatic Colors of #7A7529
Black with #7A7529
Text Example
Text Example
White with #7A7529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7529; }
p { color: rgb(122,117,41); }
H1.HeaderClassName
{
color: #7A7529;
}
.AnyTagClassName
{
color: #7A7529;
}
</style>
background-color css
<style>
a { background-color: #7A7529; }
a { background-color: rgb(122,117,41); }
div.DivClassName
{
background-color: #7A7529;
}
.BgClassName
{
background-color: #7A7529;
}
</style>
border-color css
<style>
span { border-color: #7A7529; }
span { border-color: rgb(122,117,41); }
td.TdClassName
{
border-color: #7A7529;
}
.TagClassName
{
border-color: #7A7529;
}
</style>