Shades of Pesto #7D6E33
Tints of Pesto #7D6E33
RGB
CMYK
RGB Variations
Color information
#7D6E33 (or 0x7D6E33) is known color: Pesto. HEX triplet: 7D, 6E and 33. RGB value is (125,110,51). Sum of RGB (Red+Green+Blue) = 125+110+51=286 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.71% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6E33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6E33 is #8291CC. Grayscale: #6C6C6C. Windows color (decimal): -8557005 or 3370621. OLE color: 3370621.
HSL color Cylindrical-coordinate representation of color #7D6E33: hue angle of 47.84º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D6E33 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 110 | 51 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.51 |
| HSL | 47.84º | 0.42% | 0.35% | - |
| HSV(B) | 47.84º | 0.59% | 0.49% | - |
| XYZ | 14.63 | 15.75 | 5.4 | - |
| YUV | 107.76 | 95.97 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 110 | 51 | 0 | 0.12 | 0.59 | 0.51 | 47.84 | 0.42 | 0.35 |
| Hex | 7D | 6E | 33 | 0 | C | 3B | 33 | 30 | 2A | 23 |
| Octal | 175 | 156 | 63 | 0 | 14 | 73 | 63 | 60 | 52 | 43 |
| Binary | 1111101 | 1101110 | 110011 | 0 | 1100 | 111011 | 110011 | 110000 | 101010 | 100011 |
Color Harmonies of #7D6E33
Complementary color
Monochromatic Colors of #7D6E33
Black with #7D6E33
Text Example
Text Example
White with #7D6E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6E33; }
p { color: rgb(125,110,51); }
H1.HeaderClassName
{
color: #7D6E33;
}
.AnyTagClassName
{
color: #7D6E33;
}
</style>
background-color css
<style>
a { background-color: #7D6E33; }
a { background-color: rgb(125,110,51); }
div.DivClassName
{
background-color: #7D6E33;
}
.BgClassName
{
background-color: #7D6E33;
}
</style>
border-color css
<style>
span { border-color: #7D6E33; }
span { border-color: rgb(125,110,51); }
td.TdClassName
{
border-color: #7D6E33;
}
.TagClassName
{
border-color: #7D6E33;
}
</style>