Shades of Pesto #7A702A
Tints of Pesto #7A702A
RGB
CMYK
RGB Variations
Color information
#7A702A (or 0x7A702A) is known color: Pesto. HEX triplet: 7A, 70 and 2A. RGB value is (122,112,42). Sum of RGB (Red+Green+Blue) = 122+112+42=276 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.20% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 122 - color contains mainly: red. Hex color #7A702A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A702A is #858FD5. Grayscale: #6B6B6B. Windows color (decimal): -8753110 or 2781306. OLE color: 2781306.
HSL color Cylindrical-coordinate representation of color #7A702A: hue angle of 52.5º 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 #7A702A is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 112 | 42 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.52 |
| HSL | 52.5º | 0.49% | 0.32% | - |
| HSV(B) | 52.5º | 0.66% | 0.48% | - |
| XYZ | 14.24 | 15.89 | 4.51 | - |
| YUV | 107.01 | 91.31 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 112 | 42 | 0 | 0.08 | 0.66 | 0.52 | 52.5 | 0.49 | 0.32 |
| Hex | 7A | 70 | 2A | 0 | 8 | 42 | 34 | 34 | 31 | 20 |
| Octal | 172 | 160 | 52 | 0 | 10 | 102 | 64 | 64 | 61 | 40 |
| Binary | 1111010 | 1110000 | 101010 | 0 | 1000 | 1000010 | 110100 | 110100 | 110001 | 100000 |
Color Harmonies of #7A702A
Complementary color
Monochromatic Colors of #7A702A
Black with #7A702A
Text Example
Text Example
White with #7A702A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A702A; }
p { color: rgb(122,112,42); }
H1.HeaderClassName
{
color: #7A702A;
}
.AnyTagClassName
{
color: #7A702A;
}
</style>
background-color css
<style>
a { background-color: #7A702A; }
a { background-color: rgb(122,112,42); }
div.DivClassName
{
background-color: #7A702A;
}
.BgClassName
{
background-color: #7A702A;
}
</style>
border-color css
<style>
span { border-color: #7A702A; }
span { border-color: rgb(122,112,42); }
td.TdClassName
{
border-color: #7A702A;
}
.TagClassName
{
border-color: #7A702A;
}
</style>