Shades of Pesto #7C7817
Tints of Pesto #7C7817
RGB
CMYK
RGB Variations
Color information
#7C7817 (or 0x7C7817) is known color: Pesto. HEX triplet: 7C, 78 and 17. RGB value is (124,120,23). Sum of RGB (Red+Green+Blue) = 124+120+23=267 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.44% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7817 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7817 is #8387E8. Grayscale: #6E6E6E. Windows color (decimal): -8620009 or 1538172. OLE color: 1538172.
HSL color Cylindrical-coordinate representation of color #7C7817: hue angle of 57.62º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C7817 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 120 | 23 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.51 |
| HSL | 57.62º | 0.69% | 0.29% | - |
| HSV(B) | 57.62º | 0.81% | 0.49% | - |
| XYZ | 15.18 | 17.78 | 3.44 | - |
| YUV | 110.14 | 78.83 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 120 | 23 | 0 | 0.03 | 0.81 | 0.51 | 57.62 | 0.69 | 0.29 |
| Hex | 7C | 78 | 17 | 0 | 3 | 51 | 33 | 3A | 45 | 1D |
| Octal | 174 | 170 | 27 | 0 | 3 | 121 | 63 | 72 | 105 | 35 |
| Binary | 1111100 | 1111000 | 10111 | 0 | 11 | 1010001 | 110011 | 111010 | 1000101 | 11101 |
Color Harmonies of #7C7817
Complementary color
Monochromatic Colors of #7C7817
Black with #7C7817
Text Example
Text Example
White with #7C7817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7817; }
p { color: rgb(124,120,23); }
H1.HeaderClassName
{
color: #7C7817;
}
.AnyTagClassName
{
color: #7C7817;
}
</style>
background-color css
<style>
a { background-color: #7C7817; }
a { background-color: rgb(124,120,23); }
div.DivClassName
{
background-color: #7C7817;
}
.BgClassName
{
background-color: #7C7817;
}
</style>
border-color css
<style>
span { border-color: #7C7817; }
span { border-color: rgb(124,120,23); }
td.TdClassName
{
border-color: #7C7817;
}
.TagClassName
{
border-color: #7C7817;
}
</style>