Shades of Pesto #80771F
Tints of Pesto #80771F
RGB
CMYK
RGB Variations
Color information
#80771F (or 0x80771F) is known color: Pesto. HEX triplet: 80, 77 and 1F. RGB value is (128,119,31). Sum of RGB (Red+Green+Blue) = 128+119+31=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 128 - color contains mainly: red. Hex color #80771F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80771F is #7F88E0. Grayscale: #707070. Windows color (decimal): -8358113 or 2062208. OLE color: 2062208.
HSL color Cylindrical-coordinate representation of color #80771F: hue angle of 54.43º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80771F is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 119 | 31 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.50 |
| HSL | 54.43º | 0.61% | 0.31% | - |
| HSV(B) | 54.43º | 0.76% | 0.5% | - |
| XYZ | 15.75 | 17.88 | 3.92 | - |
| YUV | 111.66 | 82.48 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 119 | 31 | 0 | 0.07 | 0.76 | 0.50 | 54.43 | 0.61 | 0.31 |
| Hex | 80 | 77 | 1F | 0 | 7 | 4C | 32 | 36 | 3D | 1F |
| Octal | 200 | 167 | 37 | 0 | 7 | 114 | 62 | 66 | 75 | 37 |
| Binary | 10000000 | 1110111 | 11111 | 0 | 111 | 1001100 | 110010 | 110110 | 111101 | 11111 |
Color Harmonies of #80771F
Complementary color
Monochromatic Colors of #80771F
Black with #80771F
Text Example
Text Example
White with #80771F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80771F; }
p { color: rgb(128,119,31); }
H1.HeaderClassName
{
color: #80771F;
}
.AnyTagClassName
{
color: #80771F;
}
</style>
background-color css
<style>
a { background-color: #80771F; }
a { background-color: rgb(128,119,31); }
div.DivClassName
{
background-color: #80771F;
}
.BgClassName
{
background-color: #80771F;
}
</style>
border-color css
<style>
span { border-color: #80771F; }
span { border-color: rgb(128,119,31); }
td.TdClassName
{
border-color: #80771F;
}
.TagClassName
{
border-color: #80771F;
}
</style>