Shades of Pesto #79701D
Tints of Pesto #79701D
RGB
CMYK
RGB Variations
Color information
#79701D (or 0x79701D) is known color: Pesto. HEX triplet: 79, 70 and 1D. RGB value is (121,112,29). Sum of RGB (Red+Green+Blue) = 121+112+29=262 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.18% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 121 - color contains mainly: red. Hex color #79701D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79701D is #868FE2. Grayscale: #696969. Windows color (decimal): -8818659 or 1929337. OLE color: 1929337.
HSL color Cylindrical-coordinate representation of color #79701D: hue angle of 54.13º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #79701D is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 112 | 29 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.53 |
| HSL | 54.13º | 0.61% | 0.29% | - |
| HSV(B) | 54.13º | 0.76% | 0.47% | - |
| XYZ | 13.9 | 15.74 | 3.47 | - |
| YUV | 105.23 | 84.98 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 112 | 29 | 0 | 0.07 | 0.76 | 0.53 | 54.13 | 0.61 | 0.29 |
| Hex | 79 | 70 | 1D | 0 | 7 | 4C | 35 | 36 | 3D | 1D |
| Octal | 171 | 160 | 35 | 0 | 7 | 114 | 65 | 66 | 75 | 35 |
| Binary | 1111001 | 1110000 | 11101 | 0 | 111 | 1001100 | 110101 | 110110 | 111101 | 11101 |
Color Harmonies of #79701D
Complementary color
Monochromatic Colors of #79701D
Black with #79701D
Text Example
Text Example
White with #79701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79701D; }
p { color: rgb(121,112,29); }
H1.HeaderClassName
{
color: #79701D;
}
.AnyTagClassName
{
color: #79701D;
}
</style>
background-color css
<style>
a { background-color: #79701D; }
a { background-color: rgb(121,112,29); }
div.DivClassName
{
background-color: #79701D;
}
.BgClassName
{
background-color: #79701D;
}
</style>
border-color css
<style>
span { border-color: #79701D; }
span { border-color: rgb(121,112,29); }
td.TdClassName
{
border-color: #79701D;
}
.TagClassName
{
border-color: #79701D;
}
</style>