Shades of Pesto #7C7429
Tints of Pesto #7C7429
RGB
CMYK
RGB Variations
Color information
#7C7429 (or 0x7C7429) is known color: Pesto. HEX triplet: 7C, 74 and 29. RGB value is (124,116,41). Sum of RGB (Red+Green+Blue) = 124+116+41=281 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.13% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7429 is #838BD6. Grayscale: #6E6E6E. Windows color (decimal): -8621015 or 2716796. OLE color: 2716796.
HSL color Cylindrical-coordinate representation of color #7C7429: hue angle of 54.22º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C7429 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 116 | 41 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.51 |
| HSL | 54.22º | 0.5% | 0.32% | - |
| HSV(B) | 54.22º | 0.67% | 0.49% | - |
| XYZ | 14.96 | 16.94 | 4.58 | - |
| YUV | 109.84 | 89.15 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 116 | 41 | 0 | 0.06 | 0.67 | 0.51 | 54.22 | 0.5 | 0.32 |
| Hex | 7C | 74 | 29 | 0 | 6 | 43 | 33 | 36 | 32 | 20 |
| Octal | 174 | 164 | 51 | 0 | 6 | 103 | 63 | 66 | 62 | 40 |
| Binary | 1111100 | 1110100 | 101001 | 0 | 110 | 1000011 | 110011 | 110110 | 110010 | 100000 |
Color Harmonies of #7C7429
Complementary color
Monochromatic Colors of #7C7429
Black with #7C7429
Text Example
Text Example
White with #7C7429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7429; }
p { color: rgb(124,116,41); }
H1.HeaderClassName
{
color: #7C7429;
}
.AnyTagClassName
{
color: #7C7429;
}
</style>
background-color css
<style>
a { background-color: #7C7429; }
a { background-color: rgb(124,116,41); }
div.DivClassName
{
background-color: #7C7429;
}
.BgClassName
{
background-color: #7C7429;
}
</style>
border-color css
<style>
span { border-color: #7C7429; }
span { border-color: rgb(124,116,41); }
td.TdClassName
{
border-color: #7C7429;
}
.TagClassName
{
border-color: #7C7429;
}
</style>