Shades of Pesto #7C712C
Tints of Pesto #7C712C
RGB
CMYK
RGB Variations
Color information
#7C712C (or 0x7C712C) is known color: Pesto. HEX triplet: 7C, 71 and 2C. RGB value is (124,113,44). Sum of RGB (Red+Green+Blue) = 124+113+44=281 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.13% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 124 - color contains mainly: red. Hex color #7C712C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C712C is #838ED3. Grayscale: #6C6C6C. Windows color (decimal): -8621780 or 2912636. OLE color: 2912636.
HSL color Cylindrical-coordinate representation of color #7C712C: hue angle of 51.75º degrees, saturation: 0.48, 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 #7C712C is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 113 | 44 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.51 |
| HSL | 51.75º | 0.48% | 0.33% | - |
| HSV(B) | 51.75º | 0.65% | 0.49% | - |
| XYZ | 14.67 | 16.28 | 4.75 | - |
| YUV | 108.42 | 91.64 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 113 | 44 | 0 | 0.09 | 0.65 | 0.51 | 51.75 | 0.48 | 0.33 |
| Hex | 7C | 71 | 2C | 0 | 9 | 41 | 33 | 34 | 30 | 21 |
| Octal | 174 | 161 | 54 | 0 | 11 | 101 | 63 | 64 | 60 | 41 |
| Binary | 1111100 | 1110001 | 101100 | 0 | 1001 | 1000001 | 110011 | 110100 | 110000 | 100001 |
Color Harmonies of #7C712C
Complementary color
Monochromatic Colors of #7C712C
Black with #7C712C
Text Example
Text Example
White with #7C712C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C712C; }
p { color: rgb(124,113,44); }
H1.HeaderClassName
{
color: #7C712C;
}
.AnyTagClassName
{
color: #7C712C;
}
</style>
background-color css
<style>
a { background-color: #7C712C; }
a { background-color: rgb(124,113,44); }
div.DivClassName
{
background-color: #7C712C;
}
.BgClassName
{
background-color: #7C712C;
}
</style>
border-color css
<style>
span { border-color: #7C712C; }
span { border-color: rgb(124,113,44); }
td.TdClassName
{
border-color: #7C712C;
}
.TagClassName
{
border-color: #7C712C;
}
</style>