Shades of Pesto #7A6C26
Tints of Pesto #7A6C26
RGB
CMYK
RGB Variations
Color information
#7A6C26 (or 0x7A6C26) is known color: Pesto. HEX triplet: 7A, 6C and 26. RGB value is (122,108,38). Sum of RGB (Red+Green+Blue) = 122+108+38=268 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.52% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6C26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6C26 is #8593D9. Grayscale: #686868. Windows color (decimal): -8754138 or 2518138. OLE color: 2518138.
HSL color Cylindrical-coordinate representation of color #7A6C26: hue angle of 50º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A6C26 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 108 | 38 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.52 |
| HSL | 50º | 0.53% | 0.31% | - |
| HSV(B) | 50º | 0.69% | 0.48% | - |
| XYZ | 13.74 | 15 | 4.01 | - |
| YUV | 104.21 | 90.64 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 108 | 38 | 0 | 0.11 | 0.69 | 0.52 | 50 | 0.53 | 0.31 |
| Hex | 7A | 6C | 26 | 0 | B | 45 | 34 | 32 | 34 | 1F |
| Octal | 172 | 154 | 46 | 0 | 13 | 105 | 64 | 62 | 64 | 37 |
| Binary | 1111010 | 1101100 | 100110 | 0 | 1011 | 1000101 | 110100 | 110010 | 110100 | 11111 |
Color Harmonies of #7A6C26
Complementary color
Monochromatic Colors of #7A6C26
Black with #7A6C26
Text Example
Text Example
White with #7A6C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6C26; }
p { color: rgb(122,108,38); }
H1.HeaderClassName
{
color: #7A6C26;
}
.AnyTagClassName
{
color: #7A6C26;
}
</style>
background-color css
<style>
a { background-color: #7A6C26; }
a { background-color: rgb(122,108,38); }
div.DivClassName
{
background-color: #7A6C26;
}
.BgClassName
{
background-color: #7A6C26;
}
</style>
border-color css
<style>
span { border-color: #7A6C26; }
span { border-color: rgb(122,108,38); }
td.TdClassName
{
border-color: #7A6C26;
}
.TagClassName
{
border-color: #7A6C26;
}
</style>