Shades of Pesto #7C7627
Tints of Pesto #7C7627
RGB
CMYK
RGB Variations
Color information
#7C7627 (or 0x7C7627) is known color: Pesto. HEX triplet: 7C, 76 and 27. RGB value is (124,118,39). Sum of RGB (Red+Green+Blue) = 124+118+39=281 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.13% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7627 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7627 is #8389D8. Grayscale: #6F6F6F. Windows color (decimal): -8620505 or 2586236. OLE color: 2586236.
HSL color Cylindrical-coordinate representation of color #7C7627: hue angle of 55.76º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C7627 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 118 | 39 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.51 |
| HSL | 55.76º | 0.52% | 0.32% | - |
| HSV(B) | 55.76º | 0.69% | 0.49% | - |
| XYZ | 15.16 | 17.39 | 4.48 | - |
| YUV | 110.79 | 87.49 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 118 | 39 | 0 | 0.05 | 0.69 | 0.51 | 55.76 | 0.52 | 0.32 |
| Hex | 7C | 76 | 27 | 0 | 5 | 45 | 33 | 38 | 34 | 20 |
| Octal | 174 | 166 | 47 | 0 | 5 | 105 | 63 | 70 | 64 | 40 |
| Binary | 1111100 | 1110110 | 100111 | 0 | 101 | 1000101 | 110011 | 111000 | 110100 | 100000 |
Color Harmonies of #7C7627
Complementary color
Monochromatic Colors of #7C7627
Black with #7C7627
Text Example
Text Example
White with #7C7627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7627; }
p { color: rgb(124,118,39); }
H1.HeaderClassName
{
color: #7C7627;
}
.AnyTagClassName
{
color: #7C7627;
}
</style>
background-color css
<style>
a { background-color: #7C7627; }
a { background-color: rgb(124,118,39); }
div.DivClassName
{
background-color: #7C7627;
}
.BgClassName
{
background-color: #7C7627;
}
</style>
border-color css
<style>
span { border-color: #7C7627; }
span { border-color: rgb(124,118,39); }
td.TdClassName
{
border-color: #7C7627;
}
.TagClassName
{
border-color: #7C7627;
}
</style>