Shades of Pesto #7D7819
Tints of Pesto #7D7819
RGB
CMYK
RGB Variations
Color information
#7D7819 (or 0x7D7819) is known color: Pesto. HEX triplet: 7D, 78 and 19. RGB value is (125,120,25). Sum of RGB (Red+Green+Blue) = 125+120+25=270 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.30% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7819 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7819 is #8287E6. Grayscale: #6F6F6F. Windows color (decimal): -8554471 or 1669245. OLE color: 1669245.
HSL color Cylindrical-coordinate representation of color #7D7819: hue angle of 57º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7D7819 is Cyan = 0, Magento = 0.04, Yellow = 0.8 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 120 | 25 | - |
| CMYK | 0 | 0.04 | 0.8 | 0.51 |
| HSL | 57º | 0.67% | 0.29% | - |
| HSV(B) | 57º | 0.8% | 0.49% | - |
| XYZ | 15.35 | 17.86 | 3.56 | - |
| YUV | 110.67 | 79.66 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 120 | 25 | 0 | 0.04 | 0.8 | 0.51 | 57 | 0.67 | 0.29 |
| Hex | 7D | 78 | 19 | 0 | 4 | 50 | 33 | 39 | 43 | 1D |
| Octal | 175 | 170 | 31 | 0 | 4 | 120 | 63 | 71 | 103 | 35 |
| Binary | 1111101 | 1111000 | 11001 | 0 | 100 | 1010000 | 110011 | 111001 | 1000011 | 11101 |
Color Harmonies of #7D7819
Complementary color
Monochromatic Colors of #7D7819
Black with #7D7819
Text Example
Text Example
White with #7D7819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7819; }
p { color: rgb(125,120,25); }
H1.HeaderClassName
{
color: #7D7819;
}
.AnyTagClassName
{
color: #7D7819;
}
</style>
background-color css
<style>
a { background-color: #7D7819; }
a { background-color: rgb(125,120,25); }
div.DivClassName
{
background-color: #7D7819;
}
.BgClassName
{
background-color: #7D7819;
}
</style>
border-color css
<style>
span { border-color: #7D7819; }
span { border-color: rgb(125,120,25); }
td.TdClassName
{
border-color: #7D7819;
}
.TagClassName
{
border-color: #7D7819;
}
</style>