Shades of Pesto #7D791D
Tints of Pesto #7D791D
RGB
CMYK
RGB Variations
Color information
#7D791D (or 0x7D791D) is known color: Pesto. HEX triplet: 7D, 79 and 1D. RGB value is (125,121,29). Sum of RGB (Red+Green+Blue) = 125+121+29=275 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.45% from 275); Green value is 121 (47.66% from 255 or 44% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 125 - color contains mainly: red. Hex color #7D791D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D791D is #8286E2. Grayscale: #707070. Windows color (decimal): -8554211 or 1931645. OLE color: 1931645.
HSL color Cylindrical-coordinate representation of color #7D791D: hue angle of 57.5º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7D791D is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 121 | 29 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.51 |
| HSL | 57.5º | 0.62% | 0.3% | - |
| HSV(B) | 57.5º | 0.77% | 0.49% | - |
| XYZ | 15.52 | 18.12 | 3.84 | - |
| YUV | 111.71 | 81.33 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 121 | 29 | 0 | 0.03 | 0.77 | 0.51 | 57.5 | 0.62 | 0.3 |
| Hex | 7D | 79 | 1D | 0 | 3 | 4D | 33 | 3A | 3E | 1E |
| Octal | 175 | 171 | 35 | 0 | 3 | 115 | 63 | 72 | 76 | 36 |
| Binary | 1111101 | 1111001 | 11101 | 0 | 11 | 1001101 | 110011 | 111010 | 111110 | 11110 |
Color Harmonies of #7D791D
Complementary color
Monochromatic Colors of #7D791D
Black with #7D791D
Text Example
Text Example
White with #7D791D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D791D; }
p { color: rgb(125,121,29); }
H1.HeaderClassName
{
color: #7D791D;
}
.AnyTagClassName
{
color: #7D791D;
}
</style>
background-color css
<style>
a { background-color: #7D791D; }
a { background-color: rgb(125,121,29); }
div.DivClassName
{
background-color: #7D791D;
}
.BgClassName
{
background-color: #7D791D;
}
</style>
border-color css
<style>
span { border-color: #7D791D; }
span { border-color: rgb(125,121,29); }
td.TdClassName
{
border-color: #7D791D;
}
.TagClassName
{
border-color: #7D791D;
}
</style>