Shades of Pesto #7F7534
Tints of Pesto #7F7534
RGB
CMYK
RGB Variations
Color information
#7F7534 (or 0x7F7534) is known color: Pesto. HEX triplet: 7F, 75 and 34. RGB value is (127,117,52). Sum of RGB (Red+Green+Blue) = 127+117+52=296 (39% of max value = 765). Red value is 127 (50% from 255 or 42.91% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7534 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7534 is #808ACB. Grayscale: #707070. Windows color (decimal): -8424140 or 3437951. OLE color: 3437951.
HSL color Cylindrical-coordinate representation of color #7F7534: hue angle of 52º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F7534 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 117 | 52 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.50 |
| HSL | 52º | 0.42% | 0.35% | - |
| HSV(B) | 52º | 0.59% | 0.5% | - |
| XYZ | 15.73 | 17.48 | 5.79 | - |
| YUV | 112.58 | 93.81 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 117 | 52 | 0 | 0.08 | 0.59 | 0.50 | 52 | 0.42 | 0.35 |
| Hex | 7F | 75 | 34 | 0 | 8 | 3B | 32 | 34 | 2A | 23 |
| Octal | 177 | 165 | 64 | 0 | 10 | 73 | 62 | 64 | 52 | 43 |
| Binary | 1111111 | 1110101 | 110100 | 0 | 1000 | 111011 | 110010 | 110100 | 101010 | 100011 |
Color Harmonies of #7F7534
Complementary color
Monochromatic Colors of #7F7534
Black with #7F7534
Text Example
Text Example
White with #7F7534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7534; }
p { color: rgb(127,117,52); }
H1.HeaderClassName
{
color: #7F7534;
}
.AnyTagClassName
{
color: #7F7534;
}
</style>
background-color css
<style>
a { background-color: #7F7534; }
a { background-color: rgb(127,117,52); }
div.DivClassName
{
background-color: #7F7534;
}
.BgClassName
{
background-color: #7F7534;
}
</style>
border-color css
<style>
span { border-color: #7F7534; }
span { border-color: rgb(127,117,52); }
td.TdClassName
{
border-color: #7F7534;
}
.TagClassName
{
border-color: #7F7534;
}
</style>