Shades of Pesto #7A702E
Tints of Pesto #7A702E
RGB
CMYK
RGB Variations
Color information
#7A702E (or 0x7A702E) is known color: Pesto. HEX triplet: 7A, 70 and 2E. RGB value is (122,112,46). Sum of RGB (Red+Green+Blue) = 122+112+46=280 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.57% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 122 - color contains mainly: red. Hex color #7A702E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A702E is #858FD1. Grayscale: #6B6B6B. Windows color (decimal): -8753106 or 3043450. OLE color: 3043450.
HSL color Cylindrical-coordinate representation of color #7A702E: hue angle of 52.11º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A702E is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 112 | 46 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.52 |
| HSL | 52.11º | 0.45% | 0.33% | - |
| HSV(B) | 52.11º | 0.62% | 0.48% | - |
| XYZ | 14.31 | 15.92 | 4.9 | - |
| YUV | 107.47 | 93.31 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 112 | 46 | 0 | 0.08 | 0.62 | 0.52 | 52.11 | 0.45 | 0.33 |
| Hex | 7A | 70 | 2E | 0 | 8 | 3E | 34 | 34 | 2D | 21 |
| Octal | 172 | 160 | 56 | 0 | 10 | 76 | 64 | 64 | 55 | 41 |
| Binary | 1111010 | 1110000 | 101110 | 0 | 1000 | 111110 | 110100 | 110100 | 101101 | 100001 |
Color Harmonies of #7A702E
Complementary color
Monochromatic Colors of #7A702E
Black with #7A702E
Text Example
Text Example
White with #7A702E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A702E; }
p { color: rgb(122,112,46); }
H1.HeaderClassName
{
color: #7A702E;
}
.AnyTagClassName
{
color: #7A702E;
}
</style>
background-color css
<style>
a { background-color: #7A702E; }
a { background-color: rgb(122,112,46); }
div.DivClassName
{
background-color: #7A702E;
}
.BgClassName
{
background-color: #7A702E;
}
</style>
border-color css
<style>
span { border-color: #7A702E; }
span { border-color: rgb(122,112,46); }
td.TdClassName
{
border-color: #7A702E;
}
.TagClassName
{
border-color: #7A702E;
}
</style>