Shades of Pesto #7F7A28
Tints of Pesto #7F7A28
RGB
CMYK
RGB Variations
Color information
#7F7A28 (or 0x7F7A28) is known color: Pesto. HEX triplet: 7F, 7A and 28. RGB value is (127,122,40). Sum of RGB (Red+Green+Blue) = 127+122+40=289 (38% of max value = 765). Red value is 127 (50% from 255 or 43.94% from 289); Green value is 122 (48.05% from 255 or 42.21% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7A28 is #8085D7. Grayscale: #727272. Windows color (decimal): -8422872 or 2652799. OLE color: 2652799.
HSL color Cylindrical-coordinate representation of color #7F7A28: hue angle of 56.55º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F7A28 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 122 | 40 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.50 |
| HSL | 56.55º | 0.52% | 0.33% | - |
| HSV(B) | 56.55º | 0.69% | 0.5% | - |
| XYZ | 16.09 | 18.58 | 4.75 | - |
| YUV | 114.15 | 86.16 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 122 | 40 | 0 | 0.04 | 0.69 | 0.50 | 56.55 | 0.52 | 0.33 |
| Hex | 7F | 7A | 28 | 0 | 4 | 45 | 32 | 39 | 34 | 21 |
| Octal | 177 | 172 | 50 | 0 | 4 | 105 | 62 | 71 | 64 | 41 |
| Binary | 1111111 | 1111010 | 101000 | 0 | 100 | 1000101 | 110010 | 111001 | 110100 | 100001 |
Color Harmonies of #7F7A28
Complementary color
Monochromatic Colors of #7F7A28
Black with #7F7A28
Text Example
Text Example
White with #7F7A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7A28; }
p { color: rgb(127,122,40); }
H1.HeaderClassName
{
color: #7F7A28;
}
.AnyTagClassName
{
color: #7F7A28;
}
</style>
background-color css
<style>
a { background-color: #7F7A28; }
a { background-color: rgb(127,122,40); }
div.DivClassName
{
background-color: #7F7A28;
}
.BgClassName
{
background-color: #7F7A28;
}
</style>
border-color css
<style>
span { border-color: #7F7A28; }
span { border-color: rgb(127,122,40); }
td.TdClassName
{
border-color: #7F7A28;
}
.TagClassName
{
border-color: #7F7A28;
}
</style>