Shades of Pesto #7A6C27
Tints of Pesto #7A6C27
RGB
CMYK
RGB Variations
Color information
#7A6C27 (or 0x7A6C27) is known color: Pesto. HEX triplet: 7A, 6C and 27. RGB value is (122,108,39). Sum of RGB (Red+Green+Blue) = 122+108+39=269 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.35% from 269); Green value is 108 (42.58% from 255 or 40.15% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6C27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6C27 is #8593D8. Grayscale: #686868. Windows color (decimal): -8754137 or 2583674. OLE color: 2583674.
HSL color Cylindrical-coordinate representation of color #7A6C27: hue angle of 49.88º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7A6C27 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 108 | 39 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.52 |
| HSL | 49.88º | 0.52% | 0.32% | - |
| HSV(B) | 49.88º | 0.68% | 0.48% | - |
| XYZ | 13.75 | 15.01 | 4.09 | - |
| YUV | 104.32 | 91.14 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 108 | 39 | 0 | 0.11 | 0.68 | 0.52 | 49.88 | 0.52 | 0.32 |
| Hex | 7A | 6C | 27 | 0 | B | 44 | 34 | 32 | 34 | 20 |
| Octal | 172 | 154 | 47 | 0 | 13 | 104 | 64 | 62 | 64 | 40 |
| Binary | 1111010 | 1101100 | 100111 | 0 | 1011 | 1000100 | 110100 | 110010 | 110100 | 100000 |
Color Harmonies of #7A6C27
Complementary color
Monochromatic Colors of #7A6C27
Black with #7A6C27
Text Example
Text Example
White with #7A6C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6C27; }
p { color: rgb(122,108,39); }
H1.HeaderClassName
{
color: #7A6C27;
}
.AnyTagClassName
{
color: #7A6C27;
}
</style>
background-color css
<style>
a { background-color: #7A6C27; }
a { background-color: rgb(122,108,39); }
div.DivClassName
{
background-color: #7A6C27;
}
.BgClassName
{
background-color: #7A6C27;
}
</style>
border-color css
<style>
span { border-color: #7A6C27; }
span { border-color: rgb(122,108,39); }
td.TdClassName
{
border-color: #7A6C27;
}
.TagClassName
{
border-color: #7A6C27;
}
</style>