Shades of Pesto #7C722A
Tints of Pesto #7C722A
RGB
CMYK
RGB Variations
Color information
#7C722A (or 0x7C722A) is known color: Pesto. HEX triplet: 7C, 72 and 2A. RGB value is (124,114,42). Sum of RGB (Red+Green+Blue) = 124+114+42=280 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.29% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 124 - color contains mainly: red. Hex color #7C722A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C722A is #838DD5. Grayscale: #6D6D6D. Windows color (decimal): -8621526 or 2781820. OLE color: 2781820.
HSL color Cylindrical-coordinate representation of color #7C722A: hue angle of 52.68º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7C722A is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 114 | 42 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.51 |
| HSL | 52.68º | 0.49% | 0.33% | - |
| HSV(B) | 52.68º | 0.66% | 0.49% | - |
| XYZ | 14.75 | 16.49 | 4.6 | - |
| YUV | 108.78 | 90.31 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 114 | 42 | 0 | 0.08 | 0.66 | 0.51 | 52.68 | 0.49 | 0.33 |
| Hex | 7C | 72 | 2A | 0 | 8 | 42 | 33 | 35 | 31 | 21 |
| Octal | 174 | 162 | 52 | 0 | 10 | 102 | 63 | 65 | 61 | 41 |
| Binary | 1111100 | 1110010 | 101010 | 0 | 1000 | 1000010 | 110011 | 110101 | 110001 | 100001 |
Color Harmonies of #7C722A
Complementary color
Monochromatic Colors of #7C722A
Black with #7C722A
Text Example
Text Example
White with #7C722A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C722A; }
p { color: rgb(124,114,42); }
H1.HeaderClassName
{
color: #7C722A;
}
.AnyTagClassName
{
color: #7C722A;
}
</style>
background-color css
<style>
a { background-color: #7C722A; }
a { background-color: rgb(124,114,42); }
div.DivClassName
{
background-color: #7C722A;
}
.BgClassName
{
background-color: #7C722A;
}
</style>
border-color css
<style>
span { border-color: #7C722A; }
span { border-color: rgb(124,114,42); }
td.TdClassName
{
border-color: #7C722A;
}
.TagClassName
{
border-color: #7C722A;
}
</style>