Shades of Pesto #7C721A
Tints of Pesto #7C721A
RGB
CMYK
RGB Variations
Color information
#7C721A (or 0x7C721A) is known color: Pesto. HEX triplet: 7C, 72 and 1A. RGB value is (124,114,26). Sum of RGB (Red+Green+Blue) = 124+114+26=264 (34% of max value = 765). Red value is 124 (48.83% from 255 or 46.97% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 124 - color contains mainly: red. Hex color #7C721A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C721A is #838DE5. Grayscale: #6B6B6B. Windows color (decimal): -8621542 or 1733244. OLE color: 1733244.
HSL color Cylindrical-coordinate representation of color #7C721A: hue angle of 53.88º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7C721A is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 114 | 26 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.51 |
| HSL | 53.88º | 0.65% | 0.29% | - |
| HSV(B) | 53.88º | 0.79% | 0.49% | - |
| XYZ | 14.52 | 16.39 | 3.38 | - |
| YUV | 106.96 | 82.31 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 114 | 26 | 0 | 0.08 | 0.79 | 0.51 | 53.88 | 0.65 | 0.29 |
| Hex | 7C | 72 | 1A | 0 | 8 | 4F | 33 | 36 | 41 | 1D |
| Octal | 174 | 162 | 32 | 0 | 10 | 117 | 63 | 66 | 101 | 35 |
| Binary | 1111100 | 1110010 | 11010 | 0 | 1000 | 1001111 | 110011 | 110110 | 1000001 | 11101 |
Color Harmonies of #7C721A
Complementary color
Monochromatic Colors of #7C721A
Black with #7C721A
Text Example
Text Example
White with #7C721A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C721A; }
p { color: rgb(124,114,26); }
H1.HeaderClassName
{
color: #7C721A;
}
.AnyTagClassName
{
color: #7C721A;
}
</style>
background-color css
<style>
a { background-color: #7C721A; }
a { background-color: rgb(124,114,26); }
div.DivClassName
{
background-color: #7C721A;
}
.BgClassName
{
background-color: #7C721A;
}
</style>
border-color css
<style>
span { border-color: #7C721A; }
span { border-color: rgb(124,114,26); }
td.TdClassName
{
border-color: #7C721A;
}
.TagClassName
{
border-color: #7C721A;
}
</style>