Shades of Pesto #7E7B31
Tints of Pesto #7E7B31
RGB
CMYK
RGB Variations
Color information
#7E7B31 (or 0x7E7B31) is known color: Pesto. HEX triplet: 7E, 7B and 31. RGB value is (126,123,49). Sum of RGB (Red+Green+Blue) = 126+123+49=298 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.28% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7B31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7B31 is #8184CE. Grayscale: #737373. Windows color (decimal): -8488143 or 3242878. OLE color: 3242878.
HSL color Cylindrical-coordinate representation of color #7E7B31: hue angle of 57.66º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E7B31 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 123 | 49 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.51 |
| HSL | 57.66º | 0.44% | 0.34% | - |
| HSV(B) | 57.66º | 0.61% | 0.49% | - |
| XYZ | 16.24 | 18.82 | 5.68 | - |
| YUV | 115.46 | 90.49 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 123 | 49 | 0 | 0.02 | 0.61 | 0.51 | 57.66 | 0.44 | 0.34 |
| Hex | 7E | 7B | 31 | 0 | 2 | 3D | 33 | 3A | 2C | 22 |
| Octal | 176 | 173 | 61 | 0 | 2 | 75 | 63 | 72 | 54 | 42 |
| Binary | 1111110 | 1111011 | 110001 | 0 | 10 | 111101 | 110011 | 111010 | 101100 | 100010 |
Color Harmonies of #7E7B31
Complementary color
Monochromatic Colors of #7E7B31
Black with #7E7B31
Text Example
Text Example
White with #7E7B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7B31; }
p { color: rgb(126,123,49); }
H1.HeaderClassName
{
color: #7E7B31;
}
.AnyTagClassName
{
color: #7E7B31;
}
</style>
background-color css
<style>
a { background-color: #7E7B31; }
a { background-color: rgb(126,123,49); }
div.DivClassName
{
background-color: #7E7B31;
}
.BgClassName
{
background-color: #7E7B31;
}
</style>
border-color css
<style>
span { border-color: #7E7B31; }
span { border-color: rgb(126,123,49); }
td.TdClassName
{
border-color: #7E7B31;
}
.TagClassName
{
border-color: #7E7B31;
}
</style>