Shades of Pesto #7A7321
Tints of Pesto #7A7321
RGB
CMYK
RGB Variations
Color information
#7A7321 (or 0x7A7321) is known color: Pesto. HEX triplet: 7A, 73 and 21. RGB value is (122,115,33). Sum of RGB (Red+Green+Blue) = 122+115+33=270 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.19% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7321 is #858CDE. Grayscale: #6C6C6C. Windows color (decimal): -8752351 or 2192250. OLE color: 2192250.
HSL color Cylindrical-coordinate representation of color #7A7321: hue angle of 55.28º 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 #7A7321 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 115 | 33 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.52 |
| HSL | 55.28º | 0.57% | 0.3% | - |
| HSV(B) | 55.28º | 0.73% | 0.48% | - |
| XYZ | 14.43 | 16.51 | 3.86 | - |
| YUV | 107.75 | 85.82 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 33 | 0 | 0.06 | 0.73 | 0.52 | 55.28 | 0.57 | 0.3 |
| Hex | 7A | 73 | 21 | 0 | 6 | 49 | 34 | 37 | 39 | 1E |
| Octal | 172 | 163 | 41 | 0 | 6 | 111 | 64 | 67 | 71 | 36 |
| Binary | 1111010 | 1110011 | 100001 | 0 | 110 | 1001001 | 110100 | 110111 | 111001 | 11110 |
Color Harmonies of #7A7321
Complementary color
Monochromatic Colors of #7A7321
Black with #7A7321
Text Example
Text Example
White with #7A7321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7321; }
p { color: rgb(122,115,33); }
H1.HeaderClassName
{
color: #7A7321;
}
.AnyTagClassName
{
color: #7A7321;
}
</style>
background-color css
<style>
a { background-color: #7A7321; }
a { background-color: rgb(122,115,33); }
div.DivClassName
{
background-color: #7A7321;
}
.BgClassName
{
background-color: #7A7321;
}
</style>
border-color css
<style>
span { border-color: #7A7321; }
span { border-color: rgb(122,115,33); }
td.TdClassName
{
border-color: #7A7321;
}
.TagClassName
{
border-color: #7A7321;
}
</style>