Shades of Pesto #7F7929
Tints of Pesto #7F7929
RGB
CMYK
RGB Variations
Color information
#7F7929 (or 0x7F7929) is known color: Pesto. HEX triplet: 7F, 79 and 29. RGB value is (127,121,41). Sum of RGB (Red+Green+Blue) = 127+121+41=289 (38% of max value = 765). Red value is 127 (50% from 255 or 43.94% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7929 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7929 is #8086D6. Grayscale: #727272. Windows color (decimal): -8423127 or 2718079. OLE color: 2718079.
HSL color Cylindrical-coordinate representation of color #7F7929: hue angle of 55.81º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F7929 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 121 | 41 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.50 |
| HSL | 55.81º | 0.51% | 0.33% | - |
| HSV(B) | 55.81º | 0.68% | 0.5% | - |
| XYZ | 15.99 | 18.35 | 4.8 | - |
| YUV | 113.67 | 86.99 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 121 | 41 | 0 | 0.05 | 0.68 | 0.50 | 55.81 | 0.51 | 0.33 |
| Hex | 7F | 79 | 29 | 0 | 5 | 44 | 32 | 38 | 33 | 21 |
| Octal | 177 | 171 | 51 | 0 | 5 | 104 | 62 | 70 | 63 | 41 |
| Binary | 1111111 | 1111001 | 101001 | 0 | 101 | 1000100 | 110010 | 111000 | 110011 | 100001 |
Color Harmonies of #7F7929
Complementary color
Monochromatic Colors of #7F7929
Black with #7F7929
Text Example
Text Example
White with #7F7929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7929; }
p { color: rgb(127,121,41); }
H1.HeaderClassName
{
color: #7F7929;
}
.AnyTagClassName
{
color: #7F7929;
}
</style>
background-color css
<style>
a { background-color: #7F7929; }
a { background-color: rgb(127,121,41); }
div.DivClassName
{
background-color: #7F7929;
}
.BgClassName
{
background-color: #7F7929;
}
</style>
border-color css
<style>
span { border-color: #7F7929; }
span { border-color: rgb(127,121,41); }
td.TdClassName
{
border-color: #7F7929;
}
.TagClassName
{
border-color: #7F7929;
}
</style>