Shades of Pesto #7D762C
Tints of Pesto #7D762C
RGB
CMYK
RGB Variations
Color information
#7D762C (or 0x7D762C) is known color: Pesto. HEX triplet: 7D, 76 and 2C. RGB value is (125,118,44). Sum of RGB (Red+Green+Blue) = 125+118+44=287 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.55% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 125 - color contains mainly: red. Hex color #7D762C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D762C is #8289D3. Grayscale: #6F6F6F. Windows color (decimal): -8554964 or 2913917. OLE color: 2913917.
HSL color Cylindrical-coordinate representation of color #7D762C: hue angle of 54.81º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D762C is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 118 | 44 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.51 |
| HSL | 54.81º | 0.48% | 0.33% | - |
| HSV(B) | 54.81º | 0.65% | 0.49% | - |
| XYZ | 15.39 | 17.5 | 4.95 | - |
| YUV | 111.66 | 89.82 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 118 | 44 | 0 | 0.06 | 0.65 | 0.51 | 54.81 | 0.48 | 0.33 |
| Hex | 7D | 76 | 2C | 0 | 6 | 41 | 33 | 37 | 30 | 21 |
| Octal | 175 | 166 | 54 | 0 | 6 | 101 | 63 | 67 | 60 | 41 |
| Binary | 1111101 | 1110110 | 101100 | 0 | 110 | 1000001 | 110011 | 110111 | 110000 | 100001 |
Color Harmonies of #7D762C
Complementary color
Monochromatic Colors of #7D762C
Black with #7D762C
Text Example
Text Example
White with #7D762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D762C; }
p { color: rgb(125,118,44); }
H1.HeaderClassName
{
color: #7D762C;
}
.AnyTagClassName
{
color: #7D762C;
}
</style>
background-color css
<style>
a { background-color: #7D762C; }
a { background-color: rgb(125,118,44); }
div.DivClassName
{
background-color: #7D762C;
}
.BgClassName
{
background-color: #7D762C;
}
</style>
border-color css
<style>
span { border-color: #7D762C; }
span { border-color: rgb(125,118,44); }
td.TdClassName
{
border-color: #7D762C;
}
.TagClassName
{
border-color: #7D762C;
}
</style>