Shades of Pesto #7A701B
Tints of Pesto #7A701B
RGB
CMYK
RGB Variations
Color information
#7A701B (or 0x7A701B) is known color: Pesto. HEX triplet: 7A, 70 and 1B. RGB value is (122,112,27). Sum of RGB (Red+Green+Blue) = 122+112+27=261 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.74% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 122 - color contains mainly: red. Hex color #7A701B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A701B is #858FE4. Grayscale: #696969. Windows color (decimal): -8753125 or 1798266. OLE color: 1798266.
HSL color Cylindrical-coordinate representation of color #7A701B: hue angle of 53.68º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7A701B is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 112 | 27 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.52 |
| HSL | 53.68º | 0.64% | 0.29% | - |
| HSV(B) | 53.68º | 0.78% | 0.48% | - |
| XYZ | 14.02 | 15.81 | 3.35 | - |
| YUV | 105.3 | 83.81 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 112 | 27 | 0 | 0.08 | 0.78 | 0.52 | 53.68 | 0.64 | 0.29 |
| Hex | 7A | 70 | 1B | 0 | 8 | 4E | 34 | 36 | 40 | 1D |
| Octal | 172 | 160 | 33 | 0 | 10 | 116 | 64 | 66 | 100 | 35 |
| Binary | 1111010 | 1110000 | 11011 | 0 | 1000 | 1001110 | 110100 | 110110 | 1000000 | 11101 |
Color Harmonies of #7A701B
Complementary color
Monochromatic Colors of #7A701B
Black with #7A701B
Text Example
Text Example
White with #7A701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A701B; }
p { color: rgb(122,112,27); }
H1.HeaderClassName
{
color: #7A701B;
}
.AnyTagClassName
{
color: #7A701B;
}
</style>
background-color css
<style>
a { background-color: #7A701B; }
a { background-color: rgb(122,112,27); }
div.DivClassName
{
background-color: #7A701B;
}
.BgClassName
{
background-color: #7A701B;
}
</style>
border-color css
<style>
span { border-color: #7A701B; }
span { border-color: rgb(122,112,27); }
td.TdClassName
{
border-color: #7A701B;
}
.TagClassName
{
border-color: #7A701B;
}
</style>