Shades of Pesto #7A762A
Tints of Pesto #7A762A
RGB
CMYK
RGB Variations
Color information
#7A762A (or 0x7A762A) is known color: Pesto. HEX triplet: 7A, 76 and 2A. RGB value is (122,118,42). Sum of RGB (Red+Green+Blue) = 122+118+42=282 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.26% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 122 - color contains mainly: red. Hex color #7A762A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A762A is #8589D5. Grayscale: #6E6E6E. Windows color (decimal): -8751574 or 2782842. OLE color: 2782842.
HSL color Cylindrical-coordinate representation of color #7A762A: hue angle of 57º degrees, saturation: 0.49, 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 #7A762A is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 118 | 42 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.52 |
| HSL | 57º | 0.49% | 0.32% | - |
| HSV(B) | 57º | 0.66% | 0.48% | - |
| XYZ | 14.92 | 17.26 | 4.74 | - |
| YUV | 110.53 | 89.33 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 42 | 0 | 0.03 | 0.66 | 0.52 | 57 | 0.49 | 0.32 |
| Hex | 7A | 76 | 2A | 0 | 3 | 42 | 34 | 39 | 31 | 20 |
| Octal | 172 | 166 | 52 | 0 | 3 | 102 | 64 | 71 | 61 | 40 |
| Binary | 1111010 | 1110110 | 101010 | 0 | 11 | 1000010 | 110100 | 111001 | 110001 | 100000 |
Color Harmonies of #7A762A
Complementary color
Monochromatic Colors of #7A762A
Black with #7A762A
Text Example
Text Example
White with #7A762A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A762A; }
p { color: rgb(122,118,42); }
H1.HeaderClassName
{
color: #7A762A;
}
.AnyTagClassName
{
color: #7A762A;
}
</style>
background-color css
<style>
a { background-color: #7A762A; }
a { background-color: rgb(122,118,42); }
div.DivClassName
{
background-color: #7A762A;
}
.BgClassName
{
background-color: #7A762A;
}
</style>
border-color css
<style>
span { border-color: #7A762A; }
span { border-color: rgb(122,118,42); }
td.TdClassName
{
border-color: #7A762A;
}
.TagClassName
{
border-color: #7A762A;
}
</style>