Shades of Pesto #7C7228
Tints of Pesto #7C7228
RGB
CMYK
RGB Variations
Color information
#7C7228 (or 0x7C7228) is known color: Pesto. HEX triplet: 7C, 72 and 28. RGB value is (124,114,40). Sum of RGB (Red+Green+Blue) = 124+114+40=278 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.60% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7228 is #838DD7. Grayscale: #6C6C6C. Windows color (decimal): -8621528 or 2650748. OLE color: 2650748.
HSL color Cylindrical-coordinate representation of color #7C7228: hue angle of 52.86º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C7228 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 114 | 40 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.51 |
| HSL | 52.86º | 0.51% | 0.32% | - |
| HSV(B) | 52.86º | 0.68% | 0.49% | - |
| XYZ | 14.71 | 16.47 | 4.41 | - |
| YUV | 108.55 | 89.31 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 114 | 40 | 0 | 0.08 | 0.68 | 0.51 | 52.86 | 0.51 | 0.32 |
| Hex | 7C | 72 | 28 | 0 | 8 | 44 | 33 | 35 | 33 | 20 |
| Octal | 174 | 162 | 50 | 0 | 10 | 104 | 63 | 65 | 63 | 40 |
| Binary | 1111100 | 1110010 | 101000 | 0 | 1000 | 1000100 | 110011 | 110101 | 110011 | 100000 |
Color Harmonies of #7C7228
Complementary color
Monochromatic Colors of #7C7228
Black with #7C7228
Text Example
Text Example
White with #7C7228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7228; }
p { color: rgb(124,114,40); }
H1.HeaderClassName
{
color: #7C7228;
}
.AnyTagClassName
{
color: #7C7228;
}
</style>
background-color css
<style>
a { background-color: #7C7228; }
a { background-color: rgb(124,114,40); }
div.DivClassName
{
background-color: #7C7228;
}
.BgClassName
{
background-color: #7C7228;
}
</style>
border-color css
<style>
span { border-color: #7C7228; }
span { border-color: rgb(124,114,40); }
td.TdClassName
{
border-color: #7C7228;
}
.TagClassName
{
border-color: #7C7228;
}
</style>