Shades of Pesto #7C7231
Tints of Pesto #7C7231
RGB
CMYK
RGB Variations
Color information
#7C7231 (or 0x7C7231) is known color: Pesto. HEX triplet: 7C, 72 and 31. RGB value is (124,114,49). Sum of RGB (Red+Green+Blue) = 124+114+49=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7231 is #838DCE. Grayscale: #6D6D6D. Windows color (decimal): -8621519 or 3240572. OLE color: 3240572.
HSL color Cylindrical-coordinate representation of color #7C7231: hue angle of 52º 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 #7C7231 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 114 | 49 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.51 |
| HSL | 52º | 0.43% | 0.34% | - |
| HSV(B) | 52º | 0.6% | 0.49% | - |
| XYZ | 14.88 | 16.54 | 5.31 | - |
| YUV | 109.58 | 93.81 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 114 | 49 | 0 | 0.08 | 0.60 | 0.51 | 52 | 0.43 | 0.34 |
| Hex | 7C | 72 | 31 | 0 | 8 | 3C | 33 | 34 | 2B | 22 |
| Octal | 174 | 162 | 61 | 0 | 10 | 74 | 63 | 64 | 53 | 42 |
| Binary | 1111100 | 1110010 | 110001 | 0 | 1000 | 111100 | 110011 | 110100 | 101011 | 100010 |
Color Harmonies of #7C7231
Complementary color
Monochromatic Colors of #7C7231
Black with #7C7231
Text Example
Text Example
White with #7C7231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7231; }
p { color: rgb(124,114,49); }
H1.HeaderClassName
{
color: #7C7231;
}
.AnyTagClassName
{
color: #7C7231;
}
</style>
background-color css
<style>
a { background-color: #7C7231; }
a { background-color: rgb(124,114,49); }
div.DivClassName
{
background-color: #7C7231;
}
.BgClassName
{
background-color: #7C7231;
}
</style>
border-color css
<style>
span { border-color: #7C7231; }
span { border-color: rgb(124,114,49); }
td.TdClassName
{
border-color: #7C7231;
}
.TagClassName
{
border-color: #7C7231;
}
</style>