Shades of Pesto #7C752D
Tints of Pesto #7C752D
RGB
CMYK
RGB Variations
Color information
#7C752D (or 0x7C752D) is known color: Pesto. HEX triplet: 7C, 75 and 2D. RGB value is (124,117,45). Sum of RGB (Red+Green+Blue) = 124+117+45=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 124 - color contains mainly: red. Hex color #7C752D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C752D is #838AD2. Grayscale: #6F6F6F. Windows color (decimal): -8620755 or 2979196. OLE color: 2979196.
HSL color Cylindrical-coordinate representation of color #7C752D: hue angle of 54.68º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C752D is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 117 | 45 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.51 |
| HSL | 54.68º | 0.47% | 0.33% | - |
| HSV(B) | 54.68º | 0.64% | 0.49% | - |
| XYZ | 15.15 | 17.2 | 5 | - |
| YUV | 110.89 | 90.82 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 117 | 45 | 0 | 0.06 | 0.64 | 0.51 | 54.68 | 0.47 | 0.33 |
| Hex | 7C | 75 | 2D | 0 | 6 | 40 | 33 | 37 | 2F | 21 |
| Octal | 174 | 165 | 55 | 0 | 6 | 100 | 63 | 67 | 57 | 41 |
| Binary | 1111100 | 1110101 | 101101 | 0 | 110 | 1000000 | 110011 | 110111 | 101111 | 100001 |
Color Harmonies of #7C752D
Complementary color
Monochromatic Colors of #7C752D
Black with #7C752D
Text Example
Text Example
White with #7C752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C752D; }
p { color: rgb(124,117,45); }
H1.HeaderClassName
{
color: #7C752D;
}
.AnyTagClassName
{
color: #7C752D;
}
</style>
background-color css
<style>
a { background-color: #7C752D; }
a { background-color: rgb(124,117,45); }
div.DivClassName
{
background-color: #7C752D;
}
.BgClassName
{
background-color: #7C752D;
}
</style>
border-color css
<style>
span { border-color: #7C752D; }
span { border-color: rgb(124,117,45); }
td.TdClassName
{
border-color: #7C752D;
}
.TagClassName
{
border-color: #7C752D;
}
</style>