Shades of Pesto #7A6F2C
Tints of Pesto #7A6F2C
RGB
CMYK
RGB Variations
Color information
#7A6F2C (or 0x7A6F2C) is known color: Pesto. HEX triplet: 7A, 6F and 2C. RGB value is (122,111,44). Sum of RGB (Red+Green+Blue) = 122+111+44=277 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.04% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6F2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6F2C is #8590D3. Grayscale: #6A6A6A. Windows color (decimal): -8753364 or 2912122. OLE color: 2912122.
HSL color Cylindrical-coordinate representation of color #7A6F2C: hue angle of 51.54º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7A6F2C is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 111 | 44 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.52 |
| HSL | 51.54º | 0.47% | 0.33% | - |
| HSV(B) | 51.54º | 0.64% | 0.48% | - |
| XYZ | 14.17 | 15.69 | 4.66 | - |
| YUV | 106.65 | 92.64 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 111 | 44 | 0 | 0.09 | 0.64 | 0.52 | 51.54 | 0.47 | 0.33 |
| Hex | 7A | 6F | 2C | 0 | 9 | 40 | 34 | 34 | 2F | 21 |
| Octal | 172 | 157 | 54 | 0 | 11 | 100 | 64 | 64 | 57 | 41 |
| Binary | 1111010 | 1101111 | 101100 | 0 | 1001 | 1000000 | 110100 | 110100 | 101111 | 100001 |
Color Harmonies of #7A6F2C
Complementary color
Monochromatic Colors of #7A6F2C
Black with #7A6F2C
Text Example
Text Example
White with #7A6F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6F2C; }
p { color: rgb(122,111,44); }
H1.HeaderClassName
{
color: #7A6F2C;
}
.AnyTagClassName
{
color: #7A6F2C;
}
</style>
background-color css
<style>
a { background-color: #7A6F2C; }
a { background-color: rgb(122,111,44); }
div.DivClassName
{
background-color: #7A6F2C;
}
.BgClassName
{
background-color: #7A6F2C;
}
</style>
border-color css
<style>
span { border-color: #7A6F2C; }
span { border-color: rgb(122,111,44); }
td.TdClassName
{
border-color: #7A6F2C;
}
.TagClassName
{
border-color: #7A6F2C;
}
</style>