Shades of Pesto #7F7516
Tints of Pesto #7F7516
RGB
CMYK
RGB Variations
Color information
#7F7516 (or 0x7F7516) is known color: Pesto. HEX triplet: 7F, 75 and 16. RGB value is (127,117,22). Sum of RGB (Red+Green+Blue) = 127+117+22=266 (35% of max value = 765). Red value is 127 (50% from 255 or 47.74% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7516 is #808AE9. Grayscale: #6D6D6D. Windows color (decimal): -8424170 or 1471871. OLE color: 1471871.
HSL color Cylindrical-coordinate representation of color #7F7516: hue angle of 54.29º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F7516 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 117 | 22 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.50 |
| HSL | 54.29º | 0.7% | 0.29% | - |
| HSV(B) | 54.29º | 0.83% | 0.5% | - |
| XYZ | 15.26 | 17.29 | 3.29 | - |
| YUV | 109.16 | 78.81 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 117 | 22 | 0 | 0.08 | 0.83 | 0.50 | 54.29 | 0.7 | 0.29 |
| Hex | 7F | 75 | 16 | 0 | 8 | 53 | 32 | 36 | 46 | 1D |
| Octal | 177 | 165 | 26 | 0 | 10 | 123 | 62 | 66 | 106 | 35 |
| Binary | 1111111 | 1110101 | 10110 | 0 | 1000 | 1010011 | 110010 | 110110 | 1000110 | 11101 |
Color Harmonies of #7F7516
Complementary color
Monochromatic Colors of #7F7516
Black with #7F7516
Text Example
Text Example
White with #7F7516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7516; }
p { color: rgb(127,117,22); }
H1.HeaderClassName
{
color: #7F7516;
}
.AnyTagClassName
{
color: #7F7516;
}
</style>
background-color css
<style>
a { background-color: #7F7516; }
a { background-color: rgb(127,117,22); }
div.DivClassName
{
background-color: #7F7516;
}
.BgClassName
{
background-color: #7F7516;
}
</style>
border-color css
<style>
span { border-color: #7F7516; }
span { border-color: rgb(127,117,22); }
td.TdClassName
{
border-color: #7F7516;
}
.TagClassName
{
border-color: #7F7516;
}
</style>