Shades of Pesto #7A751F
Tints of Pesto #7A751F
RGB
CMYK
RGB Variations
Color information
#7A751F (or 0x7A751F) is known color: Pesto. HEX triplet: 7A, 75 and 1F. RGB value is (122,117,31). Sum of RGB (Red+Green+Blue) = 122+117+31=270 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.19% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 122 - color contains mainly: red. Hex color #7A751F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A751F is #858AE0. Grayscale: #6D6D6D. Windows color (decimal): -8751841 or 2061690. OLE color: 2061690.
HSL color Cylindrical-coordinate representation of color #7A751F: hue angle of 56.7º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A751F is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 117 | 31 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.52 |
| HSL | 56.7º | 0.59% | 0.3% | - |
| HSV(B) | 56.7º | 0.75% | 0.48% | - |
| XYZ | 14.63 | 16.96 | 3.8 | - |
| YUV | 108.69 | 84.16 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 117 | 31 | 0 | 0.04 | 0.75 | 0.52 | 56.7 | 0.59 | 0.3 |
| Hex | 7A | 75 | 1F | 0 | 4 | 4B | 34 | 39 | 3B | 1E |
| Octal | 172 | 165 | 37 | 0 | 4 | 113 | 64 | 71 | 73 | 36 |
| Binary | 1111010 | 1110101 | 11111 | 0 | 100 | 1001011 | 110100 | 111001 | 111011 | 11110 |
Color Harmonies of #7A751F
Complementary color
Monochromatic Colors of #7A751F
Black with #7A751F
Text Example
Text Example
White with #7A751F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A751F; }
p { color: rgb(122,117,31); }
H1.HeaderClassName
{
color: #7A751F;
}
.AnyTagClassName
{
color: #7A751F;
}
</style>
background-color css
<style>
a { background-color: #7A751F; }
a { background-color: rgb(122,117,31); }
div.DivClassName
{
background-color: #7A751F;
}
.BgClassName
{
background-color: #7A751F;
}
</style>
border-color css
<style>
span { border-color: #7A751F; }
span { border-color: rgb(122,117,31); }
td.TdClassName
{
border-color: #7A751F;
}
.TagClassName
{
border-color: #7A751F;
}
</style>