Shades of Pesto #7D7429
Tints of Pesto #7D7429
RGB
CMYK
RGB Variations
Color information
#7D7429 (or 0x7D7429) is known color: Pesto. HEX triplet: 7D, 74 and 29. RGB value is (125,116,41). Sum of RGB (Red+Green+Blue) = 125+116+41=282 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.33% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7429 is #828BD6. Grayscale: #6E6E6E. Windows color (decimal): -8555479 or 2716797. OLE color: 2716797.
HSL color Cylindrical-coordinate representation of color #7D7429: hue angle of 53.57º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D7429 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 116 | 41 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.51 |
| HSL | 53.57º | 0.51% | 0.33% | - |
| HSV(B) | 53.57º | 0.67% | 0.49% | - |
| XYZ | 15.1 | 17.01 | 4.59 | - |
| YUV | 110.14 | 88.98 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 116 | 41 | 0 | 0.07 | 0.67 | 0.51 | 53.57 | 0.51 | 0.33 |
| Hex | 7D | 74 | 29 | 0 | 7 | 43 | 33 | 36 | 33 | 21 |
| Octal | 175 | 164 | 51 | 0 | 7 | 103 | 63 | 66 | 63 | 41 |
| Binary | 1111101 | 1110100 | 101001 | 0 | 111 | 1000011 | 110011 | 110110 | 110011 | 100001 |
Color Harmonies of #7D7429
Complementary color
Monochromatic Colors of #7D7429
Black with #7D7429
Text Example
Text Example
White with #7D7429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7429; }
p { color: rgb(125,116,41); }
H1.HeaderClassName
{
color: #7D7429;
}
.AnyTagClassName
{
color: #7D7429;
}
</style>
background-color css
<style>
a { background-color: #7D7429; }
a { background-color: rgb(125,116,41); }
div.DivClassName
{
background-color: #7D7429;
}
.BgClassName
{
background-color: #7D7429;
}
</style>
border-color css
<style>
span { border-color: #7D7429; }
span { border-color: rgb(125,116,41); }
td.TdClassName
{
border-color: #7D7429;
}
.TagClassName
{
border-color: #7D7429;
}
</style>