Shades of Pesto #7A771C
Tints of Pesto #7A771C
RGB
CMYK
RGB Variations
Color information
#7A771C (or 0x7A771C) is known color: Pesto. HEX triplet: 7A, 77 and 1C. RGB value is (122,119,28). Sum of RGB (Red+Green+Blue) = 122+119+28=269 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.35% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 122 - color contains mainly: red. Hex color #7A771C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A771C is #8588E3. Grayscale: #6D6D6D. Windows color (decimal): -8751332 or 1865594. OLE color: 1865594.
HSL color Cylindrical-coordinate representation of color #7A771C: hue angle of 58.09º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A771C is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 119 | 28 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.52 |
| HSL | 58.09º | 0.63% | 0.29% | - |
| HSV(B) | 58.09º | 0.77% | 0.48% | - |
| XYZ | 14.83 | 17.42 | 3.68 | - |
| YUV | 109.52 | 81.99 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 119 | 28 | 0 | 0.02 | 0.77 | 0.52 | 58.09 | 0.63 | 0.29 |
| Hex | 7A | 77 | 1C | 0 | 2 | 4D | 34 | 3A | 3F | 1D |
| Octal | 172 | 167 | 34 | 0 | 2 | 115 | 64 | 72 | 77 | 35 |
| Binary | 1111010 | 1110111 | 11100 | 0 | 10 | 1001101 | 110100 | 111010 | 111111 | 11101 |
Color Harmonies of #7A771C
Complementary color
Monochromatic Colors of #7A771C
Black with #7A771C
Text Example
Text Example
White with #7A771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A771C; }
p { color: rgb(122,119,28); }
H1.HeaderClassName
{
color: #7A771C;
}
.AnyTagClassName
{
color: #7A771C;
}
</style>
background-color css
<style>
a { background-color: #7A771C; }
a { background-color: rgb(122,119,28); }
div.DivClassName
{
background-color: #7A771C;
}
.BgClassName
{
background-color: #7A771C;
}
</style>
border-color css
<style>
span { border-color: #7A771C; }
span { border-color: rgb(122,119,28); }
td.TdClassName
{
border-color: #7A771C;
}
.TagClassName
{
border-color: #7A771C;
}
</style>