Shades of Pesto #7A701C
Tints of Pesto #7A701C
RGB
CMYK
RGB Variations
Color information
#7A701C (or 0x7A701C) is known color: Pesto. HEX triplet: 7A, 70 and 1C. RGB value is (122,112,28). Sum of RGB (Red+Green+Blue) = 122+112+28=262 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.56% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 122 - color contains mainly: red. Hex color #7A701C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A701C is #858FE3. Grayscale: #696969. Windows color (decimal): -8753124 or 1863802. OLE color: 1863802.
HSL color Cylindrical-coordinate representation of color #7A701C: hue angle of 53.62º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A701C is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 112 | 28 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.52 |
| HSL | 53.62º | 0.63% | 0.29% | - |
| HSV(B) | 53.62º | 0.77% | 0.48% | - |
| XYZ | 14.03 | 15.81 | 3.41 | - |
| YUV | 105.41 | 84.31 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 112 | 28 | 0 | 0.08 | 0.77 | 0.52 | 53.62 | 0.63 | 0.29 |
| Hex | 7A | 70 | 1C | 0 | 8 | 4D | 34 | 36 | 3F | 1D |
| Octal | 172 | 160 | 34 | 0 | 10 | 115 | 64 | 66 | 77 | 35 |
| Binary | 1111010 | 1110000 | 11100 | 0 | 1000 | 1001101 | 110100 | 110110 | 111111 | 11101 |
Color Harmonies of #7A701C
Complementary color
Monochromatic Colors of #7A701C
Black with #7A701C
Text Example
Text Example
White with #7A701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A701C; }
p { color: rgb(122,112,28); }
H1.HeaderClassName
{
color: #7A701C;
}
.AnyTagClassName
{
color: #7A701C;
}
</style>
background-color css
<style>
a { background-color: #7A701C; }
a { background-color: rgb(122,112,28); }
div.DivClassName
{
background-color: #7A701C;
}
.BgClassName
{
background-color: #7A701C;
}
</style>
border-color css
<style>
span { border-color: #7A701C; }
span { border-color: rgb(122,112,28); }
td.TdClassName
{
border-color: #7A701C;
}
.TagClassName
{
border-color: #7A701C;
}
</style>