Shades of Pesto #7A731C
Tints of Pesto #7A731C
RGB
CMYK
RGB Variations
Color information
#7A731C (or 0x7A731C) is known color: Pesto. HEX triplet: 7A, 73 and 1C. RGB value is (122,115,28). Sum of RGB (Red+Green+Blue) = 122+115+28=265 (35% of max value = 765). Red value is 122 (48.05% from 255 or 46.04% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 122 - color contains mainly: red. Hex color #7A731C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A731C is #858CE3. Grayscale: #6B6B6B. Windows color (decimal): -8752356 or 1864570. OLE color: 1864570.
HSL color Cylindrical-coordinate representation of color #7A731C: hue angle of 55.53º 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 #7A731C is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 115 | 28 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.52 |
| HSL | 55.53º | 0.63% | 0.29% | - |
| HSV(B) | 55.53º | 0.77% | 0.48% | - |
| XYZ | 14.37 | 16.48 | 3.52 | - |
| YUV | 107.18 | 83.32 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 28 | 0 | 0.06 | 0.77 | 0.52 | 55.53 | 0.63 | 0.29 |
| Hex | 7A | 73 | 1C | 0 | 6 | 4D | 34 | 38 | 3F | 1D |
| Octal | 172 | 163 | 34 | 0 | 6 | 115 | 64 | 70 | 77 | 35 |
| Binary | 1111010 | 1110011 | 11100 | 0 | 110 | 1001101 | 110100 | 111000 | 111111 | 11101 |
Color Harmonies of #7A731C
Complementary color
Monochromatic Colors of #7A731C
Black with #7A731C
Text Example
Text Example
White with #7A731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A731C; }
p { color: rgb(122,115,28); }
H1.HeaderClassName
{
color: #7A731C;
}
.AnyTagClassName
{
color: #7A731C;
}
</style>
background-color css
<style>
a { background-color: #7A731C; }
a { background-color: rgb(122,115,28); }
div.DivClassName
{
background-color: #7A731C;
}
.BgClassName
{
background-color: #7A731C;
}
</style>
border-color css
<style>
span { border-color: #7A731C; }
span { border-color: rgb(122,115,28); }
td.TdClassName
{
border-color: #7A731C;
}
.TagClassName
{
border-color: #7A731C;
}
</style>