Shades of Pesto #807616
Tints of Pesto #807616
RGB
CMYK
RGB Variations
Color information
#807616 (or 0x807616) is known color: Pesto. HEX triplet: 80, 76 and 16. RGB value is (128,118,22). Sum of RGB (Red+Green+Blue) = 128+118+22=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 128 - color contains mainly: red. Hex color #807616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807616 is #7F89E9. Grayscale: #6E6E6E. Windows color (decimal): -8358378 or 1472128. OLE color: 1472128.
HSL color Cylindrical-coordinate representation of color #807616: hue angle of 54.34º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #807616 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 118 | 22 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.50 |
| HSL | 54.34º | 0.71% | 0.29% | - |
| HSV(B) | 54.34º | 0.83% | 0.5% | - |
| XYZ | 15.53 | 17.6 | 3.34 | - |
| YUV | 110.05 | 78.31 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 118 | 22 | 0 | 0.08 | 0.83 | 0.50 | 54.34 | 0.71 | 0.29 |
| Hex | 80 | 76 | 16 | 0 | 8 | 53 | 32 | 36 | 47 | 1D |
| Octal | 200 | 166 | 26 | 0 | 10 | 123 | 62 | 66 | 107 | 35 |
| Binary | 10000000 | 1110110 | 10110 | 0 | 1000 | 1010011 | 110010 | 110110 | 1000111 | 11101 |
Color Harmonies of #807616
Complementary color
Monochromatic Colors of #807616
Black with #807616
Text Example
Text Example
White with #807616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807616; }
p { color: rgb(128,118,22); }
H1.HeaderClassName
{
color: #807616;
}
.AnyTagClassName
{
color: #807616;
}
</style>
background-color css
<style>
a { background-color: #807616; }
a { background-color: rgb(128,118,22); }
div.DivClassName
{
background-color: #807616;
}
.BgClassName
{
background-color: #807616;
}
</style>
border-color css
<style>
span { border-color: #807616; }
span { border-color: rgb(128,118,22); }
td.TdClassName
{
border-color: #807616;
}
.TagClassName
{
border-color: #807616;
}
</style>