Shades of Pesto #7C712B
Tints of Pesto #7C712B
RGB
CMYK
RGB Variations
Color information
#7C712B (or 0x7C712B) is known color: Pesto. HEX triplet: 7C, 71 and 2B. RGB value is (124,113,43). Sum of RGB (Red+Green+Blue) = 124+113+43=280 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.29% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 124 - color contains mainly: red. Hex color #7C712B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C712B is #838ED4. Grayscale: #6C6C6C. Windows color (decimal): -8621781 or 2847100. OLE color: 2847100.
HSL color Cylindrical-coordinate representation of color #7C712B: hue angle of 51.85º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C712B is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 113 | 43 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.51 |
| HSL | 51.85º | 0.49% | 0.33% | - |
| HSV(B) | 51.85º | 0.65% | 0.49% | - |
| XYZ | 14.65 | 16.27 | 4.65 | - |
| YUV | 108.31 | 91.14 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 113 | 43 | 0 | 0.09 | 0.65 | 0.51 | 51.85 | 0.49 | 0.33 |
| Hex | 7C | 71 | 2B | 0 | 9 | 41 | 33 | 34 | 31 | 21 |
| Octal | 174 | 161 | 53 | 0 | 11 | 101 | 63 | 64 | 61 | 41 |
| Binary | 1111100 | 1110001 | 101011 | 0 | 1001 | 1000001 | 110011 | 110100 | 110001 | 100001 |
Color Harmonies of #7C712B
Complementary color
Monochromatic Colors of #7C712B
Black with #7C712B
Text Example
Text Example
White with #7C712B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C712B; }
p { color: rgb(124,113,43); }
H1.HeaderClassName
{
color: #7C712B;
}
.AnyTagClassName
{
color: #7C712B;
}
</style>
background-color css
<style>
a { background-color: #7C712B; }
a { background-color: rgb(124,113,43); }
div.DivClassName
{
background-color: #7C712B;
}
.BgClassName
{
background-color: #7C712B;
}
</style>
border-color css
<style>
span { border-color: #7C712B; }
span { border-color: rgb(124,113,43); }
td.TdClassName
{
border-color: #7C712B;
}
.TagClassName
{
border-color: #7C712B;
}
</style>