Shades of Pesto #7C742D
Tints of Pesto #7C742D
RGB
CMYK
RGB Variations
Color information
#7C742D (or 0x7C742D) is known color: Pesto. HEX triplet: 7C, 74 and 2D. RGB value is (124,116,45). Sum of RGB (Red+Green+Blue) = 124+116+45=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 124 - color contains mainly: red. Hex color #7C742D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C742D is #838BD2. Grayscale: #6E6E6E. Windows color (decimal): -8621011 or 2978940. OLE color: 2978940.
HSL color Cylindrical-coordinate representation of color #7C742D: hue angle of 53.92º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C742D is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 116 | 45 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.51 |
| HSL | 53.92º | 0.47% | 0.33% | - |
| HSV(B) | 53.92º | 0.64% | 0.49% | - |
| XYZ | 15.03 | 16.97 | 4.97 | - |
| YUV | 110.3 | 91.15 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 116 | 45 | 0 | 0.06 | 0.64 | 0.51 | 53.92 | 0.47 | 0.33 |
| Hex | 7C | 74 | 2D | 0 | 6 | 40 | 33 | 36 | 2F | 21 |
| Octal | 174 | 164 | 55 | 0 | 6 | 100 | 63 | 66 | 57 | 41 |
| Binary | 1111100 | 1110100 | 101101 | 0 | 110 | 1000000 | 110011 | 110110 | 101111 | 100001 |
Color Harmonies of #7C742D
Complementary color
Monochromatic Colors of #7C742D
Black with #7C742D
Text Example
Text Example
White with #7C742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C742D; }
p { color: rgb(124,116,45); }
H1.HeaderClassName
{
color: #7C742D;
}
.AnyTagClassName
{
color: #7C742D;
}
</style>
background-color css
<style>
a { background-color: #7C742D; }
a { background-color: rgb(124,116,45); }
div.DivClassName
{
background-color: #7C742D;
}
.BgClassName
{
background-color: #7C742D;
}
</style>
border-color css
<style>
span { border-color: #7C742D; }
span { border-color: rgb(124,116,45); }
td.TdClassName
{
border-color: #7C742D;
}
.TagClassName
{
border-color: #7C742D;
}
</style>