Shades of Pesto #7F7535
Tints of Pesto #7F7535
RGB
CMYK
RGB Variations
Color information
#7F7535 (or 0x7F7535) is known color: Pesto. HEX triplet: 7F, 75 and 35. RGB value is (127,117,53). Sum of RGB (Red+Green+Blue) = 127+117+53=297 (39% of max value = 765). Red value is 127 (50% from 255 or 42.76% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7535 is #808ACA. Grayscale: #707070. Windows color (decimal): -8424139 or 3503487. OLE color: 3503487.
HSL color Cylindrical-coordinate representation of color #7F7535: hue angle of 51.89º 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 #7F7535 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 117 | 53 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.50 |
| HSL | 51.89º | 0.41% | 0.35% | - |
| HSV(B) | 51.89º | 0.58% | 0.5% | - |
| XYZ | 15.76 | 17.49 | 5.91 | - |
| YUV | 112.69 | 94.31 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 117 | 53 | 0 | 0.08 | 0.58 | 0.50 | 51.89 | 0.41 | 0.35 |
| Hex | 7F | 75 | 35 | 0 | 8 | 3A | 32 | 34 | 29 | 23 |
| Octal | 177 | 165 | 65 | 0 | 10 | 72 | 62 | 64 | 51 | 43 |
| Binary | 1111111 | 1110101 | 110101 | 0 | 1000 | 111010 | 110010 | 110100 | 101001 | 100011 |
Color Harmonies of #7F7535
Complementary color
Monochromatic Colors of #7F7535
Black with #7F7535
Text Example
Text Example
White with #7F7535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7535; }
p { color: rgb(127,117,53); }
H1.HeaderClassName
{
color: #7F7535;
}
.AnyTagClassName
{
color: #7F7535;
}
</style>
background-color css
<style>
a { background-color: #7F7535; }
a { background-color: rgb(127,117,53); }
div.DivClassName
{
background-color: #7F7535;
}
.BgClassName
{
background-color: #7F7535;
}
</style>
border-color css
<style>
span { border-color: #7F7535; }
span { border-color: rgb(127,117,53); }
td.TdClassName
{
border-color: #7F7535;
}
.TagClassName
{
border-color: #7F7535;
}
</style>