Shades of Pesto #7A6C21
Tints of Pesto #7A6C21
RGB
CMYK
RGB Variations
Color information
#7A6C21 (or 0x7A6C21) is known color: Pesto. HEX triplet: 7A, 6C and 21. RGB value is (122,108,33). Sum of RGB (Red+Green+Blue) = 122+108+33=263 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.39% from 263); Green value is 108 (42.58% from 255 or 41.06% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6C21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6C21 is #8593DE. Grayscale: #676767. Windows color (decimal): -8754143 or 2190458. OLE color: 2190458.
HSL color Cylindrical-coordinate representation of color #7A6C21: hue angle of 50.56º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A6C21 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 108 | 33 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.52 |
| HSL | 50.56º | 0.57% | 0.3% | - |
| HSV(B) | 50.56º | 0.73% | 0.48% | - |
| XYZ | 13.66 | 14.97 | 3.61 | - |
| YUV | 103.64 | 88.14 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 108 | 33 | 0 | 0.11 | 0.73 | 0.52 | 50.56 | 0.57 | 0.3 |
| Hex | 7A | 6C | 21 | 0 | B | 49 | 34 | 33 | 39 | 1E |
| Octal | 172 | 154 | 41 | 0 | 13 | 111 | 64 | 63 | 71 | 36 |
| Binary | 1111010 | 1101100 | 100001 | 0 | 1011 | 1001001 | 110100 | 110011 | 111001 | 11110 |
Color Harmonies of #7A6C21
Complementary color
Monochromatic Colors of #7A6C21
Black with #7A6C21
Text Example
Text Example
White with #7A6C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6C21; }
p { color: rgb(122,108,33); }
H1.HeaderClassName
{
color: #7A6C21;
}
.AnyTagClassName
{
color: #7A6C21;
}
</style>
background-color css
<style>
a { background-color: #7A6C21; }
a { background-color: rgb(122,108,33); }
div.DivClassName
{
background-color: #7A6C21;
}
.BgClassName
{
background-color: #7A6C21;
}
</style>
border-color css
<style>
span { border-color: #7A6C21; }
span { border-color: rgb(122,108,33); }
td.TdClassName
{
border-color: #7A6C21;
}
.TagClassName
{
border-color: #7A6C21;
}
</style>