Shades of Pesto #787028
Tints of Pesto #787028
RGB
CMYK
RGB Variations
Color information
#787028 (or 0x787028) is known color: Pesto. HEX triplet: 78, 70 and 28. RGB value is (120,112,40). Sum of RGB (Red+Green+Blue) = 120+112+40=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 120 - color contains mainly: red. Hex color #787028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787028 is #878FD7. Grayscale: #6A6A6A. Windows color (decimal): -8884184 or 2650232. OLE color: 2650232.
HSL color Cylindrical-coordinate representation of color #787028: hue angle of 54º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #787028 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 112 | 40 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.53 |
| HSL | 54º | 0.5% | 0.31% | - |
| HSV(B) | 54º | 0.67% | 0.47% | - |
| XYZ | 13.92 | 15.73 | 4.31 | - |
| YUV | 106.18 | 90.65 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 112 | 40 | 0 | 0.07 | 0.67 | 0.53 | 54 | 0.5 | 0.31 |
| Hex | 78 | 70 | 28 | 0 | 7 | 43 | 35 | 36 | 32 | 1F |
| Octal | 170 | 160 | 50 | 0 | 7 | 103 | 65 | 66 | 62 | 37 |
| Binary | 1111000 | 1110000 | 101000 | 0 | 111 | 1000011 | 110101 | 110110 | 110010 | 11111 |
Color Harmonies of #787028
Complementary color
Monochromatic Colors of #787028
Black with #787028
Text Example
Text Example
White with #787028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787028; }
p { color: rgb(120,112,40); }
H1.HeaderClassName
{
color: #787028;
}
.AnyTagClassName
{
color: #787028;
}
</style>
background-color css
<style>
a { background-color: #787028; }
a { background-color: rgb(120,112,40); }
div.DivClassName
{
background-color: #787028;
}
.BgClassName
{
background-color: #787028;
}
</style>
border-color css
<style>
span { border-color: #787028; }
span { border-color: rgb(120,112,40); }
td.TdClassName
{
border-color: #787028;
}
.TagClassName
{
border-color: #787028;
}
</style>