Shades of Pesto #7F751C
Tints of Pesto #7F751C
RGB
CMYK
RGB Variations
Color information
#7F751C (or 0x7F751C) is known color: Pesto. HEX triplet: 7F, 75 and 1C. RGB value is (127,117,28). Sum of RGB (Red+Green+Blue) = 127+117+28=272 (36% of max value = 765). Red value is 127 (50% from 255 or 46.69% from 272); Green value is 117 (46.09% from 255 or 43.01% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 127 - color contains mainly: red. Hex color #7F751C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F751C is #808AE3. Grayscale: #6E6E6E. Windows color (decimal): -8424164 or 1865087. OLE color: 1865087.
HSL color Cylindrical-coordinate representation of color #7F751C: hue angle of 53.94º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7F751C is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 117 | 28 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.50 |
| HSL | 53.94º | 0.64% | 0.3% | - |
| HSV(B) | 53.94º | 0.78% | 0.5% | - |
| XYZ | 15.32 | 17.32 | 3.63 | - |
| YUV | 109.84 | 81.81 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 117 | 28 | 0 | 0.08 | 0.78 | 0.50 | 53.94 | 0.64 | 0.3 |
| Hex | 7F | 75 | 1C | 0 | 8 | 4E | 32 | 36 | 40 | 1E |
| Octal | 177 | 165 | 34 | 0 | 10 | 116 | 62 | 66 | 100 | 36 |
| Binary | 1111111 | 1110101 | 11100 | 0 | 1000 | 1001110 | 110010 | 110110 | 1000000 | 11110 |
Color Harmonies of #7F751C
Complementary color
Monochromatic Colors of #7F751C
Black with #7F751C
Text Example
Text Example
White with #7F751C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F751C; }
p { color: rgb(127,117,28); }
H1.HeaderClassName
{
color: #7F751C;
}
.AnyTagClassName
{
color: #7F751C;
}
</style>
background-color css
<style>
a { background-color: #7F751C; }
a { background-color: rgb(127,117,28); }
div.DivClassName
{
background-color: #7F751C;
}
.BgClassName
{
background-color: #7F751C;
}
</style>
border-color css
<style>
span { border-color: #7F751C; }
span { border-color: rgb(127,117,28); }
td.TdClassName
{
border-color: #7F751C;
}
.TagClassName
{
border-color: #7F751C;
}
</style>