Shades of Pesto #7A7219
Tints of Pesto #7A7219
RGB
CMYK
RGB Variations
Color information
#7A7219 (or 0x7A7219) is known color: Pesto. HEX triplet: 7A, 72 and 19. RGB value is (122,114,25). Sum of RGB (Red+Green+Blue) = 122+114+25=261 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.74% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7219 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7219 is #858DE6. Grayscale: #6A6A6A. Windows color (decimal): -8752615 or 1667706. OLE color: 1667706.
HSL color Cylindrical-coordinate representation of color #7A7219: hue angle of 55.05º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A7219 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 114 | 25 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.52 |
| HSL | 55.05º | 0.66% | 0.29% | - |
| HSV(B) | 55.05º | 0.8% | 0.48% | - |
| XYZ | 14.22 | 16.24 | 3.31 | - |
| YUV | 106.25 | 82.15 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 114 | 25 | 0 | 0.07 | 0.80 | 0.52 | 55.05 | 0.66 | 0.29 |
| Hex | 7A | 72 | 19 | 0 | 7 | 50 | 34 | 37 | 42 | 1D |
| Octal | 172 | 162 | 31 | 0 | 7 | 120 | 64 | 67 | 102 | 35 |
| Binary | 1111010 | 1110010 | 11001 | 0 | 111 | 1010000 | 110100 | 110111 | 1000010 | 11101 |
Color Harmonies of #7A7219
Complementary color
Monochromatic Colors of #7A7219
Black with #7A7219
Text Example
Text Example
White with #7A7219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7219; }
p { color: rgb(122,114,25); }
H1.HeaderClassName
{
color: #7A7219;
}
.AnyTagClassName
{
color: #7A7219;
}
</style>
background-color css
<style>
a { background-color: #7A7219; }
a { background-color: rgb(122,114,25); }
div.DivClassName
{
background-color: #7A7219;
}
.BgClassName
{
background-color: #7A7219;
}
</style>
border-color css
<style>
span { border-color: #7A7219; }
span { border-color: rgb(122,114,25); }
td.TdClassName
{
border-color: #7A7219;
}
.TagClassName
{
border-color: #7A7219;
}
</style>