Shades of Pesto #787223
Tints of Pesto #787223
RGB
CMYK
RGB Variations
Color information
#787223 (or 0x787223) is known color: Pesto. HEX triplet: 78, 72 and 23. RGB value is (120,114,35). Sum of RGB (Red+Green+Blue) = 120+114+35=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 114 (44.92% from 255 or 42.38% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #787223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787223 is #878DDC. Grayscale: #6B6B6B. Windows color (decimal): -8883677 or 2323064. OLE color: 2323064.
HSL color Cylindrical-coordinate representation of color #787223: hue angle of 55.76º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #787223 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 114 | 35 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.53 |
| HSL | 55.76º | 0.55% | 0.3% | - |
| HSV(B) | 55.76º | 0.71% | 0.47% | - |
| XYZ | 14.07 | 16.15 | 3.97 | - |
| YUV | 106.79 | 87.49 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 114 | 35 | 0 | 0.05 | 0.71 | 0.53 | 55.76 | 0.55 | 0.3 |
| Hex | 78 | 72 | 23 | 0 | 5 | 47 | 35 | 38 | 37 | 1E |
| Octal | 170 | 162 | 43 | 0 | 5 | 107 | 65 | 70 | 67 | 36 |
| Binary | 1111000 | 1110010 | 100011 | 0 | 101 | 1000111 | 110101 | 111000 | 110111 | 11110 |
Color Harmonies of #787223
Complementary color
Monochromatic Colors of #787223
Black with #787223
Text Example
Text Example
White with #787223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787223; }
p { color: rgb(120,114,35); }
H1.HeaderClassName
{
color: #787223;
}
.AnyTagClassName
{
color: #787223;
}
</style>
background-color css
<style>
a { background-color: #787223; }
a { background-color: rgb(120,114,35); }
div.DivClassName
{
background-color: #787223;
}
.BgClassName
{
background-color: #787223;
}
</style>
border-color css
<style>
span { border-color: #787223; }
span { border-color: rgb(120,114,35); }
td.TdClassName
{
border-color: #787223;
}
.TagClassName
{
border-color: #787223;
}
</style>