Shades of Pesto #7D7818
Tints of Pesto #7D7818
RGB
CMYK
RGB Variations
Color information
#7D7818 (or 0x7D7818) is known color: Pesto. HEX triplet: 7D, 78 and 18. RGB value is (125,120,24). Sum of RGB (Red+Green+Blue) = 125+120+24=269 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.47% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 24 (9.77% from 255 or 8.92% from 269); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7818 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7818 is #8287E7. Grayscale: #6E6E6E. Windows color (decimal): -8554472 or 1603709. OLE color: 1603709.
HSL color Cylindrical-coordinate representation of color #7D7818: hue angle of 57.03º degrees, saturation: 0.68, 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 #7D7818 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 120 | 24 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.51 |
| HSL | 57.03º | 0.68% | 0.29% | - |
| HSV(B) | 57.03º | 0.81% | 0.49% | - |
| XYZ | 15.34 | 17.86 | 3.5 | - |
| YUV | 110.55 | 79.16 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 120 | 24 | 0 | 0.04 | 0.81 | 0.51 | 57.03 | 0.68 | 0.29 |
| Hex | 7D | 78 | 18 | 0 | 4 | 51 | 33 | 39 | 44 | 1D |
| Octal | 175 | 170 | 30 | 0 | 4 | 121 | 63 | 71 | 104 | 35 |
| Binary | 1111101 | 1111000 | 11000 | 0 | 100 | 1010001 | 110011 | 111001 | 1000100 | 11101 |
Color Harmonies of #7D7818
Complementary color
Monochromatic Colors of #7D7818
Black with #7D7818
Text Example
Text Example
White with #7D7818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7818; }
p { color: rgb(125,120,24); }
H1.HeaderClassName
{
color: #7D7818;
}
.AnyTagClassName
{
color: #7D7818;
}
</style>
background-color css
<style>
a { background-color: #7D7818; }
a { background-color: rgb(125,120,24); }
div.DivClassName
{
background-color: #7D7818;
}
.BgClassName
{
background-color: #7D7818;
}
</style>
border-color css
<style>
span { border-color: #7D7818; }
span { border-color: rgb(125,120,24); }
td.TdClassName
{
border-color: #7D7818;
}
.TagClassName
{
border-color: #7D7818;
}
</style>