Shades of Pesto #7F7B2E
Tints of Pesto #7F7B2E
RGB
CMYK
RGB Variations
Color information
#7F7B2E (or 0x7F7B2E) is known color: Pesto. HEX triplet: 7F, 7B and 2E. RGB value is (127,123,46). Sum of RGB (Red+Green+Blue) = 127+123+46=296 (39% of max value = 765). Red value is 127 (50% from 255 or 42.91% from 296); Green value is 123 (48.44% from 255 or 41.55% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7B2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7B2E is #8084D1. Grayscale: #737373. Windows color (decimal): -8422610 or 3046271. OLE color: 3046271.
HSL color Cylindrical-coordinate representation of color #7F7B2E: hue angle of 57.04º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F7B2E is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 123 | 46 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.50 |
| HSL | 57.04º | 0.47% | 0.34% | - |
| HSV(B) | 57.04º | 0.64% | 0.5% | - |
| XYZ | 16.33 | 18.88 | 5.37 | - |
| YUV | 115.42 | 88.83 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 123 | 46 | 0 | 0.03 | 0.64 | 0.50 | 57.04 | 0.47 | 0.34 |
| Hex | 7F | 7B | 2E | 0 | 3 | 40 | 32 | 39 | 2F | 22 |
| Octal | 177 | 173 | 56 | 0 | 3 | 100 | 62 | 71 | 57 | 42 |
| Binary | 1111111 | 1111011 | 101110 | 0 | 11 | 1000000 | 110010 | 111001 | 101111 | 100010 |
Color Harmonies of #7F7B2E
Complementary color
Monochromatic Colors of #7F7B2E
Black with #7F7B2E
Text Example
Text Example
White with #7F7B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7B2E; }
p { color: rgb(127,123,46); }
H1.HeaderClassName
{
color: #7F7B2E;
}
.AnyTagClassName
{
color: #7F7B2E;
}
</style>
background-color css
<style>
a { background-color: #7F7B2E; }
a { background-color: rgb(127,123,46); }
div.DivClassName
{
background-color: #7F7B2E;
}
.BgClassName
{
background-color: #7F7B2E;
}
</style>
border-color css
<style>
span { border-color: #7F7B2E; }
span { border-color: rgb(127,123,46); }
td.TdClassName
{
border-color: #7F7B2E;
}
.TagClassName
{
border-color: #7F7B2E;
}
</style>