Shades of Pesto #7F7435
Tints of Pesto #7F7435
RGB
CMYK
RGB Variations
Color information
#7F7435 (or 0x7F7435) is known color: Pesto. HEX triplet: 7F, 74 and 35. RGB value is (127,116,53). Sum of RGB (Red+Green+Blue) = 127+116+53=296 (39% of max value = 765). Red value is 127 (50% from 255 or 42.91% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7435 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7435 is #808BCA. Grayscale: #707070. Windows color (decimal): -8424395 or 3503231. OLE color: 3503231.
HSL color Cylindrical-coordinate representation of color #7F7435: hue angle of 51.08º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F7435 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 116 | 53 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.50 |
| HSL | 51.08º | 0.41% | 0.35% | - |
| HSV(B) | 51.08º | 0.58% | 0.5% | - |
| XYZ | 15.64 | 17.26 | 5.88 | - |
| YUV | 112.11 | 94.64 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 116 | 53 | 0 | 0.09 | 0.58 | 0.50 | 51.08 | 0.41 | 0.35 |
| Hex | 7F | 74 | 35 | 0 | 9 | 3A | 32 | 33 | 29 | 23 |
| Octal | 177 | 164 | 65 | 0 | 11 | 72 | 62 | 63 | 51 | 43 |
| Binary | 1111111 | 1110100 | 110101 | 0 | 1001 | 111010 | 110010 | 110011 | 101001 | 100011 |
Color Harmonies of #7F7435
Complementary color
Monochromatic Colors of #7F7435
Black with #7F7435
Text Example
Text Example
White with #7F7435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7435; }
p { color: rgb(127,116,53); }
H1.HeaderClassName
{
color: #7F7435;
}
.AnyTagClassName
{
color: #7F7435;
}
</style>
background-color css
<style>
a { background-color: #7F7435; }
a { background-color: rgb(127,116,53); }
div.DivClassName
{
background-color: #7F7435;
}
.BgClassName
{
background-color: #7F7435;
}
</style>
border-color css
<style>
span { border-color: #7F7435; }
span { border-color: rgb(127,116,53); }
td.TdClassName
{
border-color: #7F7435;
}
.TagClassName
{
border-color: #7F7435;
}
</style>