Shades of Pesto #80752D
Tints of Pesto #80752D
RGB
CMYK
RGB Variations
Color information
#80752D (or 0x80752D) is known color: Pesto. HEX triplet: 80, 75 and 2D. RGB value is (128,117,45). Sum of RGB (Red+Green+Blue) = 128+117+45=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 128 - color contains mainly: red. Hex color #80752D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80752D is #7F8AD2. Grayscale: #707070. Windows color (decimal): -8358611 or 2979200. OLE color: 2979200.
HSL color Cylindrical-coordinate representation of color #80752D: hue angle of 52.05º 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 #80752D is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 117 | 45 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.50 |
| HSL | 52.05º | 0.48% | 0.34% | - |
| HSV(B) | 52.05º | 0.65% | 0.5% | - |
| XYZ | 15.74 | 17.5 | 5.03 | - |
| YUV | 112.08 | 90.14 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 117 | 45 | 0 | 0.09 | 0.65 | 0.50 | 52.05 | 0.48 | 0.34 |
| Hex | 80 | 75 | 2D | 0 | 9 | 41 | 32 | 34 | 30 | 22 |
| Octal | 200 | 165 | 55 | 0 | 11 | 101 | 62 | 64 | 60 | 42 |
| Binary | 10000000 | 1110101 | 101101 | 0 | 1001 | 1000001 | 110010 | 110100 | 110000 | 100010 |
Color Harmonies of #80752D
Complementary color
Monochromatic Colors of #80752D
Black with #80752D
Text Example
Text Example
White with #80752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80752D; }
p { color: rgb(128,117,45); }
H1.HeaderClassName
{
color: #80752D;
}
.AnyTagClassName
{
color: #80752D;
}
</style>
background-color css
<style>
a { background-color: #80752D; }
a { background-color: rgb(128,117,45); }
div.DivClassName
{
background-color: #80752D;
}
.BgClassName
{
background-color: #80752D;
}
</style>
border-color css
<style>
span { border-color: #80752D; }
span { border-color: rgb(128,117,45); }
td.TdClassName
{
border-color: #80752D;
}
.TagClassName
{
border-color: #80752D;
}
</style>