Shades of Pesto #7A7115
Tints of Pesto #7A7115
RGB
CMYK
RGB Variations
Color information
#7A7115 (or 0x7A7115) is known color: Pesto. HEX triplet: 7A, 71 and 15. RGB value is (122,113,21). Sum of RGB (Red+Green+Blue) = 122+113+21=256 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.66% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7115 is #858EEA. Grayscale: #696969. Windows color (decimal): -8752875 or 1405306. OLE color: 1405306.
HSL color Cylindrical-coordinate representation of color #7A7115: hue angle of 54.65º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7A7115 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 113 | 21 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.52 |
| HSL | 54.65º | 0.71% | 0.28% | - |
| HSV(B) | 54.65º | 0.83% | 0.48% | - |
| XYZ | 14.07 | 16 | 3.06 | - |
| YUV | 105.2 | 80.48 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 113 | 21 | 0 | 0.07 | 0.83 | 0.52 | 54.65 | 0.71 | 0.28 |
| Hex | 7A | 71 | 15 | 0 | 7 | 53 | 34 | 37 | 47 | 1C |
| Octal | 172 | 161 | 25 | 0 | 7 | 123 | 64 | 67 | 107 | 34 |
| Binary | 1111010 | 1110001 | 10101 | 0 | 111 | 1010011 | 110100 | 110111 | 1000111 | 11100 |
Color Harmonies of #7A7115
Complementary color
Monochromatic Colors of #7A7115
Black with #7A7115
Text Example
Text Example
White with #7A7115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7115; }
p { color: rgb(122,113,21); }
H1.HeaderClassName
{
color: #7A7115;
}
.AnyTagClassName
{
color: #7A7115;
}
</style>
background-color css
<style>
a { background-color: #7A7115; }
a { background-color: rgb(122,113,21); }
div.DivClassName
{
background-color: #7A7115;
}
.BgClassName
{
background-color: #7A7115;
}
</style>
border-color css
<style>
span { border-color: #7A7115; }
span { border-color: rgb(122,113,21); }
td.TdClassName
{
border-color: #7A7115;
}
.TagClassName
{
border-color: #7A7115;
}
</style>