Shades of Pesto #7B762E
Tints of Pesto #7B762E
RGB
CMYK
RGB Variations
Color information
#7B762E (or 0x7B762E) is known color: Pesto. HEX triplet: 7B, 76 and 2E. RGB value is (123,118,46). Sum of RGB (Red+Green+Blue) = 123+118+46=287 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.86% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 123 - color contains mainly: red. Hex color #7B762E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B762E is #8489D1. Grayscale: #6F6F6F. Windows color (decimal): -8686034 or 3044987. OLE color: 3044987.
HSL color Cylindrical-coordinate representation of color #7B762E: hue angle of 56.1º 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 #7B762E is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 118 | 46 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.52 |
| HSL | 56.1º | 0.46% | 0.33% | - |
| HSV(B) | 56.1º | 0.63% | 0.48% | - |
| XYZ | 15.14 | 17.37 | 5.14 | - |
| YUV | 111.29 | 91.16 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 118 | 46 | 0 | 0.04 | 0.63 | 0.52 | 56.1 | 0.46 | 0.33 |
| Hex | 7B | 76 | 2E | 0 | 4 | 3F | 34 | 38 | 2E | 21 |
| Octal | 173 | 166 | 56 | 0 | 4 | 77 | 64 | 70 | 56 | 41 |
| Binary | 1111011 | 1110110 | 101110 | 0 | 100 | 111111 | 110100 | 111000 | 101110 | 100001 |
Color Harmonies of #7B762E
Complementary color
Monochromatic Colors of #7B762E
Black with #7B762E
Text Example
Text Example
White with #7B762E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B762E; }
p { color: rgb(123,118,46); }
H1.HeaderClassName
{
color: #7B762E;
}
.AnyTagClassName
{
color: #7B762E;
}
</style>
background-color css
<style>
a { background-color: #7B762E; }
a { background-color: rgb(123,118,46); }
div.DivClassName
{
background-color: #7B762E;
}
.BgClassName
{
background-color: #7B762E;
}
</style>
border-color css
<style>
span { border-color: #7B762E; }
span { border-color: rgb(123,118,46); }
td.TdClassName
{
border-color: #7B762E;
}
.TagClassName
{
border-color: #7B762E;
}
</style>