Shades of Pesto #80782B
Tints of Pesto #80782B
RGB
CMYK
RGB Variations
Color information
#80782B (or 0x80782B) is known color: Pesto. HEX triplet: 80, 78 and 2B. RGB value is (128,120,43). Sum of RGB (Red+Green+Blue) = 128+120+43=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 120 (47.27% from 255 or 41.24% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 128 - color contains mainly: red. Hex color #80782B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80782B is #7F87D4. Grayscale: #717171. Windows color (decimal): -8357845 or 2848896. OLE color: 2848896.
HSL color Cylindrical-coordinate representation of color #80782B: hue angle of 54.35º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80782B is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 120 | 43 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.50 |
| HSL | 54.35º | 0.5% | 0.34% | - |
| HSV(B) | 54.35º | 0.66% | 0.5% | - |
| XYZ | 16.05 | 18.2 | 4.95 | - |
| YUV | 113.61 | 88.15 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 120 | 43 | 0 | 0.06 | 0.66 | 0.50 | 54.35 | 0.5 | 0.34 |
| Hex | 80 | 78 | 2B | 0 | 6 | 42 | 32 | 36 | 32 | 22 |
| Octal | 200 | 170 | 53 | 0 | 6 | 102 | 62 | 66 | 62 | 42 |
| Binary | 10000000 | 1111000 | 101011 | 0 | 110 | 1000010 | 110010 | 110110 | 110010 | 100010 |
Color Harmonies of #80782B
Complementary color
Monochromatic Colors of #80782B
Black with #80782B
Text Example
Text Example
White with #80782B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80782B; }
p { color: rgb(128,120,43); }
H1.HeaderClassName
{
color: #80782B;
}
.AnyTagClassName
{
color: #80782B;
}
</style>
background-color css
<style>
a { background-color: #80782B; }
a { background-color: rgb(128,120,43); }
div.DivClassName
{
background-color: #80782B;
}
.BgClassName
{
background-color: #80782B;
}
</style>
border-color css
<style>
span { border-color: #80782B; }
span { border-color: rgb(128,120,43); }
td.TdClassName
{
border-color: #80782B;
}
.TagClassName
{
border-color: #80782B;
}
</style>