Shades of Pesto #7C751A
Tints of Pesto #7C751A
RGB
CMYK
RGB Variations
Color information
#7C751A (or 0x7C751A) is known color: Pesto. HEX triplet: 7C, 75 and 1A. RGB value is (124,117,26). Sum of RGB (Red+Green+Blue) = 124+117+26=267 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.44% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 124 - color contains mainly: red. Hex color #7C751A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C751A is #838AE5. Grayscale: #6D6D6D. Windows color (decimal): -8620774 or 1734012. OLE color: 1734012.
HSL color Cylindrical-coordinate representation of color #7C751A: hue angle of 55.71º 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 #7C751A is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 117 | 26 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.51 |
| HSL | 55.71º | 0.65% | 0.29% | - |
| HSV(B) | 55.71º | 0.79% | 0.49% | - |
| XYZ | 14.86 | 17.08 | 3.49 | - |
| YUV | 108.72 | 81.32 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 117 | 26 | 0 | 0.06 | 0.79 | 0.51 | 55.71 | 0.65 | 0.29 |
| Hex | 7C | 75 | 1A | 0 | 6 | 4F | 33 | 38 | 41 | 1D |
| Octal | 174 | 165 | 32 | 0 | 6 | 117 | 63 | 70 | 101 | 35 |
| Binary | 1111100 | 1110101 | 11010 | 0 | 110 | 1001111 | 110011 | 111000 | 1000001 | 11101 |
Color Harmonies of #7C751A
Complementary color
Monochromatic Colors of #7C751A
Black with #7C751A
Text Example
Text Example
White with #7C751A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C751A; }
p { color: rgb(124,117,26); }
H1.HeaderClassName
{
color: #7C751A;
}
.AnyTagClassName
{
color: #7C751A;
}
</style>
background-color css
<style>
a { background-color: #7C751A; }
a { background-color: rgb(124,117,26); }
div.DivClassName
{
background-color: #7C751A;
}
.BgClassName
{
background-color: #7C751A;
}
</style>
border-color css
<style>
span { border-color: #7C751A; }
span { border-color: rgb(124,117,26); }
td.TdClassName
{
border-color: #7C751A;
}
.TagClassName
{
border-color: #7C751A;
}
</style>