Shades of Pesto #7F7638
Tints of Pesto #7F7638
RGB
CMYK
RGB Variations
Color information
#7F7638 (or 0x7F7638) is known color: Pesto. HEX triplet: 7F, 76 and 38. RGB value is (127,118,56). Sum of RGB (Red+Green+Blue) = 127+118+56=301 (39% of max value = 765). Red value is 127 (50% from 255 or 42.19% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7638 is #8089C7. Grayscale: #717171. Windows color (decimal): -8423880 or 3700351. OLE color: 3700351.
HSL color Cylindrical-coordinate representation of color #7F7638: hue angle of 52.39º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F7638 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 118 | 56 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.50 |
| HSL | 52.39º | 0.39% | 0.36% | - |
| HSV(B) | 52.39º | 0.56% | 0.5% | - |
| XYZ | 15.94 | 17.75 | 6.33 | - |
| YUV | 113.62 | 95.48 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 118 | 56 | 0 | 0.07 | 0.56 | 0.50 | 52.39 | 0.39 | 0.36 |
| Hex | 7F | 76 | 38 | 0 | 7 | 38 | 32 | 34 | 27 | 24 |
| Octal | 177 | 166 | 70 | 0 | 7 | 70 | 62 | 64 | 47 | 44 |
| Binary | 1111111 | 1110110 | 111000 | 0 | 111 | 111000 | 110010 | 110100 | 100111 | 100100 |
Color Harmonies of #7F7638
Complementary color
Monochromatic Colors of #7F7638
Black with #7F7638
Text Example
Text Example
White with #7F7638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7638; }
p { color: rgb(127,118,56); }
H1.HeaderClassName
{
color: #7F7638;
}
.AnyTagClassName
{
color: #7F7638;
}
</style>
background-color css
<style>
a { background-color: #7F7638; }
a { background-color: rgb(127,118,56); }
div.DivClassName
{
background-color: #7F7638;
}
.BgClassName
{
background-color: #7F7638;
}
</style>
border-color css
<style>
span { border-color: #7F7638; }
span { border-color: rgb(127,118,56); }
td.TdClassName
{
border-color: #7F7638;
}
.TagClassName
{
border-color: #7F7638;
}
</style>