Shades of Pesto #7A721E
Tints of Pesto #7A721E
RGB
CMYK
RGB Variations
Color information
#7A721E (or 0x7A721E) is known color: Pesto. HEX triplet: 7A, 72 and 1E. RGB value is (122,114,30). Sum of RGB (Red+Green+Blue) = 122+114+30=266 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.86% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 122 - color contains mainly: red. Hex color #7A721E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A721E is #858DE1. Grayscale: #6B6B6B. Windows color (decimal): -8752610 or 1995386. OLE color: 1995386.
HSL color Cylindrical-coordinate representation of color #7A721E: hue angle of 54.78º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A721E is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 114 | 30 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.52 |
| HSL | 54.78º | 0.61% | 0.3% | - |
| HSV(B) | 54.78º | 0.75% | 0.48% | - |
| XYZ | 14.28 | 16.27 | 3.62 | - |
| YUV | 106.82 | 84.65 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 114 | 30 | 0 | 0.07 | 0.75 | 0.52 | 54.78 | 0.61 | 0.3 |
| Hex | 7A | 72 | 1E | 0 | 7 | 4B | 34 | 37 | 3D | 1E |
| Octal | 172 | 162 | 36 | 0 | 7 | 113 | 64 | 67 | 75 | 36 |
| Binary | 1111010 | 1110010 | 11110 | 0 | 111 | 1001011 | 110100 | 110111 | 111101 | 11110 |
Color Harmonies of #7A721E
Complementary color
Monochromatic Colors of #7A721E
Black with #7A721E
Text Example
Text Example
White with #7A721E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A721E; }
p { color: rgb(122,114,30); }
H1.HeaderClassName
{
color: #7A721E;
}
.AnyTagClassName
{
color: #7A721E;
}
</style>
background-color css
<style>
a { background-color: #7A721E; }
a { background-color: rgb(122,114,30); }
div.DivClassName
{
background-color: #7A721E;
}
.BgClassName
{
background-color: #7A721E;
}
</style>
border-color css
<style>
span { border-color: #7A721E; }
span { border-color: rgb(122,114,30); }
td.TdClassName
{
border-color: #7A721E;
}
.TagClassName
{
border-color: #7A721E;
}
</style>