Shades of Pesto #7C752E
Tints of Pesto #7C752E
RGB
CMYK
RGB Variations
Color information
#7C752E (or 0x7C752E) is known color: Pesto. HEX triplet: 7C, 75 and 2E. RGB value is (124,117,46). Sum of RGB (Red+Green+Blue) = 124+117+46=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 124 - color contains mainly: red. Hex color #7C752E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C752E is #838AD1. Grayscale: #6F6F6F. Windows color (decimal): -8620754 or 3044732. OLE color: 3044732.
HSL color Cylindrical-coordinate representation of color #7C752E: hue angle of 54.62º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C752E is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 117 | 46 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.51 |
| HSL | 54.62º | 0.46% | 0.33% | - |
| HSV(B) | 54.62º | 0.63% | 0.49% | - |
| XYZ | 15.17 | 17.2 | 5.11 | - |
| YUV | 111 | 91.32 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 117 | 46 | 0 | 0.06 | 0.63 | 0.51 | 54.62 | 0.46 | 0.33 |
| Hex | 7C | 75 | 2E | 0 | 6 | 3F | 33 | 37 | 2E | 21 |
| Octal | 174 | 165 | 56 | 0 | 6 | 77 | 63 | 67 | 56 | 41 |
| Binary | 1111100 | 1110101 | 101110 | 0 | 110 | 111111 | 110011 | 110111 | 101110 | 100001 |
Color Harmonies of #7C752E
Complementary color
Monochromatic Colors of #7C752E
Black with #7C752E
Text Example
Text Example
White with #7C752E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C752E; }
p { color: rgb(124,117,46); }
H1.HeaderClassName
{
color: #7C752E;
}
.AnyTagClassName
{
color: #7C752E;
}
</style>
background-color css
<style>
a { background-color: #7C752E; }
a { background-color: rgb(124,117,46); }
div.DivClassName
{
background-color: #7C752E;
}
.BgClassName
{
background-color: #7C752E;
}
</style>
border-color css
<style>
span { border-color: #7C752E; }
span { border-color: rgb(124,117,46); }
td.TdClassName
{
border-color: #7C752E;
}
.TagClassName
{
border-color: #7C752E;
}
</style>