Shades of Pesto #7C702B
Tints of Pesto #7C702B
RGB
CMYK
RGB Variations
Color information
#7C702B (or 0x7C702B) is known color: Pesto. HEX triplet: 7C, 70 and 2B. RGB value is (124,112,43). Sum of RGB (Red+Green+Blue) = 124+112+43=279 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.44% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 124 - color contains mainly: red. Hex color #7C702B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C702B is #838FD4. Grayscale: #6C6C6C. Windows color (decimal): -8622037 or 2846844. OLE color: 2846844.
HSL color Cylindrical-coordinate representation of color #7C702B: hue angle of 51.11º 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 #7C702B is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 112 | 43 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.51 |
| HSL | 51.11º | 0.49% | 0.33% | - |
| HSV(B) | 51.11º | 0.65% | 0.49% | - |
| XYZ | 14.54 | 16.05 | 4.62 | - |
| YUV | 107.72 | 91.48 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 112 | 43 | 0 | 0.10 | 0.65 | 0.51 | 51.11 | 0.49 | 0.33 |
| Hex | 7C | 70 | 2B | 0 | A | 41 | 33 | 33 | 31 | 21 |
| Octal | 174 | 160 | 53 | 0 | 12 | 101 | 63 | 63 | 61 | 41 |
| Binary | 1111100 | 1110000 | 101011 | 0 | 1010 | 1000001 | 110011 | 110011 | 110001 | 100001 |
Color Harmonies of #7C702B
Complementary color
Monochromatic Colors of #7C702B
Black with #7C702B
Text Example
Text Example
White with #7C702B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C702B; }
p { color: rgb(124,112,43); }
H1.HeaderClassName
{
color: #7C702B;
}
.AnyTagClassName
{
color: #7C702B;
}
</style>
background-color css
<style>
a { background-color: #7C702B; }
a { background-color: rgb(124,112,43); }
div.DivClassName
{
background-color: #7C702B;
}
.BgClassName
{
background-color: #7C702B;
}
</style>
border-color css
<style>
span { border-color: #7C702B; }
span { border-color: rgb(124,112,43); }
td.TdClassName
{
border-color: #7C702B;
}
.TagClassName
{
border-color: #7C702B;
}
</style>