Shades of Pesto #7B732A
Tints of Pesto #7B732A
RGB
CMYK
RGB Variations
Color information
#7B732A (or 0x7B732A) is known color: Pesto. HEX triplet: 7B, 73 and 2A. RGB value is (123,115,42). Sum of RGB (Red+Green+Blue) = 123+115+42=280 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.93% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 123 - color contains mainly: red. Hex color #7B732A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B732A is #848CD5. Grayscale: #6D6D6D. Windows color (decimal): -8686806 or 2782075. OLE color: 2782075.
HSL color Cylindrical-coordinate representation of color #7B732A: hue angle of 54.07º 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 #7B732A is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 115 | 42 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.52 |
| HSL | 54.07º | 0.49% | 0.32% | - |
| HSV(B) | 54.07º | 0.66% | 0.48% | - |
| XYZ | 14.72 | 16.64 | 4.63 | - |
| YUV | 109.07 | 90.15 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 115 | 42 | 0 | 0.07 | 0.66 | 0.52 | 54.07 | 0.49 | 0.32 |
| Hex | 7B | 73 | 2A | 0 | 7 | 42 | 34 | 36 | 31 | 20 |
| Octal | 173 | 163 | 52 | 0 | 7 | 102 | 64 | 66 | 61 | 40 |
| Binary | 1111011 | 1110011 | 101010 | 0 | 111 | 1000010 | 110100 | 110110 | 110001 | 100000 |
Color Harmonies of #7B732A
Complementary color
Monochromatic Colors of #7B732A
Black with #7B732A
Text Example
Text Example
White with #7B732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B732A; }
p { color: rgb(123,115,42); }
H1.HeaderClassName
{
color: #7B732A;
}
.AnyTagClassName
{
color: #7B732A;
}
</style>
background-color css
<style>
a { background-color: #7B732A; }
a { background-color: rgb(123,115,42); }
div.DivClassName
{
background-color: #7B732A;
}
.BgClassName
{
background-color: #7B732A;
}
</style>
border-color css
<style>
span { border-color: #7B732A; }
span { border-color: rgb(123,115,42); }
td.TdClassName
{
border-color: #7B732A;
}
.TagClassName
{
border-color: #7B732A;
}
</style>