Shades of Pesto #7F7327
Tints of Pesto #7F7327
RGB
CMYK
RGB Variations
Color information
#7F7327 (or 0x7F7327) is known color: Pesto. HEX triplet: 7F, 73 and 27. RGB value is (127,115,39). Sum of RGB (Red+Green+Blue) = 127+115+39=281 (37% of max value = 765). Red value is 127 (50% from 255 or 45.20% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7327 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7327 is #808CD8. Grayscale: #6E6E6E. Windows color (decimal): -8424665 or 2585471. OLE color: 2585471.
HSL color Cylindrical-coordinate representation of color #7F7327: hue angle of 51.82º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F7327 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 115 | 39 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.50 |
| HSL | 51.82º | 0.53% | 0.33% | - |
| HSV(B) | 51.82º | 0.69% | 0.5% | - |
| XYZ | 15.25 | 16.92 | 4.38 | - |
| YUV | 109.92 | 87.98 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 115 | 39 | 0 | 0.09 | 0.69 | 0.50 | 51.82 | 0.53 | 0.33 |
| Hex | 7F | 73 | 27 | 0 | 9 | 45 | 32 | 34 | 35 | 21 |
| Octal | 177 | 163 | 47 | 0 | 11 | 105 | 62 | 64 | 65 | 41 |
| Binary | 1111111 | 1110011 | 100111 | 0 | 1001 | 1000101 | 110010 | 110100 | 110101 | 100001 |
Color Harmonies of #7F7327
Complementary color
Monochromatic Colors of #7F7327
Black with #7F7327
Text Example
Text Example
White with #7F7327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7327; }
p { color: rgb(127,115,39); }
H1.HeaderClassName
{
color: #7F7327;
}
.AnyTagClassName
{
color: #7F7327;
}
</style>
background-color css
<style>
a { background-color: #7F7327; }
a { background-color: rgb(127,115,39); }
div.DivClassName
{
background-color: #7F7327;
}
.BgClassName
{
background-color: #7F7327;
}
</style>
border-color css
<style>
span { border-color: #7F7327; }
span { border-color: rgb(127,115,39); }
td.TdClassName
{
border-color: #7F7327;
}
.TagClassName
{
border-color: #7F7327;
}
</style>