Shades of Pesto #7B7722
Tints of Pesto #7B7722
RGB
CMYK
RGB Variations
Color information
#7B7722 (or 0x7B7722) is known color: Pesto. HEX triplet: 7B, 77 and 22. RGB value is (123,119,34). Sum of RGB (Red+Green+Blue) = 123+119+34=276 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.57% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7722 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7722 is #8488DD. Grayscale: #6E6E6E. Windows color (decimal): -8685790 or 2258811. OLE color: 2258811.
HSL color Cylindrical-coordinate representation of color #7B7722: hue angle of 57.3º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B7722 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 119 | 34 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.52 |
| HSL | 57.3º | 0.57% | 0.31% | - |
| HSV(B) | 57.3º | 0.72% | 0.48% | - |
| XYZ | 15.05 | 17.52 | 4.1 | - |
| YUV | 110.51 | 84.83 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 119 | 34 | 0 | 0.03 | 0.72 | 0.52 | 57.3 | 0.57 | 0.31 |
| Hex | 7B | 77 | 22 | 0 | 3 | 48 | 34 | 39 | 39 | 1F |
| Octal | 173 | 167 | 42 | 0 | 3 | 110 | 64 | 71 | 71 | 37 |
| Binary | 1111011 | 1110111 | 100010 | 0 | 11 | 1001000 | 110100 | 111001 | 111001 | 11111 |
Color Harmonies of #7B7722
Complementary color
Monochromatic Colors of #7B7722
Black with #7B7722
Text Example
Text Example
White with #7B7722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7722; }
p { color: rgb(123,119,34); }
H1.HeaderClassName
{
color: #7B7722;
}
.AnyTagClassName
{
color: #7B7722;
}
</style>
background-color css
<style>
a { background-color: #7B7722; }
a { background-color: rgb(123,119,34); }
div.DivClassName
{
background-color: #7B7722;
}
.BgClassName
{
background-color: #7B7722;
}
</style>
border-color css
<style>
span { border-color: #7B7722; }
span { border-color: rgb(123,119,34); }
td.TdClassName
{
border-color: #7B7722;
}
.TagClassName
{
border-color: #7B7722;
}
</style>