Shades of Pesto #7F7621
Tints of Pesto #7F7621
RGB
CMYK
RGB Variations
Color information
#7F7621 (or 0x7F7621) is known color: Pesto. HEX triplet: 7F, 76 and 21. RGB value is (127,118,33). Sum of RGB (Red+Green+Blue) = 127+118+33=278 (36% of max value = 765). Red value is 127 (50% from 255 or 45.68% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7621 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7621 is #8089DE. Grayscale: #6F6F6F. Windows color (decimal): -8423903 or 2193023. OLE color: 2193023.
HSL color Cylindrical-coordinate representation of color #7F7621: hue angle of 54.26º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7F7621 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 118 | 33 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.50 |
| HSL | 54.26º | 0.59% | 0.31% | - |
| HSV(B) | 54.26º | 0.74% | 0.5% | - |
| XYZ | 15.51 | 17.58 | 4.01 | - |
| YUV | 111 | 83.98 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 118 | 33 | 0 | 0.07 | 0.74 | 0.50 | 54.26 | 0.59 | 0.31 |
| Hex | 7F | 76 | 21 | 0 | 7 | 4A | 32 | 36 | 3B | 1F |
| Octal | 177 | 166 | 41 | 0 | 7 | 112 | 62 | 66 | 73 | 37 |
| Binary | 1111111 | 1110110 | 100001 | 0 | 111 | 1001010 | 110010 | 110110 | 111011 | 11111 |
Color Harmonies of #7F7621
Complementary color
Monochromatic Colors of #7F7621
Black with #7F7621
Text Example
Text Example
White with #7F7621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7621; }
p { color: rgb(127,118,33); }
H1.HeaderClassName
{
color: #7F7621;
}
.AnyTagClassName
{
color: #7F7621;
}
</style>
background-color css
<style>
a { background-color: #7F7621; }
a { background-color: rgb(127,118,33); }
div.DivClassName
{
background-color: #7F7621;
}
.BgClassName
{
background-color: #7F7621;
}
</style>
border-color css
<style>
span { border-color: #7F7621; }
span { border-color: rgb(127,118,33); }
td.TdClassName
{
border-color: #7F7621;
}
.TagClassName
{
border-color: #7F7621;
}
</style>