Shades of Pesto #7F7A36
Tints of Pesto #7F7A36
RGB
CMYK
RGB Variations
Color information
#7F7A36 (or 0x7F7A36) is known color: Pesto. HEX triplet: 7F, 7A and 36. RGB value is (127,122,54). Sum of RGB (Red+Green+Blue) = 127+122+54=303 (40% of max value = 765). Red value is 127 (50% from 255 or 41.91% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7A36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7A36 is #8085C9. Grayscale: #747474. Windows color (decimal): -8422858 or 3570303. OLE color: 3570303.
HSL color Cylindrical-coordinate representation of color #7F7A36: hue angle of 55.89º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F7A36 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 122 | 54 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.50 |
| HSL | 55.89º | 0.4% | 0.35% | - |
| HSV(B) | 55.89º | 0.57% | 0.5% | - |
| XYZ | 16.38 | 18.7 | 6.24 | - |
| YUV | 115.74 | 93.16 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 122 | 54 | 0 | 0.04 | 0.57 | 0.50 | 55.89 | 0.4 | 0.35 |
| Hex | 7F | 7A | 36 | 0 | 4 | 39 | 32 | 38 | 28 | 23 |
| Octal | 177 | 172 | 66 | 0 | 4 | 71 | 62 | 70 | 50 | 43 |
| Binary | 1111111 | 1111010 | 110110 | 0 | 100 | 111001 | 110010 | 111000 | 101000 | 100011 |
Color Harmonies of #7F7A36
Complementary color
Monochromatic Colors of #7F7A36
Black with #7F7A36
Text Example
Text Example
White with #7F7A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7A36; }
p { color: rgb(127,122,54); }
H1.HeaderClassName
{
color: #7F7A36;
}
.AnyTagClassName
{
color: #7F7A36;
}
</style>
background-color css
<style>
a { background-color: #7F7A36; }
a { background-color: rgb(127,122,54); }
div.DivClassName
{
background-color: #7F7A36;
}
.BgClassName
{
background-color: #7F7A36;
}
</style>
border-color css
<style>
span { border-color: #7F7A36; }
span { border-color: rgb(127,122,54); }
td.TdClassName
{
border-color: #7F7A36;
}
.TagClassName
{
border-color: #7F7A36;
}
</style>