Shades of Pesto #7A7217
Tints of Pesto #7A7217
RGB
CMYK
RGB Variations
Color information
#7A7217 (or 0x7A7217) is known color: Pesto. HEX triplet: 7A, 72 and 17. RGB value is (122,114,23). Sum of RGB (Red+Green+Blue) = 122+114+23=259 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.10% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 23 (9.38% from 255 or 8.88% from 259); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7217 is #858DE8. Grayscale: #6A6A6A. Windows color (decimal): -8752617 or 1536634. OLE color: 1536634.
HSL color Cylindrical-coordinate representation of color #7A7217: hue angle of 55.15º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A7217 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 114 | 23 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.52 |
| HSL | 55.15º | 0.68% | 0.28% | - |
| HSV(B) | 55.15º | 0.81% | 0.48% | - |
| XYZ | 14.2 | 16.23 | 3.2 | - |
| YUV | 106.02 | 81.15 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 114 | 23 | 0 | 0.07 | 0.81 | 0.52 | 55.15 | 0.68 | 0.28 |
| Hex | 7A | 72 | 17 | 0 | 7 | 51 | 34 | 37 | 44 | 1C |
| Octal | 172 | 162 | 27 | 0 | 7 | 121 | 64 | 67 | 104 | 34 |
| Binary | 1111010 | 1110010 | 10111 | 0 | 111 | 1010001 | 110100 | 110111 | 1000100 | 11100 |
Color Harmonies of #7A7217
Complementary color
Monochromatic Colors of #7A7217
Black with #7A7217
Text Example
Text Example
White with #7A7217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7217; }
p { color: rgb(122,114,23); }
H1.HeaderClassName
{
color: #7A7217;
}
.AnyTagClassName
{
color: #7A7217;
}
</style>
background-color css
<style>
a { background-color: #7A7217; }
a { background-color: rgb(122,114,23); }
div.DivClassName
{
background-color: #7A7217;
}
.BgClassName
{
background-color: #7A7217;
}
</style>
border-color css
<style>
span { border-color: #7A7217; }
span { border-color: rgb(122,114,23); }
td.TdClassName
{
border-color: #7A7217;
}
.TagClassName
{
border-color: #7A7217;
}
</style>