Shades of Pesto #80791E
Tints of Pesto #80791E
RGB
CMYK
RGB Variations
Color information
#80791E (or 0x80791E) is known color: Pesto. HEX triplet: 80, 79 and 1E. RGB value is (128,121,30). Sum of RGB (Red+Green+Blue) = 128+121+30=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 121 (47.66% from 255 or 43.37% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #80791E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80791E is #7F86E1. Grayscale: #717171. Windows color (decimal): -8357602 or 1997184. OLE color: 1997184.
HSL color Cylindrical-coordinate representation of color #80791E: hue angle of 55.71º 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 #80791E is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 121 | 30 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.50 |
| HSL | 55.71º | 0.62% | 0.31% | - |
| HSV(B) | 55.71º | 0.77% | 0.5% | - |
| XYZ | 15.97 | 18.36 | 3.93 | - |
| YUV | 112.72 | 81.32 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 121 | 30 | 0 | 0.05 | 0.77 | 0.50 | 55.71 | 0.62 | 0.31 |
| Hex | 80 | 79 | 1E | 0 | 5 | 4D | 32 | 38 | 3E | 1F |
| Octal | 200 | 171 | 36 | 0 | 5 | 115 | 62 | 70 | 76 | 37 |
| Binary | 10000000 | 1111001 | 11110 | 0 | 101 | 1001101 | 110010 | 111000 | 111110 | 11111 |
Color Harmonies of #80791E
Complementary color
Monochromatic Colors of #80791E
Black with #80791E
Text Example
Text Example
White with #80791E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80791E; }
p { color: rgb(128,121,30); }
H1.HeaderClassName
{
color: #80791E;
}
.AnyTagClassName
{
color: #80791E;
}
</style>
background-color css
<style>
a { background-color: #80791E; }
a { background-color: rgb(128,121,30); }
div.DivClassName
{
background-color: #80791E;
}
.BgClassName
{
background-color: #80791E;
}
</style>
border-color css
<style>
span { border-color: #80791E; }
span { border-color: rgb(128,121,30); }
td.TdClassName
{
border-color: #80791E;
}
.TagClassName
{
border-color: #80791E;
}
</style>