Shades of Pesto #7A751C
Tints of Pesto #7A751C
RGB
CMYK
RGB Variations
Color information
#7A751C (or 0x7A751C) is known color: Pesto. HEX triplet: 7A, 75 and 1C. RGB value is (122,117,28). Sum of RGB (Red+Green+Blue) = 122+117+28=267 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.69% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 122 - color contains mainly: red. Hex color #7A751C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A751C is #858AE3. Grayscale: #6C6C6C. Windows color (decimal): -8751844 or 1865082. OLE color: 1865082.
HSL color Cylindrical-coordinate representation of color #7A751C: hue angle of 56.81º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A751C is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 117 | 28 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.52 |
| HSL | 56.81º | 0.63% | 0.29% | - |
| HSV(B) | 56.81º | 0.77% | 0.48% | - |
| XYZ | 14.6 | 16.94 | 3.6 | - |
| YUV | 108.35 | 82.66 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 117 | 28 | 0 | 0.04 | 0.77 | 0.52 | 56.81 | 0.63 | 0.29 |
| Hex | 7A | 75 | 1C | 0 | 4 | 4D | 34 | 39 | 3F | 1D |
| Octal | 172 | 165 | 34 | 0 | 4 | 115 | 64 | 71 | 77 | 35 |
| Binary | 1111010 | 1110101 | 11100 | 0 | 100 | 1001101 | 110100 | 111001 | 111111 | 11101 |
Color Harmonies of #7A751C
Complementary color
Monochromatic Colors of #7A751C
Black with #7A751C
Text Example
Text Example
White with #7A751C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A751C; }
p { color: rgb(122,117,28); }
H1.HeaderClassName
{
color: #7A751C;
}
.AnyTagClassName
{
color: #7A751C;
}
</style>
background-color css
<style>
a { background-color: #7A751C; }
a { background-color: rgb(122,117,28); }
div.DivClassName
{
background-color: #7A751C;
}
.BgClassName
{
background-color: #7A751C;
}
</style>
border-color css
<style>
span { border-color: #7A751C; }
span { border-color: rgb(122,117,28); }
td.TdClassName
{
border-color: #7A751C;
}
.TagClassName
{
border-color: #7A751C;
}
</style>