Shades of Pesto #7A7827
Tints of Pesto #7A7827
RGB
CMYK
RGB Variations
Color information
#7A7827 (or 0x7A7827) is known color: Pesto. HEX triplet: 7A, 78 and 27. RGB value is (122,120,39). Sum of RGB (Red+Green+Blue) = 122+120+39=281 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.42% from 281); Green value is 120 (47.27% from 255 or 42.70% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7827 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7827 is #8587D8. Grayscale: #6F6F6F. Windows color (decimal): -8751065 or 2586746. OLE color: 2586746.
HSL color Cylindrical-coordinate representation of color #7A7827: hue angle of 58.55º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7A7827 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 120 | 39 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.52 |
| HSL | 58.55º | 0.52% | 0.32% | - |
| HSV(B) | 58.55º | 0.68% | 0.48% | - |
| XYZ | 15.11 | 17.72 | 4.54 | - |
| YUV | 111.36 | 87.16 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 120 | 39 | 0 | 0.02 | 0.68 | 0.52 | 58.55 | 0.52 | 0.32 |
| Hex | 7A | 78 | 27 | 0 | 2 | 44 | 34 | 3B | 34 | 20 |
| Octal | 172 | 170 | 47 | 0 | 2 | 104 | 64 | 73 | 64 | 40 |
| Binary | 1111010 | 1111000 | 100111 | 0 | 10 | 1000100 | 110100 | 111011 | 110100 | 100000 |
Color Harmonies of #7A7827
Complementary color
Monochromatic Colors of #7A7827
Black with #7A7827
Text Example
Text Example
White with #7A7827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7827; }
p { color: rgb(122,120,39); }
H1.HeaderClassName
{
color: #7A7827;
}
.AnyTagClassName
{
color: #7A7827;
}
</style>
background-color css
<style>
a { background-color: #7A7827; }
a { background-color: rgb(122,120,39); }
div.DivClassName
{
background-color: #7A7827;
}
.BgClassName
{
background-color: #7A7827;
}
</style>
border-color css
<style>
span { border-color: #7A7827; }
span { border-color: rgb(122,120,39); }
td.TdClassName
{
border-color: #7A7827;
}
.TagClassName
{
border-color: #7A7827;
}
</style>