Shades of Pesto #7B722A
Tints of Pesto #7B722A
RGB
CMYK
RGB Variations
Color information
#7B722A (or 0x7B722A) is known color: Pesto. HEX triplet: 7B, 72 and 2A. RGB value is (123,114,42). Sum of RGB (Red+Green+Blue) = 123+114+42=279 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.09% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 123 - color contains mainly: red. Hex color #7B722A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B722A is #848DD5. Grayscale: #6C6C6C. Windows color (decimal): -8687062 or 2781819. OLE color: 2781819.
HSL color Cylindrical-coordinate representation of color #7B722A: hue angle of 53.33º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7B722A is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 114 | 42 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.52 |
| HSL | 53.33º | 0.49% | 0.32% | - |
| HSV(B) | 53.33º | 0.66% | 0.48% | - |
| XYZ | 14.6 | 16.41 | 4.59 | - |
| YUV | 108.48 | 90.48 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 114 | 42 | 0 | 0.07 | 0.66 | 0.52 | 53.33 | 0.49 | 0.32 |
| Hex | 7B | 72 | 2A | 0 | 7 | 42 | 34 | 35 | 31 | 20 |
| Octal | 173 | 162 | 52 | 0 | 7 | 102 | 64 | 65 | 61 | 40 |
| Binary | 1111011 | 1110010 | 101010 | 0 | 111 | 1000010 | 110100 | 110101 | 110001 | 100000 |
Color Harmonies of #7B722A
Complementary color
Monochromatic Colors of #7B722A
Black with #7B722A
Text Example
Text Example
White with #7B722A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B722A; }
p { color: rgb(123,114,42); }
H1.HeaderClassName
{
color: #7B722A;
}
.AnyTagClassName
{
color: #7B722A;
}
</style>
background-color css
<style>
a { background-color: #7B722A; }
a { background-color: rgb(123,114,42); }
div.DivClassName
{
background-color: #7B722A;
}
.BgClassName
{
background-color: #7B722A;
}
</style>
border-color css
<style>
span { border-color: #7B722A; }
span { border-color: rgb(123,114,42); }
td.TdClassName
{
border-color: #7B722A;
}
.TagClassName
{
border-color: #7B722A;
}
</style>