Shades of Pesto #7D7315
Tints of Pesto #7D7315
RGB
CMYK
RGB Variations
Color information
#7D7315 (or 0x7D7315) is known color: Pesto. HEX triplet: 7D, 73 and 15. RGB value is (125,115,21). Sum of RGB (Red+Green+Blue) = 125+115+21=261 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.89% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7315 is #828CEA. Grayscale: #6B6B6B. Windows color (decimal): -8555755 or 1405821. OLE color: 1405821.
HSL color Cylindrical-coordinate representation of color #7D7315: hue angle of 54.23º 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 #7D7315 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 115 | 21 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.51 |
| HSL | 54.23º | 0.71% | 0.29% | - |
| HSV(B) | 54.23º | 0.83% | 0.49% | - |
| XYZ | 14.72 | 16.68 | 3.15 | - |
| YUV | 107.27 | 79.31 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 115 | 21 | 0 | 0.08 | 0.83 | 0.51 | 54.23 | 0.71 | 0.29 |
| Hex | 7D | 73 | 15 | 0 | 8 | 53 | 33 | 36 | 47 | 1D |
| Octal | 175 | 163 | 25 | 0 | 10 | 123 | 63 | 66 | 107 | 35 |
| Binary | 1111101 | 1110011 | 10101 | 0 | 1000 | 1010011 | 110011 | 110110 | 1000111 | 11101 |
Color Harmonies of #7D7315
Complementary color
Monochromatic Colors of #7D7315
Black with #7D7315
Text Example
Text Example
White with #7D7315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7315; }
p { color: rgb(125,115,21); }
H1.HeaderClassName
{
color: #7D7315;
}
.AnyTagClassName
{
color: #7D7315;
}
</style>
background-color css
<style>
a { background-color: #7D7315; }
a { background-color: rgb(125,115,21); }
div.DivClassName
{
background-color: #7D7315;
}
.BgClassName
{
background-color: #7D7315;
}
</style>
border-color css
<style>
span { border-color: #7D7315; }
span { border-color: rgb(125,115,21); }
td.TdClassName
{
border-color: #7D7315;
}
.TagClassName
{
border-color: #7D7315;
}
</style>