Shades of Pesto #807A21
Tints of Pesto #807A21
RGB
CMYK
RGB Variations
Color information
#807A21 (or 0x807A21) is known color: Pesto. HEX triplet: 80, 7A and 21. RGB value is (128,122,33). Sum of RGB (Red+Green+Blue) = 128+122+33=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 122 (48.05% from 255 or 43.11% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 128 - color contains mainly: red. Hex color #807A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807A21 is #7F85DE. Grayscale: #727272. Windows color (decimal): -8357343 or 2194048. OLE color: 2194048.
HSL color Cylindrical-coordinate representation of color #807A21: hue angle of 56.21º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #807A21 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 122 | 33 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.50 |
| HSL | 56.21º | 0.59% | 0.32% | - |
| HSV(B) | 56.21º | 0.74% | 0.5% | - |
| XYZ | 16.14 | 18.62 | 4.18 | - |
| YUV | 113.65 | 82.49 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 122 | 33 | 0 | 0.05 | 0.74 | 0.50 | 56.21 | 0.59 | 0.32 |
| Hex | 80 | 7A | 21 | 0 | 5 | 4A | 32 | 38 | 3B | 20 |
| Octal | 200 | 172 | 41 | 0 | 5 | 112 | 62 | 70 | 73 | 40 |
| Binary | 10000000 | 1111010 | 100001 | 0 | 101 | 1001010 | 110010 | 111000 | 111011 | 100000 |
Color Harmonies of #807A21
Complementary color
Monochromatic Colors of #807A21
Black with #807A21
Text Example
Text Example
White with #807A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807A21; }
p { color: rgb(128,122,33); }
H1.HeaderClassName
{
color: #807A21;
}
.AnyTagClassName
{
color: #807A21;
}
</style>
background-color css
<style>
a { background-color: #807A21; }
a { background-color: rgb(128,122,33); }
div.DivClassName
{
background-color: #807A21;
}
.BgClassName
{
background-color: #807A21;
}
</style>
border-color css
<style>
span { border-color: #807A21; }
span { border-color: rgb(128,122,33); }
td.TdClassName
{
border-color: #807A21;
}
.TagClassName
{
border-color: #807A21;
}
</style>