Shades of Pesto #807D36
Tints of Pesto #807D36
RGB
CMYK
RGB Variations
Color information
#807D36 (or 0x807D36) is known color: Pesto. HEX triplet: 80, 7D and 36. RGB value is (128,125,54). Sum of RGB (Red+Green+Blue) = 128+125+54=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 128 - color contains mainly: red. Hex color #807D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807D36 is #7F82C9. Grayscale: #767676. Windows color (decimal): -8356554 or 3571072. OLE color: 3571072.
HSL color Cylindrical-coordinate representation of color #807D36: hue angle of 57.57º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #807D36 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 125 | 54 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.50 |
| HSL | 57.57º | 0.41% | 0.36% | - |
| HSV(B) | 57.57º | 0.58% | 0.5% | - |
| XYZ | 16.9 | 19.52 | 6.37 | - |
| YUV | 117.8 | 91.99 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 125 | 54 | 0 | 0.02 | 0.58 | 0.50 | 57.57 | 0.41 | 0.36 |
| Hex | 80 | 7D | 36 | 0 | 2 | 3A | 32 | 3A | 29 | 24 |
| Octal | 200 | 175 | 66 | 0 | 2 | 72 | 62 | 72 | 51 | 44 |
| Binary | 10000000 | 1111101 | 110110 | 0 | 10 | 111010 | 110010 | 111010 | 101001 | 100100 |
Color Harmonies of #807D36
Complementary color
Monochromatic Colors of #807D36
Black with #807D36
Text Example
Text Example
White with #807D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807D36; }
p { color: rgb(128,125,54); }
H1.HeaderClassName
{
color: #807D36;
}
.AnyTagClassName
{
color: #807D36;
}
</style>
background-color css
<style>
a { background-color: #807D36; }
a { background-color: rgb(128,125,54); }
div.DivClassName
{
background-color: #807D36;
}
.BgClassName
{
background-color: #807D36;
}
</style>
border-color css
<style>
span { border-color: #807D36; }
span { border-color: rgb(128,125,54); }
td.TdClassName
{
border-color: #807D36;
}
.TagClassName
{
border-color: #807D36;
}
</style>