Shades of Pesto #7F7B2A
Tints of Pesto #7F7B2A
RGB
CMYK
RGB Variations
Color information
#7F7B2A (or 0x7F7B2A) is known color: Pesto. HEX triplet: 7F, 7B and 2A. RGB value is (127,123,42). Sum of RGB (Red+Green+Blue) = 127+123+42=292 (38% of max value = 765). Red value is 127 (50% from 255 or 43.49% from 292); Green value is 123 (48.44% from 255 or 42.12% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7B2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7B2A is #8084D5. Grayscale: #737373. Windows color (decimal): -8422614 or 2784127. OLE color: 2784127.
HSL color Cylindrical-coordinate representation of color #7F7B2A: hue angle of 57.18º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F7B2A is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 123 | 42 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.50 |
| HSL | 57.18º | 0.5% | 0.33% | - |
| HSV(B) | 57.18º | 0.67% | 0.5% | - |
| XYZ | 16.25 | 18.85 | 4.97 | - |
| YUV | 114.96 | 86.83 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 123 | 42 | 0 | 0.03 | 0.67 | 0.50 | 57.18 | 0.5 | 0.33 |
| Hex | 7F | 7B | 2A | 0 | 3 | 43 | 32 | 39 | 32 | 21 |
| Octal | 177 | 173 | 52 | 0 | 3 | 103 | 62 | 71 | 62 | 41 |
| Binary | 1111111 | 1111011 | 101010 | 0 | 11 | 1000011 | 110010 | 111001 | 110010 | 100001 |
Color Harmonies of #7F7B2A
Complementary color
Monochromatic Colors of #7F7B2A
Black with #7F7B2A
Text Example
Text Example
White with #7F7B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7B2A; }
p { color: rgb(127,123,42); }
H1.HeaderClassName
{
color: #7F7B2A;
}
.AnyTagClassName
{
color: #7F7B2A;
}
</style>
background-color css
<style>
a { background-color: #7F7B2A; }
a { background-color: rgb(127,123,42); }
div.DivClassName
{
background-color: #7F7B2A;
}
.BgClassName
{
background-color: #7F7B2A;
}
</style>
border-color css
<style>
span { border-color: #7F7B2A; }
span { border-color: rgb(127,123,42); }
td.TdClassName
{
border-color: #7F7B2A;
}
.TagClassName
{
border-color: #7F7B2A;
}
</style>