Shades of Pesto #80742D
Tints of Pesto #80742D
RGB
CMYK
RGB Variations
Color information
#80742D (or 0x80742D) is known color: Pesto. HEX triplet: 80, 74 and 2D. RGB value is (128,116,45). Sum of RGB (Red+Green+Blue) = 128+116+45=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 128 - color contains mainly: red. Hex color #80742D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80742D is #7F8BD2. Grayscale: #6F6F6F. Windows color (decimal): -8358867 or 2978944. OLE color: 2978944.
HSL color Cylindrical-coordinate representation of color #80742D: hue angle of 51.33º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80742D is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 116 | 45 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.50 |
| HSL | 51.33º | 0.48% | 0.34% | - |
| HSV(B) | 51.33º | 0.65% | 0.5% | - |
| XYZ | 15.62 | 17.27 | 4.99 | - |
| YUV | 111.49 | 90.48 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 116 | 45 | 0 | 0.09 | 0.65 | 0.50 | 51.33 | 0.48 | 0.34 |
| Hex | 80 | 74 | 2D | 0 | 9 | 41 | 32 | 33 | 30 | 22 |
| Octal | 200 | 164 | 55 | 0 | 11 | 101 | 62 | 63 | 60 | 42 |
| Binary | 10000000 | 1110100 | 101101 | 0 | 1001 | 1000001 | 110010 | 110011 | 110000 | 100010 |
Color Harmonies of #80742D
Complementary color
Monochromatic Colors of #80742D
Black with #80742D
Text Example
Text Example
White with #80742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80742D; }
p { color: rgb(128,116,45); }
H1.HeaderClassName
{
color: #80742D;
}
.AnyTagClassName
{
color: #80742D;
}
</style>
background-color css
<style>
a { background-color: #80742D; }
a { background-color: rgb(128,116,45); }
div.DivClassName
{
background-color: #80742D;
}
.BgClassName
{
background-color: #80742D;
}
</style>
border-color css
<style>
span { border-color: #80742D; }
span { border-color: rgb(128,116,45); }
td.TdClassName
{
border-color: #80742D;
}
.TagClassName
{
border-color: #80742D;
}
</style>