Shades of Pesto #80781E
Tints of Pesto #80781E
RGB
CMYK
RGB Variations
Color information
#80781E (or 0x80781E) is known color: Pesto. HEX triplet: 80, 78 and 1E. RGB value is (128,120,30). Sum of RGB (Red+Green+Blue) = 128+120+30=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 120 (47.27% from 255 or 43.17% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 128 - color contains mainly: red. Hex color #80781E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80781E is #7F87E1. Grayscale: #707070. Windows color (decimal): -8357858 or 1996928. OLE color: 1996928.
HSL color Cylindrical-coordinate representation of color #80781E: hue angle of 55.1º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80781E is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 120 | 30 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.50 |
| HSL | 55.1º | 0.62% | 0.31% | - |
| HSV(B) | 55.1º | 0.77% | 0.5% | - |
| XYZ | 15.85 | 18.12 | 3.89 | - |
| YUV | 112.13 | 81.65 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 120 | 30 | 0 | 0.06 | 0.77 | 0.50 | 55.1 | 0.62 | 0.31 |
| Hex | 80 | 78 | 1E | 0 | 6 | 4D | 32 | 37 | 3E | 1F |
| Octal | 200 | 170 | 36 | 0 | 6 | 115 | 62 | 67 | 76 | 37 |
| Binary | 10000000 | 1111000 | 11110 | 0 | 110 | 1001101 | 110010 | 110111 | 111110 | 11111 |
Color Harmonies of #80781E
Complementary color
Monochromatic Colors of #80781E
Black with #80781E
Text Example
Text Example
White with #80781E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80781E; }
p { color: rgb(128,120,30); }
H1.HeaderClassName
{
color: #80781E;
}
.AnyTagClassName
{
color: #80781E;
}
</style>
background-color css
<style>
a { background-color: #80781E; }
a { background-color: rgb(128,120,30); }
div.DivClassName
{
background-color: #80781E;
}
.BgClassName
{
background-color: #80781E;
}
</style>
border-color css
<style>
span { border-color: #80781E; }
span { border-color: rgb(128,120,30); }
td.TdClassName
{
border-color: #80781E;
}
.TagClassName
{
border-color: #80781E;
}
</style>