Shades of Pesto #7A6B28
Tints of Pesto #7A6B28
RGB
CMYK
RGB Variations
Color information
#7A6B28 (or 0x7A6B28) is known color: Pesto. HEX triplet: 7A, 6B and 28. RGB value is (122,107,40). Sum of RGB (Red+Green+Blue) = 122+107+40=269 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.35% from 269); Green value is 107 (42.19% from 255 or 39.78% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6B28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6B28 is #8594D7. Grayscale: #686868. Windows color (decimal): -8754392 or 2648954. OLE color: 2648954.
HSL color Cylindrical-coordinate representation of color #7A6B28: hue angle of 49.02º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7A6B28 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 107 | 40 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.52 |
| HSL | 49.02º | 0.51% | 0.32% | - |
| HSV(B) | 49.02º | 0.67% | 0.48% | - |
| XYZ | 13.67 | 14.81 | 4.15 | - |
| YUV | 103.85 | 91.97 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 107 | 40 | 0 | 0.12 | 0.67 | 0.52 | 49.02 | 0.51 | 0.32 |
| Hex | 7A | 6B | 28 | 0 | C | 43 | 34 | 31 | 33 | 20 |
| Octal | 172 | 153 | 50 | 0 | 14 | 103 | 64 | 61 | 63 | 40 |
| Binary | 1111010 | 1101011 | 101000 | 0 | 1100 | 1000011 | 110100 | 110001 | 110011 | 100000 |
Color Harmonies of #7A6B28
Complementary color
Monochromatic Colors of #7A6B28
Black with #7A6B28
Text Example
Text Example
White with #7A6B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6B28; }
p { color: rgb(122,107,40); }
H1.HeaderClassName
{
color: #7A6B28;
}
.AnyTagClassName
{
color: #7A6B28;
}
</style>
background-color css
<style>
a { background-color: #7A6B28; }
a { background-color: rgb(122,107,40); }
div.DivClassName
{
background-color: #7A6B28;
}
.BgClassName
{
background-color: #7A6B28;
}
</style>
border-color css
<style>
span { border-color: #7A6B28; }
span { border-color: rgb(122,107,40); }
td.TdClassName
{
border-color: #7A6B28;
}
.TagClassName
{
border-color: #7A6B28;
}
</style>