Shades of Pesto #7F7515
Tints of Pesto #7F7515
RGB
CMYK
RGB Variations
Color information
#7F7515 (or 0x7F7515) is known color: Pesto. HEX triplet: 7F, 75 and 15. RGB value is (127,117,21). Sum of RGB (Red+Green+Blue) = 127+117+21=265 (35% of max value = 765). Red value is 127 (50% from 255 or 47.92% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7515 is #808AEA. Grayscale: #6D6D6D. Windows color (decimal): -8424171 or 1406335. OLE color: 1406335.
HSL color Cylindrical-coordinate representation of color #7F7515: hue angle of 54.34º degrees, saturation: 0.72, 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 #7F7515 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 117 | 21 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.50 |
| HSL | 54.34º | 0.72% | 0.29% | - |
| HSV(B) | 54.34º | 0.83% | 0.5% | - |
| XYZ | 15.25 | 17.29 | 3.24 | - |
| YUV | 109.05 | 78.31 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 117 | 21 | 0 | 0.08 | 0.83 | 0.50 | 54.34 | 0.72 | 0.29 |
| Hex | 7F | 75 | 15 | 0 | 8 | 53 | 32 | 36 | 48 | 1D |
| Octal | 177 | 165 | 25 | 0 | 10 | 123 | 62 | 66 | 110 | 35 |
| Binary | 1111111 | 1110101 | 10101 | 0 | 1000 | 1010011 | 110010 | 110110 | 1001000 | 11101 |
Color Harmonies of #7F7515
Complementary color
Monochromatic Colors of #7F7515
Black with #7F7515
Text Example
Text Example
White with #7F7515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7515; }
p { color: rgb(127,117,21); }
H1.HeaderClassName
{
color: #7F7515;
}
.AnyTagClassName
{
color: #7F7515;
}
</style>
background-color css
<style>
a { background-color: #7F7515; }
a { background-color: rgb(127,117,21); }
div.DivClassName
{
background-color: #7F7515;
}
.BgClassName
{
background-color: #7F7515;
}
</style>
border-color css
<style>
span { border-color: #7F7515; }
span { border-color: rgb(127,117,21); }
td.TdClassName
{
border-color: #7F7515;
}
.TagClassName
{
border-color: #7F7515;
}
</style>