Shades of Pesto #7C7133
Tints of Pesto #7C7133
RGB
CMYK
RGB Variations
Color information
#7C7133 (or 0x7C7133) is known color: Pesto. HEX triplet: 7C, 71 and 33. RGB value is (124,113,51). Sum of RGB (Red+Green+Blue) = 124+113+51=288 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.06% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7133 is #838ECC. Grayscale: #6D6D6D. Windows color (decimal): -8621773 or 3371388. OLE color: 3371388.
HSL color Cylindrical-coordinate representation of color #7C7133: hue angle of 50.96º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C7133 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 113 | 51 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.51 |
| HSL | 50.96º | 0.42% | 0.34% | - |
| HSV(B) | 50.96º | 0.59% | 0.49% | - |
| XYZ | 14.81 | 16.33 | 5.5 | - |
| YUV | 109.22 | 95.14 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 113 | 51 | 0 | 0.09 | 0.59 | 0.51 | 50.96 | 0.42 | 0.34 |
| Hex | 7C | 71 | 33 | 0 | 9 | 3B | 33 | 33 | 2A | 22 |
| Octal | 174 | 161 | 63 | 0 | 11 | 73 | 63 | 63 | 52 | 42 |
| Binary | 1111100 | 1110001 | 110011 | 0 | 1001 | 111011 | 110011 | 110011 | 101010 | 100010 |
Color Harmonies of #7C7133
Complementary color
Monochromatic Colors of #7C7133
Black with #7C7133
Text Example
Text Example
White with #7C7133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7133; }
p { color: rgb(124,113,51); }
H1.HeaderClassName
{
color: #7C7133;
}
.AnyTagClassName
{
color: #7C7133;
}
</style>
background-color css
<style>
a { background-color: #7C7133; }
a { background-color: rgb(124,113,51); }
div.DivClassName
{
background-color: #7C7133;
}
.BgClassName
{
background-color: #7C7133;
}
</style>
border-color css
<style>
span { border-color: #7C7133; }
span { border-color: rgb(124,113,51); }
td.TdClassName
{
border-color: #7C7133;
}
.TagClassName
{
border-color: #7C7133;
}
</style>