Shades of Pesto #7D7928
Tints of Pesto #7D7928
RGB
CMYK
RGB Variations
Color information
#7D7928 (or 0x7D7928) is known color: Pesto. HEX triplet: 7D, 79 and 28. RGB value is (125,121,40). Sum of RGB (Red+Green+Blue) = 125+121+40=286 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.71% from 286); Green value is 121 (47.66% from 255 or 42.31% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7928 is #8286D7. Grayscale: #717171. Windows color (decimal): -8554200 or 2652541. OLE color: 2652541.
HSL color Cylindrical-coordinate representation of color #7D7928: hue angle of 57.18º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D7928 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 121 | 40 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.51 |
| HSL | 57.18º | 0.52% | 0.32% | - |
| HSV(B) | 57.18º | 0.68% | 0.49% | - |
| XYZ | 15.68 | 18.19 | 4.69 | - |
| YUV | 112.96 | 86.83 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 121 | 40 | 0 | 0.03 | 0.68 | 0.51 | 57.18 | 0.52 | 0.32 |
| Hex | 7D | 79 | 28 | 0 | 3 | 44 | 33 | 39 | 34 | 20 |
| Octal | 175 | 171 | 50 | 0 | 3 | 104 | 63 | 71 | 64 | 40 |
| Binary | 1111101 | 1111001 | 101000 | 0 | 11 | 1000100 | 110011 | 111001 | 110100 | 100000 |
Color Harmonies of #7D7928
Complementary color
Monochromatic Colors of #7D7928
Black with #7D7928
Text Example
Text Example
White with #7D7928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7928; }
p { color: rgb(125,121,40); }
H1.HeaderClassName
{
color: #7D7928;
}
.AnyTagClassName
{
color: #7D7928;
}
</style>
background-color css
<style>
a { background-color: #7D7928; }
a { background-color: rgb(125,121,40); }
div.DivClassName
{
background-color: #7D7928;
}
.BgClassName
{
background-color: #7D7928;
}
</style>
border-color css
<style>
span { border-color: #7D7928; }
span { border-color: rgb(125,121,40); }
td.TdClassName
{
border-color: #7D7928;
}
.TagClassName
{
border-color: #7D7928;
}
</style>