Shades of Pesto #7F7439
Tints of Pesto #7F7439
RGB
CMYK
RGB Variations
Color information
#7F7439 (or 0x7F7439) is known color: Pesto. HEX triplet: 7F, 74 and 39. RGB value is (127,116,57). Sum of RGB (Red+Green+Blue) = 127+116+57=300 (39% of max value = 765). Red value is 127 (50% from 255 or 42.33% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7439 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7439 is #808BC6. Grayscale: #707070. Windows color (decimal): -8424391 or 3765375. OLE color: 3765375.
HSL color Cylindrical-coordinate representation of color #7F7439: hue angle of 50.57º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F7439 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 116 | 57 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.50 |
| HSL | 50.57º | 0.38% | 0.36% | - |
| HSV(B) | 50.57º | 0.55% | 0.5% | - |
| XYZ | 15.74 | 17.3 | 6.38 | - |
| YUV | 112.56 | 96.64 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 116 | 57 | 0 | 0.09 | 0.55 | 0.50 | 50.57 | 0.38 | 0.36 |
| Hex | 7F | 74 | 39 | 0 | 9 | 37 | 32 | 33 | 26 | 24 |
| Octal | 177 | 164 | 71 | 0 | 11 | 67 | 62 | 63 | 46 | 44 |
| Binary | 1111111 | 1110100 | 111001 | 0 | 1001 | 110111 | 110010 | 110011 | 100110 | 100100 |
Color Harmonies of #7F7439
Complementary color
Monochromatic Colors of #7F7439
Black with #7F7439
Text Example
Text Example
White with #7F7439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7439; }
p { color: rgb(127,116,57); }
H1.HeaderClassName
{
color: #7F7439;
}
.AnyTagClassName
{
color: #7F7439;
}
</style>
background-color css
<style>
a { background-color: #7F7439; }
a { background-color: rgb(127,116,57); }
div.DivClassName
{
background-color: #7F7439;
}
.BgClassName
{
background-color: #7F7439;
}
</style>
border-color css
<style>
span { border-color: #7F7439; }
span { border-color: rgb(127,116,57); }
td.TdClassName
{
border-color: #7F7439;
}
.TagClassName
{
border-color: #7F7439;
}
</style>