Shades of Pesto #807619
Tints of Pesto #807619
RGB
CMYK
RGB Variations
Color information
#807619 (or 0x807619) is known color: Pesto. HEX triplet: 80, 76 and 19. RGB value is (128,118,25). Sum of RGB (Red+Green+Blue) = 128+118+25=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #807619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807619 is #7F89E6. Grayscale: #6E6E6E. Windows color (decimal): -8358375 or 1668736. OLE color: 1668736.
HSL color Cylindrical-coordinate representation of color #807619: hue angle of 54.17º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #807619 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 118 | 25 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.50 |
| HSL | 54.17º | 0.67% | 0.3% | - |
| HSV(B) | 54.17º | 0.8% | 0.5% | - |
| XYZ | 15.56 | 17.62 | 3.5 | - |
| YUV | 110.39 | 79.81 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 118 | 25 | 0 | 0.08 | 0.80 | 0.50 | 54.17 | 0.67 | 0.3 |
| Hex | 80 | 76 | 19 | 0 | 8 | 50 | 32 | 36 | 43 | 1E |
| Octal | 200 | 166 | 31 | 0 | 10 | 120 | 62 | 66 | 103 | 36 |
| Binary | 10000000 | 1110110 | 11001 | 0 | 1000 | 1010000 | 110010 | 110110 | 1000011 | 11110 |
Color Harmonies of #807619
Complementary color
Monochromatic Colors of #807619
Black with #807619
Text Example
Text Example
White with #807619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807619; }
p { color: rgb(128,118,25); }
H1.HeaderClassName
{
color: #807619;
}
.AnyTagClassName
{
color: #807619;
}
</style>
background-color css
<style>
a { background-color: #807619; }
a { background-color: rgb(128,118,25); }
div.DivClassName
{
background-color: #807619;
}
.BgClassName
{
background-color: #807619;
}
</style>
border-color css
<style>
span { border-color: #807619; }
span { border-color: rgb(128,118,25); }
td.TdClassName
{
border-color: #807619;
}
.TagClassName
{
border-color: #807619;
}
</style>