Shades of Pesto #7A761C
Tints of Pesto #7A761C
RGB
CMYK
RGB Variations
Color information
#7A761C (or 0x7A761C) is known color: Pesto. HEX triplet: 7A, 76 and 1C. RGB value is (122,118,28). Sum of RGB (Red+Green+Blue) = 122+118+28=268 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.52% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 122 - color contains mainly: red. Hex color #7A761C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A761C is #8589E3. Grayscale: #6D6D6D. Windows color (decimal): -8751588 or 1865338. OLE color: 1865338.
HSL color Cylindrical-coordinate representation of color #7A761C: hue angle of 57.45º 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 #7A761C is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 118 | 28 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.52 |
| HSL | 57.45º | 0.63% | 0.29% | - |
| HSV(B) | 57.45º | 0.77% | 0.48% | - |
| XYZ | 14.71 | 17.18 | 3.64 | - |
| YUV | 108.94 | 82.33 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 28 | 0 | 0.03 | 0.77 | 0.52 | 57.45 | 0.63 | 0.29 |
| Hex | 7A | 76 | 1C | 0 | 3 | 4D | 34 | 39 | 3F | 1D |
| Octal | 172 | 166 | 34 | 0 | 3 | 115 | 64 | 71 | 77 | 35 |
| Binary | 1111010 | 1110110 | 11100 | 0 | 11 | 1001101 | 110100 | 111001 | 111111 | 11101 |
Color Harmonies of #7A761C
Complementary color
Monochromatic Colors of #7A761C
Black with #7A761C
Text Example
Text Example
White with #7A761C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A761C; }
p { color: rgb(122,118,28); }
H1.HeaderClassName
{
color: #7A761C;
}
.AnyTagClassName
{
color: #7A761C;
}
</style>
background-color css
<style>
a { background-color: #7A761C; }
a { background-color: rgb(122,118,28); }
div.DivClassName
{
background-color: #7A761C;
}
.BgClassName
{
background-color: #7A761C;
}
</style>
border-color css
<style>
span { border-color: #7A761C; }
span { border-color: rgb(122,118,28); }
td.TdClassName
{
border-color: #7A761C;
}
.TagClassName
{
border-color: #7A761C;
}
</style>