Shades of Pesto #807928
Tints of Pesto #807928
RGB
CMYK
RGB Variations
Color information
#807928 (or 0x807928) is known color: Pesto. HEX triplet: 80, 79 and 28. RGB value is (128,121,40). Sum of RGB (Red+Green+Blue) = 128+121+40=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 128 - color contains mainly: red. Hex color #807928 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807928 is #7F86D7. Grayscale: #727272. Windows color (decimal): -8357592 or 2652544. OLE color: 2652544.
HSL color Cylindrical-coordinate representation of color #807928: hue angle of 55.23º 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 #807928 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 121 | 40 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.50 |
| HSL | 55.23º | 0.52% | 0.33% | - |
| HSV(B) | 55.23º | 0.69% | 0.5% | - |
| XYZ | 16.12 | 18.42 | 4.71 | - |
| YUV | 113.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 121 | 40 | 0 | 0.05 | 0.69 | 0.50 | 55.23 | 0.52 | 0.33 |
| Hex | 80 | 79 | 28 | 0 | 5 | 45 | 32 | 37 | 34 | 21 |
| Octal | 200 | 171 | 50 | 0 | 5 | 105 | 62 | 67 | 64 | 41 |
| Binary | 10000000 | 1111001 | 101000 | 0 | 101 | 1000101 | 110010 | 110111 | 110100 | 100001 |
Color Harmonies of #807928
Complementary color
Monochromatic Colors of #807928
Black with #807928
Text Example
Text Example
White with #807928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807928; }
p { color: rgb(128,121,40); }
H1.HeaderClassName
{
color: #807928;
}
.AnyTagClassName
{
color: #807928;
}
</style>
background-color css
<style>
a { background-color: #807928; }
a { background-color: rgb(128,121,40); }
div.DivClassName
{
background-color: #807928;
}
.BgClassName
{
background-color: #807928;
}
</style>
border-color css
<style>
span { border-color: #807928; }
span { border-color: rgb(128,121,40); }
td.TdClassName
{
border-color: #807928;
}
.TagClassName
{
border-color: #807928;
}
</style>