Shades of Pesto #807128
Tints of Pesto #807128
RGB
CMYK
RGB Variations
Color information
#807128 (or 0x807128) is known color: Pesto. HEX triplet: 80, 71 and 28. RGB value is (128,113,40). Sum of RGB (Red+Green+Blue) = 128+113+40=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 128 - color contains mainly: red. Hex color #807128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807128 is #7F8ED7. Grayscale: #6D6D6D. Windows color (decimal): -8359640 or 2650496. OLE color: 2650496.
HSL color Cylindrical-coordinate representation of color #807128: hue angle of 49.77º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #807128 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 113 | 40 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.50 |
| HSL | 49.77º | 0.52% | 0.33% | - |
| HSV(B) | 49.77º | 0.69% | 0.5% | - |
| XYZ | 15.19 | 16.55 | 4.4 | - |
| YUV | 109.16 | 88.97 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 113 | 40 | 0 | 0.12 | 0.69 | 0.50 | 49.77 | 0.52 | 0.33 |
| Hex | 80 | 71 | 28 | 0 | C | 45 | 32 | 32 | 34 | 21 |
| Octal | 200 | 161 | 50 | 0 | 14 | 105 | 62 | 62 | 64 | 41 |
| Binary | 10000000 | 1110001 | 101000 | 0 | 1100 | 1000101 | 110010 | 110010 | 110100 | 100001 |
Color Harmonies of #807128
Complementary color
Monochromatic Colors of #807128
Black with #807128
Text Example
Text Example
White with #807128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807128; }
p { color: rgb(128,113,40); }
H1.HeaderClassName
{
color: #807128;
}
.AnyTagClassName
{
color: #807128;
}
</style>
background-color css
<style>
a { background-color: #807128; }
a { background-color: rgb(128,113,40); }
div.DivClassName
{
background-color: #807128;
}
.BgClassName
{
background-color: #807128;
}
</style>
border-color css
<style>
span { border-color: #807128; }
span { border-color: rgb(128,113,40); }
td.TdClassName
{
border-color: #807128;
}
.TagClassName
{
border-color: #807128;
}
</style>