Shades of Pesto #7B732C
Tints of Pesto #7B732C
RGB
CMYK
RGB Variations
Color information
#7B732C (or 0x7B732C) is known color: Pesto. HEX triplet: 7B, 73 and 2C. RGB value is (123,115,44). Sum of RGB (Red+Green+Blue) = 123+115+44=282 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.62% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 123 - color contains mainly: red. Hex color #7B732C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B732C is #848CD3. Grayscale: #6D6D6D. Windows color (decimal): -8686804 or 2913147. OLE color: 2913147.
HSL color Cylindrical-coordinate representation of color #7B732C: hue angle of 53.92º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7B732C is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 115 | 44 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.52 |
| HSL | 53.92º | 0.47% | 0.33% | - |
| HSV(B) | 53.92º | 0.64% | 0.48% | - |
| XYZ | 14.75 | 16.65 | 4.82 | - |
| YUV | 109.3 | 91.15 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 115 | 44 | 0 | 0.07 | 0.64 | 0.52 | 53.92 | 0.47 | 0.33 |
| Hex | 7B | 73 | 2C | 0 | 7 | 40 | 34 | 36 | 2F | 21 |
| Octal | 173 | 163 | 54 | 0 | 7 | 100 | 64 | 66 | 57 | 41 |
| Binary | 1111011 | 1110011 | 101100 | 0 | 111 | 1000000 | 110100 | 110110 | 101111 | 100001 |
Color Harmonies of #7B732C
Complementary color
Monochromatic Colors of #7B732C
Black with #7B732C
Text Example
Text Example
White with #7B732C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B732C; }
p { color: rgb(123,115,44); }
H1.HeaderClassName
{
color: #7B732C;
}
.AnyTagClassName
{
color: #7B732C;
}
</style>
background-color css
<style>
a { background-color: #7B732C; }
a { background-color: rgb(123,115,44); }
div.DivClassName
{
background-color: #7B732C;
}
.BgClassName
{
background-color: #7B732C;
}
</style>
border-color css
<style>
span { border-color: #7B732C; }
span { border-color: rgb(123,115,44); }
td.TdClassName
{
border-color: #7B732C;
}
.TagClassName
{
border-color: #7B732C;
}
</style>