Shades of Pesto #7F7128
Tints of Pesto #7F7128
RGB
CMYK
RGB Variations
Color information
#7F7128 (or 0x7F7128) is known color: Pesto. HEX triplet: 7F, 71 and 28. RGB value is (127,113,40). Sum of RGB (Red+Green+Blue) = 127+113+40=280 (37% of max value = 765). Red value is 127 (50% from 255 or 45.36% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7128 is #808ED7. Grayscale: #6D6D6D. Windows color (decimal): -8425176 or 2650495. OLE color: 2650495.
HSL color Cylindrical-coordinate representation of color #7F7128: hue angle of 50.34º 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 #7F7128 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 113 | 40 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.50 |
| HSL | 50.34º | 0.52% | 0.33% | - |
| HSV(B) | 50.34º | 0.69% | 0.5% | - |
| XYZ | 15.04 | 16.48 | 4.39 | - |
| YUV | 108.86 | 89.14 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 113 | 40 | 0 | 0.11 | 0.69 | 0.50 | 50.34 | 0.52 | 0.33 |
| Hex | 7F | 71 | 28 | 0 | B | 45 | 32 | 32 | 34 | 21 |
| Octal | 177 | 161 | 50 | 0 | 13 | 105 | 62 | 62 | 64 | 41 |
| Binary | 1111111 | 1110001 | 101000 | 0 | 1011 | 1000101 | 110010 | 110010 | 110100 | 100001 |
Color Harmonies of #7F7128
Complementary color
Monochromatic Colors of #7F7128
Black with #7F7128
Text Example
Text Example
White with #7F7128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7128; }
p { color: rgb(127,113,40); }
H1.HeaderClassName
{
color: #7F7128;
}
.AnyTagClassName
{
color: #7F7128;
}
</style>
background-color css
<style>
a { background-color: #7F7128; }
a { background-color: rgb(127,113,40); }
div.DivClassName
{
background-color: #7F7128;
}
.BgClassName
{
background-color: #7F7128;
}
</style>
border-color css
<style>
span { border-color: #7F7128; }
span { border-color: rgb(127,113,40); }
td.TdClassName
{
border-color: #7F7128;
}
.TagClassName
{
border-color: #7F7128;
}
</style>