Shades of Pesto #7A701A
Tints of Pesto #7A701A
RGB
CMYK
RGB Variations
Color information
#7A701A (or 0x7A701A) is known color: Pesto. HEX triplet: 7A, 70 and 1A. RGB value is (122,112,26). Sum of RGB (Red+Green+Blue) = 122+112+26=260 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.92% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 122 - color contains mainly: red. Hex color #7A701A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A701A is #858FE5. Grayscale: #696969. Windows color (decimal): -8753126 or 1732730. OLE color: 1732730.
HSL color Cylindrical-coordinate representation of color #7A701A: hue angle of 53.75º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7A701A is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 112 | 26 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.52 |
| HSL | 53.75º | 0.65% | 0.29% | - |
| HSV(B) | 53.75º | 0.79% | 0.48% | - |
| XYZ | 14.01 | 15.8 | 3.29 | - |
| YUV | 105.19 | 83.31 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 112 | 26 | 0 | 0.08 | 0.79 | 0.52 | 53.75 | 0.65 | 0.29 |
| Hex | 7A | 70 | 1A | 0 | 8 | 4F | 34 | 36 | 41 | 1D |
| Octal | 172 | 160 | 32 | 0 | 10 | 117 | 64 | 66 | 101 | 35 |
| Binary | 1111010 | 1110000 | 11010 | 0 | 1000 | 1001111 | 110100 | 110110 | 1000001 | 11101 |
Color Harmonies of #7A701A
Complementary color
Monochromatic Colors of #7A701A
Black with #7A701A
Text Example
Text Example
White with #7A701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A701A; }
p { color: rgb(122,112,26); }
H1.HeaderClassName
{
color: #7A701A;
}
.AnyTagClassName
{
color: #7A701A;
}
</style>
background-color css
<style>
a { background-color: #7A701A; }
a { background-color: rgb(122,112,26); }
div.DivClassName
{
background-color: #7A701A;
}
.BgClassName
{
background-color: #7A701A;
}
</style>
border-color css
<style>
span { border-color: #7A701A; }
span { border-color: rgb(122,112,26); }
td.TdClassName
{
border-color: #7A701A;
}
.TagClassName
{
border-color: #7A701A;
}
</style>