Shades of Pesto #80762B
Tints of Pesto #80762B
RGB
CMYK
RGB Variations
Color information
#80762B (or 0x80762B) is known color: Pesto. HEX triplet: 80, 76 and 2B. RGB value is (128,118,43). Sum of RGB (Red+Green+Blue) = 128+118+43=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 128 - color contains mainly: red. Hex color #80762B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80762B is #7F89D4. Grayscale: #707070. Windows color (decimal): -8358357 or 2848384. OLE color: 2848384.
HSL color Cylindrical-coordinate representation of color #80762B: hue angle of 52.94º 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 #80762B is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 118 | 43 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.50 |
| HSL | 52.94º | 0.5% | 0.34% | - |
| HSV(B) | 52.94º | 0.66% | 0.5% | - |
| XYZ | 15.82 | 17.72 | 4.87 | - |
| YUV | 112.44 | 88.81 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 118 | 43 | 0 | 0.08 | 0.66 | 0.50 | 52.94 | 0.5 | 0.34 |
| Hex | 80 | 76 | 2B | 0 | 8 | 42 | 32 | 35 | 32 | 22 |
| Octal | 200 | 166 | 53 | 0 | 10 | 102 | 62 | 65 | 62 | 42 |
| Binary | 10000000 | 1110110 | 101011 | 0 | 1000 | 1000010 | 110010 | 110101 | 110010 | 100010 |
Color Harmonies of #80762B
Complementary color
Monochromatic Colors of #80762B
Black with #80762B
Text Example
Text Example
White with #80762B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80762B; }
p { color: rgb(128,118,43); }
H1.HeaderClassName
{
color: #80762B;
}
.AnyTagClassName
{
color: #80762B;
}
</style>
background-color css
<style>
a { background-color: #80762B; }
a { background-color: rgb(128,118,43); }
div.DivClassName
{
background-color: #80762B;
}
.BgClassName
{
background-color: #80762B;
}
</style>
border-color css
<style>
span { border-color: #80762B; }
span { border-color: rgb(128,118,43); }
td.TdClassName
{
border-color: #80762B;
}
.TagClassName
{
border-color: #80762B;
}
</style>