Shades of Pesto #7A751D
Tints of Pesto #7A751D
RGB
CMYK
RGB Variations
Color information
#7A751D (or 0x7A751D) is known color: Pesto. HEX triplet: 7A, 75 and 1D. RGB value is (122,117,29). Sum of RGB (Red+Green+Blue) = 122+117+29=268 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.52% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 122 - color contains mainly: red. Hex color #7A751D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A751D is #858AE2. Grayscale: #6C6C6C. Windows color (decimal): -8751843 or 1930618. OLE color: 1930618.
HSL color Cylindrical-coordinate representation of color #7A751D: hue angle of 56.77º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7A751D is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 117 | 29 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.52 |
| HSL | 56.77º | 0.62% | 0.3% | - |
| HSV(B) | 56.77º | 0.76% | 0.48% | - |
| XYZ | 14.61 | 16.95 | 3.66 | - |
| YUV | 108.46 | 83.16 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 117 | 29 | 0 | 0.04 | 0.76 | 0.52 | 56.77 | 0.62 | 0.3 |
| Hex | 7A | 75 | 1D | 0 | 4 | 4C | 34 | 39 | 3E | 1E |
| Octal | 172 | 165 | 35 | 0 | 4 | 114 | 64 | 71 | 76 | 36 |
| Binary | 1111010 | 1110101 | 11101 | 0 | 100 | 1001100 | 110100 | 111001 | 111110 | 11110 |
Color Harmonies of #7A751D
Complementary color
Monochromatic Colors of #7A751D
Black with #7A751D
Text Example
Text Example
White with #7A751D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A751D; }
p { color: rgb(122,117,29); }
H1.HeaderClassName
{
color: #7A751D;
}
.AnyTagClassName
{
color: #7A751D;
}
</style>
background-color css
<style>
a { background-color: #7A751D; }
a { background-color: rgb(122,117,29); }
div.DivClassName
{
background-color: #7A751D;
}
.BgClassName
{
background-color: #7A751D;
}
</style>
border-color css
<style>
span { border-color: #7A751D; }
span { border-color: rgb(122,117,29); }
td.TdClassName
{
border-color: #7A751D;
}
.TagClassName
{
border-color: #7A751D;
}
</style>