Shades of Pesto #7F7933
Tints of Pesto #7F7933
RGB
CMYK
RGB Variations
Color information
#7F7933 (or 0x7F7933) is known color: Pesto. HEX triplet: 7F, 79 and 33. RGB value is (127,121,51). Sum of RGB (Red+Green+Blue) = 127+121+51=299 (39% of max value = 765). Red value is 127 (50% from 255 or 42.47% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7933 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7933 is #8086CC. Grayscale: #737373. Windows color (decimal): -8423117 or 3373439. OLE color: 3373439.
HSL color Cylindrical-coordinate representation of color #7F7933: hue angle of 55.26º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7F7933 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 121 | 51 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.50 |
| HSL | 55.26º | 0.43% | 0.35% | - |
| HSV(B) | 55.26º | 0.6% | 0.5% | - |
| XYZ | 16.19 | 18.43 | 5.84 | - |
| YUV | 114.81 | 91.99 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 121 | 51 | 0 | 0.05 | 0.60 | 0.50 | 55.26 | 0.43 | 0.35 |
| Hex | 7F | 79 | 33 | 0 | 5 | 3C | 32 | 37 | 2B | 23 |
| Octal | 177 | 171 | 63 | 0 | 5 | 74 | 62 | 67 | 53 | 43 |
| Binary | 1111111 | 1111001 | 110011 | 0 | 101 | 111100 | 110010 | 110111 | 101011 | 100011 |
Color Harmonies of #7F7933
Complementary color
Monochromatic Colors of #7F7933
Black with #7F7933
Text Example
Text Example
White with #7F7933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7933; }
p { color: rgb(127,121,51); }
H1.HeaderClassName
{
color: #7F7933;
}
.AnyTagClassName
{
color: #7F7933;
}
</style>
background-color css
<style>
a { background-color: #7F7933; }
a { background-color: rgb(127,121,51); }
div.DivClassName
{
background-color: #7F7933;
}
.BgClassName
{
background-color: #7F7933;
}
</style>
border-color css
<style>
span { border-color: #7F7933; }
span { border-color: rgb(127,121,51); }
td.TdClassName
{
border-color: #7F7933;
}
.TagClassName
{
border-color: #7F7933;
}
</style>