Shades of Pesto #7F752D
Tints of Pesto #7F752D
RGB
CMYK
RGB Variations
Color information
#7F752D (or 0x7F752D) is known color: Pesto. HEX triplet: 7F, 75 and 2D. RGB value is (127,117,45). Sum of RGB (Red+Green+Blue) = 127+117+45=289 (38% of max value = 765). Red value is 127 (50% from 255 or 43.94% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 127 - color contains mainly: red. Hex color #7F752D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F752D is #808AD2. Grayscale: #707070. Windows color (decimal): -8424147 or 2979199. OLE color: 2979199.
HSL color Cylindrical-coordinate representation of color #7F752D: hue angle of 52.68º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F752D is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 117 | 45 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.50 |
| HSL | 52.68º | 0.48% | 0.34% | - |
| HSV(B) | 52.68º | 0.65% | 0.5% | - |
| XYZ | 15.59 | 17.42 | 5.02 | - |
| YUV | 111.78 | 90.31 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 117 | 45 | 0 | 0.08 | 0.65 | 0.50 | 52.68 | 0.48 | 0.34 |
| Hex | 7F | 75 | 2D | 0 | 8 | 41 | 32 | 35 | 30 | 22 |
| Octal | 177 | 165 | 55 | 0 | 10 | 101 | 62 | 65 | 60 | 42 |
| Binary | 1111111 | 1110101 | 101101 | 0 | 1000 | 1000001 | 110010 | 110101 | 110000 | 100010 |
Color Harmonies of #7F752D
Complementary color
Monochromatic Colors of #7F752D
Black with #7F752D
Text Example
Text Example
White with #7F752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F752D; }
p { color: rgb(127,117,45); }
H1.HeaderClassName
{
color: #7F752D;
}
.AnyTagClassName
{
color: #7F752D;
}
</style>
background-color css
<style>
a { background-color: #7F752D; }
a { background-color: rgb(127,117,45); }
div.DivClassName
{
background-color: #7F752D;
}
.BgClassName
{
background-color: #7F752D;
}
</style>
border-color css
<style>
span { border-color: #7F752D; }
span { border-color: rgb(127,117,45); }
td.TdClassName
{
border-color: #7F752D;
}
.TagClassName
{
border-color: #7F752D;
}
</style>