Shades of Pesto #7C762F
Tints of Pesto #7C762F
RGB
CMYK
RGB Variations
Color information
#7C762F (or 0x7C762F) is known color: Pesto. HEX triplet: 7C, 76 and 2F. RGB value is (124,118,47). Sum of RGB (Red+Green+Blue) = 124+118+47=289 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.91% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 124 - color contains mainly: red. Hex color #7C762F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C762F is #8389D0. Grayscale: #6F6F6F. Windows color (decimal): -8620497 or 3110524. OLE color: 3110524.
HSL color Cylindrical-coordinate representation of color #7C762F: hue angle of 55.32º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C762F is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 118 | 47 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.51 |
| HSL | 55.32º | 0.45% | 0.34% | - |
| HSV(B) | 55.32º | 0.62% | 0.49% | - |
| XYZ | 15.3 | 17.45 | 5.25 | - |
| YUV | 111.7 | 91.49 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 118 | 47 | 0 | 0.05 | 0.62 | 0.51 | 55.32 | 0.45 | 0.34 |
| Hex | 7C | 76 | 2F | 0 | 5 | 3E | 33 | 37 | 2D | 22 |
| Octal | 174 | 166 | 57 | 0 | 5 | 76 | 63 | 67 | 55 | 42 |
| Binary | 1111100 | 1110110 | 101111 | 0 | 101 | 111110 | 110011 | 110111 | 101101 | 100010 |
Color Harmonies of #7C762F
Complementary color
Monochromatic Colors of #7C762F
Black with #7C762F
Text Example
Text Example
White with #7C762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C762F; }
p { color: rgb(124,118,47); }
H1.HeaderClassName
{
color: #7C762F;
}
.AnyTagClassName
{
color: #7C762F;
}
</style>
background-color css
<style>
a { background-color: #7C762F; }
a { background-color: rgb(124,118,47); }
div.DivClassName
{
background-color: #7C762F;
}
.BgClassName
{
background-color: #7C762F;
}
</style>
border-color css
<style>
span { border-color: #7C762F; }
span { border-color: rgb(124,118,47); }
td.TdClassName
{
border-color: #7C762F;
}
.TagClassName
{
border-color: #7C762F;
}
</style>