Shades of Pesto #807A32
Tints of Pesto #807A32
RGB
CMYK
RGB Variations
Color information
#807A32 (or 0x807A32) is known color: Pesto. HEX triplet: 80, 7A and 32. RGB value is (128,122,50). Sum of RGB (Red+Green+Blue) = 128+122+50=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 128 - color contains mainly: red. Hex color #807A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807A32 is #7F85CD. Grayscale: #737373. Windows color (decimal): -8357326 or 3308160. OLE color: 3308160.
HSL color Cylindrical-coordinate representation of color #807A32: hue angle of 55.38º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #807A32 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 122 | 50 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.50 |
| HSL | 55.38º | 0.44% | 0.35% | - |
| HSV(B) | 55.38º | 0.61% | 0.5% | - |
| XYZ | 16.44 | 18.74 | 5.77 | - |
| YUV | 115.59 | 90.99 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 122 | 50 | 0 | 0.05 | 0.61 | 0.50 | 55.38 | 0.44 | 0.35 |
| Hex | 80 | 7A | 32 | 0 | 5 | 3D | 32 | 37 | 2C | 23 |
| Octal | 200 | 172 | 62 | 0 | 5 | 75 | 62 | 67 | 54 | 43 |
| Binary | 10000000 | 1111010 | 110010 | 0 | 101 | 111101 | 110010 | 110111 | 101100 | 100011 |
Color Harmonies of #807A32
Complementary color
Monochromatic Colors of #807A32
Black with #807A32
Text Example
Text Example
White with #807A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807A32; }
p { color: rgb(128,122,50); }
H1.HeaderClassName
{
color: #807A32;
}
.AnyTagClassName
{
color: #807A32;
}
</style>
background-color css
<style>
a { background-color: #807A32; }
a { background-color: rgb(128,122,50); }
div.DivClassName
{
background-color: #807A32;
}
.BgClassName
{
background-color: #807A32;
}
</style>
border-color css
<style>
span { border-color: #807A32; }
span { border-color: rgb(128,122,50); }
td.TdClassName
{
border-color: #807A32;
}
.TagClassName
{
border-color: #807A32;
}
</style>