Shades of Pesto #7A6D24
Tints of Pesto #7A6D24
RGB
CMYK
RGB Variations
Color information
#7A6D24 (or 0x7A6D24) is known color: Pesto. HEX triplet: 7A, 6D and 24. RGB value is (122,109,36). Sum of RGB (Red+Green+Blue) = 122+109+36=267 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.69% from 267); Green value is 109 (42.97% from 255 or 40.82% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6D24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6D24 is #8592DB. Grayscale: #686868. Windows color (decimal): -8753884 or 2387322. OLE color: 2387322.
HSL color Cylindrical-coordinate representation of color #7A6D24: hue angle of 50.93º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7A6D24 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 109 | 36 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.52 |
| HSL | 50.93º | 0.54% | 0.31% | - |
| HSV(B) | 50.93º | 0.7% | 0.48% | - |
| XYZ | 13.81 | 15.2 | 3.88 | - |
| YUV | 104.57 | 89.31 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 109 | 36 | 0 | 0.11 | 0.70 | 0.52 | 50.93 | 0.54 | 0.31 |
| Hex | 7A | 6D | 24 | 0 | B | 46 | 34 | 33 | 36 | 1F |
| Octal | 172 | 155 | 44 | 0 | 13 | 106 | 64 | 63 | 66 | 37 |
| Binary | 1111010 | 1101101 | 100100 | 0 | 1011 | 1000110 | 110100 | 110011 | 110110 | 11111 |
Color Harmonies of #7A6D24
Complementary color
Monochromatic Colors of #7A6D24
Black with #7A6D24
Text Example
Text Example
White with #7A6D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6D24; }
p { color: rgb(122,109,36); }
H1.HeaderClassName
{
color: #7A6D24;
}
.AnyTagClassName
{
color: #7A6D24;
}
</style>
background-color css
<style>
a { background-color: #7A6D24; }
a { background-color: rgb(122,109,36); }
div.DivClassName
{
background-color: #7A6D24;
}
.BgClassName
{
background-color: #7A6D24;
}
</style>
border-color css
<style>
span { border-color: #7A6D24; }
span { border-color: rgb(122,109,36); }
td.TdClassName
{
border-color: #7A6D24;
}
.TagClassName
{
border-color: #7A6D24;
}
</style>