Shades of Pesto #7F7028
Tints of Pesto #7F7028
RGB
CMYK
RGB Variations
Color information
#7F7028 (or 0x7F7028) is known color: Pesto. HEX triplet: 7F, 70 and 28. RGB value is (127,112,40). Sum of RGB (Red+Green+Blue) = 127+112+40=279 (36% of max value = 765). Red value is 127 (50% from 255 or 45.52% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7028 is #808FD7. Grayscale: #6C6C6C. Windows color (decimal): -8425432 or 2650239. OLE color: 2650239.
HSL color Cylindrical-coordinate representation of color #7F7028: hue angle of 49.66º 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 #7F7028 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 112 | 40 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.50 |
| HSL | 49.66º | 0.52% | 0.33% | - |
| HSV(B) | 49.66º | 0.69% | 0.5% | - |
| XYZ | 14.93 | 16.25 | 4.36 | - |
| YUV | 108.28 | 89.47 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 112 | 40 | 0 | 0.12 | 0.69 | 0.50 | 49.66 | 0.52 | 0.33 |
| Hex | 7F | 70 | 28 | 0 | C | 45 | 32 | 32 | 34 | 21 |
| Octal | 177 | 160 | 50 | 0 | 14 | 105 | 62 | 62 | 64 | 41 |
| Binary | 1111111 | 1110000 | 101000 | 0 | 1100 | 1000101 | 110010 | 110010 | 110100 | 100001 |
Color Harmonies of #7F7028
Complementary color
Monochromatic Colors of #7F7028
Black with #7F7028
Text Example
Text Example
White with #7F7028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7028; }
p { color: rgb(127,112,40); }
H1.HeaderClassName
{
color: #7F7028;
}
.AnyTagClassName
{
color: #7F7028;
}
</style>
background-color css
<style>
a { background-color: #7F7028; }
a { background-color: rgb(127,112,40); }
div.DivClassName
{
background-color: #7F7028;
}
.BgClassName
{
background-color: #7F7028;
}
</style>
border-color css
<style>
span { border-color: #7F7028; }
span { border-color: rgb(127,112,40); }
td.TdClassName
{
border-color: #7F7028;
}
.TagClassName
{
border-color: #7F7028;
}
</style>