Shades of Pesto #7D7515
Tints of Pesto #7D7515
RGB
CMYK
RGB Variations
Color information
#7D7515 (or 0x7D7515) is known color: Pesto. HEX triplet: 7D, 75 and 15. RGB value is (125,117,21). Sum of RGB (Red+Green+Blue) = 125+117+21=263 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.53% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7515 is #828AEA. Grayscale: #6C6C6C. Windows color (decimal): -8555243 or 1406333. OLE color: 1406333.
HSL color Cylindrical-coordinate representation of color #7D7515: hue angle of 55.38º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7D7515 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 117 | 21 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.51 |
| HSL | 55.38º | 0.71% | 0.29% | - |
| HSV(B) | 55.38º | 0.83% | 0.49% | - |
| XYZ | 14.95 | 17.14 | 3.23 | - |
| YUV | 108.45 | 78.65 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 117 | 21 | 0 | 0.06 | 0.83 | 0.51 | 55.38 | 0.71 | 0.29 |
| Hex | 7D | 75 | 15 | 0 | 6 | 53 | 33 | 37 | 47 | 1D |
| Octal | 175 | 165 | 25 | 0 | 6 | 123 | 63 | 67 | 107 | 35 |
| Binary | 1111101 | 1110101 | 10101 | 0 | 110 | 1010011 | 110011 | 110111 | 1000111 | 11101 |
Color Harmonies of #7D7515
Complementary color
Monochromatic Colors of #7D7515
Black with #7D7515
Text Example
Text Example
White with #7D7515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7515; }
p { color: rgb(125,117,21); }
H1.HeaderClassName
{
color: #7D7515;
}
.AnyTagClassName
{
color: #7D7515;
}
</style>
background-color css
<style>
a { background-color: #7D7515; }
a { background-color: rgb(125,117,21); }
div.DivClassName
{
background-color: #7D7515;
}
.BgClassName
{
background-color: #7D7515;
}
</style>
border-color css
<style>
span { border-color: #7D7515; }
span { border-color: rgb(125,117,21); }
td.TdClassName
{
border-color: #7D7515;
}
.TagClassName
{
border-color: #7D7515;
}
</style>