Shades of Pesto #7B732E
Tints of Pesto #7B732E
RGB
CMYK
RGB Variations
Color information
#7B732E (or 0x7B732E) is known color: Pesto. HEX triplet: 7B, 73 and 2E. RGB value is (123,115,46). Sum of RGB (Red+Green+Blue) = 123+115+46=284 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.31% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 123 - color contains mainly: red. Hex color #7B732E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B732E is #848CD1. Grayscale: #6D6D6D. Windows color (decimal): -8686802 or 3044219. OLE color: 3044219.
HSL color Cylindrical-coordinate representation of color #7B732E: hue angle of 53.77º 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 #7B732E is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 115 | 46 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.52 |
| HSL | 53.77º | 0.46% | 0.33% | - |
| HSV(B) | 53.77º | 0.63% | 0.48% | - |
| XYZ | 14.79 | 16.67 | 5.02 | - |
| YUV | 109.53 | 92.15 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 115 | 46 | 0 | 0.07 | 0.63 | 0.52 | 53.77 | 0.46 | 0.33 |
| Hex | 7B | 73 | 2E | 0 | 7 | 3F | 34 | 36 | 2E | 21 |
| Octal | 173 | 163 | 56 | 0 | 7 | 77 | 64 | 66 | 56 | 41 |
| Binary | 1111011 | 1110011 | 101110 | 0 | 111 | 111111 | 110100 | 110110 | 101110 | 100001 |
Color Harmonies of #7B732E
Complementary color
Monochromatic Colors of #7B732E
Black with #7B732E
Text Example
Text Example
White with #7B732E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B732E; }
p { color: rgb(123,115,46); }
H1.HeaderClassName
{
color: #7B732E;
}
.AnyTagClassName
{
color: #7B732E;
}
</style>
background-color css
<style>
a { background-color: #7B732E; }
a { background-color: rgb(123,115,46); }
div.DivClassName
{
background-color: #7B732E;
}
.BgClassName
{
background-color: #7B732E;
}
</style>
border-color css
<style>
span { border-color: #7B732E; }
span { border-color: rgb(123,115,46); }
td.TdClassName
{
border-color: #7B732E;
}
.TagClassName
{
border-color: #7B732E;
}
</style>