Shades of Pesto #796F1D
Tints of Pesto #796F1D
RGB
CMYK
RGB Variations
Color information
#796F1D (or 0x796F1D) is known color: Pesto. HEX triplet: 79, 6F and 1D. RGB value is (121,111,29). Sum of RGB (Red+Green+Blue) = 121+111+29=261 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.36% from 261); Green value is 111 (43.75% from 255 or 42.53% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 121 - color contains mainly: red. Hex color #796F1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796F1D is #8690E2. Grayscale: #686868. Windows color (decimal): -8818915 or 1929081. OLE color: 1929081.
HSL color Cylindrical-coordinate representation of color #796F1D: hue angle of 53.48º 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 #796F1D is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 111 | 29 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.53 |
| HSL | 53.48º | 0.61% | 0.29% | - |
| HSV(B) | 53.48º | 0.76% | 0.47% | - |
| XYZ | 13.79 | 15.52 | 3.43 | - |
| YUV | 104.64 | 85.31 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 111 | 29 | 0 | 0.08 | 0.76 | 0.53 | 53.48 | 0.61 | 0.29 |
| Hex | 79 | 6F | 1D | 0 | 8 | 4C | 35 | 35 | 3D | 1D |
| Octal | 171 | 157 | 35 | 0 | 10 | 114 | 65 | 65 | 75 | 35 |
| Binary | 1111001 | 1101111 | 11101 | 0 | 1000 | 1001100 | 110101 | 110101 | 111101 | 11101 |
Color Harmonies of #796F1D
Complementary color
Monochromatic Colors of #796F1D
Black with #796F1D
Text Example
Text Example
White with #796F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796F1D; }
p { color: rgb(121,111,29); }
H1.HeaderClassName
{
color: #796F1D;
}
.AnyTagClassName
{
color: #796F1D;
}
</style>
background-color css
<style>
a { background-color: #796F1D; }
a { background-color: rgb(121,111,29); }
div.DivClassName
{
background-color: #796F1D;
}
.BgClassName
{
background-color: #796F1D;
}
</style>
border-color css
<style>
span { border-color: #796F1D; }
span { border-color: rgb(121,111,29); }
td.TdClassName
{
border-color: #796F1D;
}
.TagClassName
{
border-color: #796F1D;
}
</style>