Shades of Pesto #7A7023
Tints of Pesto #7A7023
RGB
CMYK
RGB Variations
Color information
#7A7023 (or 0x7A7023) is known color: Pesto. HEX triplet: 7A, 70 and 23. RGB value is (122,112,35). Sum of RGB (Red+Green+Blue) = 122+112+35=269 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.35% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7023 is #858FDC. Grayscale: #6A6A6A. Windows color (decimal): -8753117 or 2322554. OLE color: 2322554.
HSL color Cylindrical-coordinate representation of color #7A7023: hue angle of 53.1º 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 #7A7023 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 112 | 35 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.52 |
| HSL | 53.1º | 0.55% | 0.31% | - |
| HSV(B) | 53.1º | 0.71% | 0.48% | - |
| XYZ | 14.12 | 15.85 | 3.9 | - |
| YUV | 106.21 | 87.81 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 112 | 35 | 0 | 0.08 | 0.71 | 0.52 | 53.1 | 0.55 | 0.31 |
| Hex | 7A | 70 | 23 | 0 | 8 | 47 | 34 | 35 | 37 | 1F |
| Octal | 172 | 160 | 43 | 0 | 10 | 107 | 64 | 65 | 67 | 37 |
| Binary | 1111010 | 1110000 | 100011 | 0 | 1000 | 1000111 | 110100 | 110101 | 110111 | 11111 |
Color Harmonies of #7A7023
Complementary color
Monochromatic Colors of #7A7023
Black with #7A7023
Text Example
Text Example
White with #7A7023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7023; }
p { color: rgb(122,112,35); }
H1.HeaderClassName
{
color: #7A7023;
}
.AnyTagClassName
{
color: #7A7023;
}
</style>
background-color css
<style>
a { background-color: #7A7023; }
a { background-color: rgb(122,112,35); }
div.DivClassName
{
background-color: #7A7023;
}
.BgClassName
{
background-color: #7A7023;
}
</style>
border-color css
<style>
span { border-color: #7A7023; }
span { border-color: rgb(122,112,35); }
td.TdClassName
{
border-color: #7A7023;
}
.TagClassName
{
border-color: #7A7023;
}
</style>