Shades of Pesto #7C751D
Tints of Pesto #7C751D
RGB
CMYK
RGB Variations
Color information
#7C751D (or 0x7C751D) is known color: Pesto. HEX triplet: 7C, 75 and 1D. RGB value is (124,117,29). Sum of RGB (Red+Green+Blue) = 124+117+29=270 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.93% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 124 - color contains mainly: red. Hex color #7C751D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C751D is #838AE2. Grayscale: #6D6D6D. Windows color (decimal): -8620771 or 1930620. OLE color: 1930620.
HSL color Cylindrical-coordinate representation of color #7C751D: hue angle of 55.58º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C751D is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 117 | 29 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.51 |
| HSL | 55.58º | 0.62% | 0.3% | - |
| HSV(B) | 55.58º | 0.77% | 0.49% | - |
| XYZ | 14.9 | 17.1 | 3.68 | - |
| YUV | 109.06 | 82.82 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 117 | 29 | 0 | 0.06 | 0.77 | 0.51 | 55.58 | 0.62 | 0.3 |
| Hex | 7C | 75 | 1D | 0 | 6 | 4D | 33 | 38 | 3E | 1E |
| Octal | 174 | 165 | 35 | 0 | 6 | 115 | 63 | 70 | 76 | 36 |
| Binary | 1111100 | 1110101 | 11101 | 0 | 110 | 1001101 | 110011 | 111000 | 111110 | 11110 |
Color Harmonies of #7C751D
Complementary color
Monochromatic Colors of #7C751D
Black with #7C751D
Text Example
Text Example
White with #7C751D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C751D; }
p { color: rgb(124,117,29); }
H1.HeaderClassName
{
color: #7C751D;
}
.AnyTagClassName
{
color: #7C751D;
}
</style>
background-color css
<style>
a { background-color: #7C751D; }
a { background-color: rgb(124,117,29); }
div.DivClassName
{
background-color: #7C751D;
}
.BgClassName
{
background-color: #7C751D;
}
</style>
border-color css
<style>
span { border-color: #7C751D; }
span { border-color: rgb(124,117,29); }
td.TdClassName
{
border-color: #7C751D;
}
.TagClassName
{
border-color: #7C751D;
}
</style>