Shades of Pesto #7C7628
Tints of Pesto #7C7628
RGB
CMYK
RGB Variations
Color information
#7C7628 (or 0x7C7628) is known color: Pesto. HEX triplet: 7C, 76 and 28. RGB value is (124,118,40). Sum of RGB (Red+Green+Blue) = 124+118+40=282 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.97% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7628 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7628 is #8389D7. Grayscale: #6F6F6F. Windows color (decimal): -8620504 or 2651772. OLE color: 2651772.
HSL color Cylindrical-coordinate representation of color #7C7628: hue angle of 55.71º degrees, saturation: 0.51, 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 #7C7628 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 118 | 40 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.51 |
| HSL | 55.71º | 0.51% | 0.32% | - |
| HSV(B) | 55.71º | 0.68% | 0.49% | - |
| XYZ | 15.17 | 17.4 | 4.57 | - |
| YUV | 110.9 | 87.99 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 118 | 40 | 0 | 0.05 | 0.68 | 0.51 | 55.71 | 0.51 | 0.32 |
| Hex | 7C | 76 | 28 | 0 | 5 | 44 | 33 | 38 | 33 | 20 |
| Octal | 174 | 166 | 50 | 0 | 5 | 104 | 63 | 70 | 63 | 40 |
| Binary | 1111100 | 1110110 | 101000 | 0 | 101 | 1000100 | 110011 | 111000 | 110011 | 100000 |
Color Harmonies of #7C7628
Complementary color
Monochromatic Colors of #7C7628
Black with #7C7628
Text Example
Text Example
White with #7C7628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7628; }
p { color: rgb(124,118,40); }
H1.HeaderClassName
{
color: #7C7628;
}
.AnyTagClassName
{
color: #7C7628;
}
</style>
background-color css
<style>
a { background-color: #7C7628; }
a { background-color: rgb(124,118,40); }
div.DivClassName
{
background-color: #7C7628;
}
.BgClassName
{
background-color: #7C7628;
}
</style>
border-color css
<style>
span { border-color: #7C7628; }
span { border-color: rgb(124,118,40); }
td.TdClassName
{
border-color: #7C7628;
}
.TagClassName
{
border-color: #7C7628;
}
</style>