Shades of Pesto #7F7427
Tints of Pesto #7F7427
RGB
CMYK
RGB Variations
Color information
#7F7427 (or 0x7F7427) is known color: Pesto. HEX triplet: 7F, 74 and 27. RGB value is (127,116,39). Sum of RGB (Red+Green+Blue) = 127+116+39=282 (37% of max value = 765). Red value is 127 (50% from 255 or 45.04% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7427 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7427 is #808BD8. Grayscale: #6E6E6E. Windows color (decimal): -8424409 or 2585727. OLE color: 2585727.
HSL color Cylindrical-coordinate representation of color #7F7427: hue angle of 52.5º 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 #7F7427 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 116 | 39 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.50 |
| HSL | 52.5º | 0.53% | 0.33% | - |
| HSV(B) | 52.5º | 0.69% | 0.5% | - |
| XYZ | 15.36 | 17.15 | 4.42 | - |
| YUV | 110.51 | 87.64 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 116 | 39 | 0 | 0.09 | 0.69 | 0.50 | 52.5 | 0.53 | 0.33 |
| Hex | 7F | 74 | 27 | 0 | 9 | 45 | 32 | 34 | 35 | 21 |
| Octal | 177 | 164 | 47 | 0 | 11 | 105 | 62 | 64 | 65 | 41 |
| Binary | 1111111 | 1110100 | 100111 | 0 | 1001 | 1000101 | 110010 | 110100 | 110101 | 100001 |
Color Harmonies of #7F7427
Complementary color
Monochromatic Colors of #7F7427
Black with #7F7427
Text Example
Text Example
White with #7F7427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7427; }
p { color: rgb(127,116,39); }
H1.HeaderClassName
{
color: #7F7427;
}
.AnyTagClassName
{
color: #7F7427;
}
</style>
background-color css
<style>
a { background-color: #7F7427; }
a { background-color: rgb(127,116,39); }
div.DivClassName
{
background-color: #7F7427;
}
.BgClassName
{
background-color: #7F7427;
}
</style>
border-color css
<style>
span { border-color: #7F7427; }
span { border-color: rgb(127,116,39); }
td.TdClassName
{
border-color: #7F7427;
}
.TagClassName
{
border-color: #7F7427;
}
</style>