Shades of Pesto #7A6F2D
Tints of Pesto #7A6F2D
RGB
CMYK
RGB Variations
Color information
#7A6F2D (or 0x7A6F2D) is known color: Pesto. HEX triplet: 7A, 6F and 2D. RGB value is (122,111,45). Sum of RGB (Red+Green+Blue) = 122+111+45=278 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.88% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6F2D is #8590D2. Grayscale: #6B6B6B. Windows color (decimal): -8753363 or 2977658. OLE color: 2977658.
HSL color Cylindrical-coordinate representation of color #7A6F2D: hue angle of 51.43º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A6F2D is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 111 | 45 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.52 |
| HSL | 51.43º | 0.46% | 0.33% | - |
| HSV(B) | 51.43º | 0.63% | 0.48% | - |
| XYZ | 14.18 | 15.7 | 4.76 | - |
| YUV | 106.77 | 93.14 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 111 | 45 | 0 | 0.09 | 0.63 | 0.52 | 51.43 | 0.46 | 0.33 |
| Hex | 7A | 6F | 2D | 0 | 9 | 3F | 34 | 33 | 2E | 21 |
| Octal | 172 | 157 | 55 | 0 | 11 | 77 | 64 | 63 | 56 | 41 |
| Binary | 1111010 | 1101111 | 101101 | 0 | 1001 | 111111 | 110100 | 110011 | 101110 | 100001 |
Color Harmonies of #7A6F2D
Complementary color
Monochromatic Colors of #7A6F2D
Black with #7A6F2D
Text Example
Text Example
White with #7A6F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6F2D; }
p { color: rgb(122,111,45); }
H1.HeaderClassName
{
color: #7A6F2D;
}
.AnyTagClassName
{
color: #7A6F2D;
}
</style>
background-color css
<style>
a { background-color: #7A6F2D; }
a { background-color: rgb(122,111,45); }
div.DivClassName
{
background-color: #7A6F2D;
}
.BgClassName
{
background-color: #7A6F2D;
}
</style>
border-color css
<style>
span { border-color: #7A6F2D; }
span { border-color: rgb(122,111,45); }
td.TdClassName
{
border-color: #7A6F2D;
}
.TagClassName
{
border-color: #7A6F2D;
}
</style>