Shades of Pesto #7A7223
Tints of Pesto #7A7223
RGB
CMYK
RGB Variations
Color information
#7A7223 (or 0x7A7223) is known color: Pesto. HEX triplet: 7A, 72 and 23. RGB value is (122,114,35). Sum of RGB (Red+Green+Blue) = 122+114+35=271 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.02% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 35 (14.06% from 255 or 12.92% from 271); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7223 is #858DDC. Grayscale: #6B6B6B. Windows color (decimal): -8752605 or 2323066. OLE color: 2323066.
HSL color Cylindrical-coordinate representation of color #7A7223: hue angle of 54.48º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7A7223 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 114 | 35 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.52 |
| HSL | 54.48º | 0.55% | 0.31% | - |
| HSV(B) | 54.48º | 0.71% | 0.48% | - |
| XYZ | 14.35 | 16.29 | 3.98 | - |
| YUV | 107.39 | 87.15 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 114 | 35 | 0 | 0.07 | 0.71 | 0.52 | 54.48 | 0.55 | 0.31 |
| Hex | 7A | 72 | 23 | 0 | 7 | 47 | 34 | 36 | 37 | 1F |
| Octal | 172 | 162 | 43 | 0 | 7 | 107 | 64 | 66 | 67 | 37 |
| Binary | 1111010 | 1110010 | 100011 | 0 | 111 | 1000111 | 110100 | 110110 | 110111 | 11111 |
Color Harmonies of #7A7223
Complementary color
Monochromatic Colors of #7A7223
Black with #7A7223
Text Example
Text Example
White with #7A7223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7223; }
p { color: rgb(122,114,35); }
H1.HeaderClassName
{
color: #7A7223;
}
.AnyTagClassName
{
color: #7A7223;
}
</style>
background-color css
<style>
a { background-color: #7A7223; }
a { background-color: rgb(122,114,35); }
div.DivClassName
{
background-color: #7A7223;
}
.BgClassName
{
background-color: #7A7223;
}
</style>
border-color css
<style>
span { border-color: #7A7223; }
span { border-color: rgb(122,114,35); }
td.TdClassName
{
border-color: #7A7223;
}
.TagClassName
{
border-color: #7A7223;
}
</style>