Shades of Pesto #7C7232
Tints of Pesto #7C7232
RGB
CMYK
RGB Variations
Color information
#7C7232 (or 0x7C7232) is known color: Pesto. HEX triplet: 7C, 72 and 32. RGB value is (124,114,50). Sum of RGB (Red+Green+Blue) = 124+114+50=288 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.06% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7232 is #838DCD. Grayscale: #6D6D6D. Windows color (decimal): -8621518 or 3306108. OLE color: 3306108.
HSL color Cylindrical-coordinate representation of color #7C7232: hue angle of 51.89º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C7232 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 114 | 50 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.51 |
| HSL | 51.89º | 0.43% | 0.34% | - |
| HSV(B) | 51.89º | 0.6% | 0.49% | - |
| XYZ | 14.91 | 16.55 | 5.43 | - |
| YUV | 109.69 | 94.31 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 114 | 50 | 0 | 0.08 | 0.60 | 0.51 | 51.89 | 0.43 | 0.34 |
| Hex | 7C | 72 | 32 | 0 | 8 | 3C | 33 | 34 | 2B | 22 |
| Octal | 174 | 162 | 62 | 0 | 10 | 74 | 63 | 64 | 53 | 42 |
| Binary | 1111100 | 1110010 | 110010 | 0 | 1000 | 111100 | 110011 | 110100 | 101011 | 100010 |
Color Harmonies of #7C7232
Complementary color
Monochromatic Colors of #7C7232
Black with #7C7232
Text Example
Text Example
White with #7C7232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7232; }
p { color: rgb(124,114,50); }
H1.HeaderClassName
{
color: #7C7232;
}
.AnyTagClassName
{
color: #7C7232;
}
</style>
background-color css
<style>
a { background-color: #7C7232; }
a { background-color: rgb(124,114,50); }
div.DivClassName
{
background-color: #7C7232;
}
.BgClassName
{
background-color: #7C7232;
}
</style>
border-color css
<style>
span { border-color: #7C7232; }
span { border-color: rgb(124,114,50); }
td.TdClassName
{
border-color: #7C7232;
}
.TagClassName
{
border-color: #7C7232;
}
</style>