Shades of Pesto #7D7627
Tints of Pesto #7D7627
RGB
CMYK
RGB Variations
Color information
#7D7627 (or 0x7D7627) is known color: Pesto. HEX triplet: 7D, 76 and 27. RGB value is (125,118,39). Sum of RGB (Red+Green+Blue) = 125+118+39=282 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.33% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7627 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7627 is #8289D8. Grayscale: #6F6F6F. Windows color (decimal): -8554969 or 2586237. OLE color: 2586237.
HSL color Cylindrical-coordinate representation of color #7D7627: hue angle of 55.12º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7D7627 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 118 | 39 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.51 |
| HSL | 55.12º | 0.52% | 0.32% | - |
| HSV(B) | 55.12º | 0.69% | 0.49% | - |
| XYZ | 15.3 | 17.46 | 4.48 | - |
| YUV | 111.09 | 87.32 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 118 | 39 | 0 | 0.06 | 0.69 | 0.51 | 55.12 | 0.52 | 0.32 |
| Hex | 7D | 76 | 27 | 0 | 6 | 45 | 33 | 37 | 34 | 20 |
| Octal | 175 | 166 | 47 | 0 | 6 | 105 | 63 | 67 | 64 | 40 |
| Binary | 1111101 | 1110110 | 100111 | 0 | 110 | 1000101 | 110011 | 110111 | 110100 | 100000 |
Color Harmonies of #7D7627
Complementary color
Monochromatic Colors of #7D7627
Black with #7D7627
Text Example
Text Example
White with #7D7627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7627; }
p { color: rgb(125,118,39); }
H1.HeaderClassName
{
color: #7D7627;
}
.AnyTagClassName
{
color: #7D7627;
}
</style>
background-color css
<style>
a { background-color: #7D7627; }
a { background-color: rgb(125,118,39); }
div.DivClassName
{
background-color: #7D7627;
}
.BgClassName
{
background-color: #7D7627;
}
</style>
border-color css
<style>
span { border-color: #7D7627; }
span { border-color: rgb(125,118,39); }
td.TdClassName
{
border-color: #7D7627;
}
.TagClassName
{
border-color: #7D7627;
}
</style>