Shades of Pesto #7D7723
Tints of Pesto #7D7723
RGB
CMYK
RGB Variations
Color information
#7D7723 (or 0x7D7723) is known color: Pesto. HEX triplet: 7D, 77 and 23. RGB value is (125,119,35). Sum of RGB (Red+Green+Blue) = 125+119+35=279 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.80% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7723 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7723 is #8288DC. Grayscale: #6F6F6F. Windows color (decimal): -8554717 or 2324349. OLE color: 2324349.
HSL color Cylindrical-coordinate representation of color #7D7723: hue angle of 56º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D7723 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 119 | 35 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.51 |
| HSL | 56º | 0.56% | 0.31% | - |
| HSV(B) | 56º | 0.72% | 0.49% | - |
| XYZ | 15.36 | 17.67 | 4.19 | - |
| YUV | 111.22 | 84.99 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 119 | 35 | 0 | 0.05 | 0.72 | 0.51 | 56 | 0.56 | 0.31 |
| Hex | 7D | 77 | 23 | 0 | 5 | 48 | 33 | 38 | 38 | 1F |
| Octal | 175 | 167 | 43 | 0 | 5 | 110 | 63 | 70 | 70 | 37 |
| Binary | 1111101 | 1110111 | 100011 | 0 | 101 | 1001000 | 110011 | 111000 | 111000 | 11111 |
Color Harmonies of #7D7723
Complementary color
Monochromatic Colors of #7D7723
Black with #7D7723
Text Example
Text Example
White with #7D7723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7723; }
p { color: rgb(125,119,35); }
H1.HeaderClassName
{
color: #7D7723;
}
.AnyTagClassName
{
color: #7D7723;
}
</style>
background-color css
<style>
a { background-color: #7D7723; }
a { background-color: rgb(125,119,35); }
div.DivClassName
{
background-color: #7D7723;
}
.BgClassName
{
background-color: #7D7723;
}
</style>
border-color css
<style>
span { border-color: #7D7723; }
span { border-color: rgb(125,119,35); }
td.TdClassName
{
border-color: #7D7723;
}
.TagClassName
{
border-color: #7D7723;
}
</style>