Shades of Pesto #79731D
Tints of Pesto #79731D
RGB
CMYK
RGB Variations
Color information
#79731D (or 0x79731D) is known color: Pesto. HEX triplet: 79, 73 and 1D. RGB value is (121,115,29). Sum of RGB (Red+Green+Blue) = 121+115+29=265 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.66% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 121 - color contains mainly: red. Hex color #79731D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79731D is #868CE2. Grayscale: #6B6B6B. Windows color (decimal): -8817891 or 1930105. OLE color: 1930105.
HSL color Cylindrical-coordinate representation of color #79731D: hue angle of 56.09º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #79731D is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 115 | 29 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.53 |
| HSL | 56.09º | 0.61% | 0.29% | - |
| HSV(B) | 56.09º | 0.76% | 0.47% | - |
| XYZ | 14.24 | 16.42 | 3.58 | - |
| YUV | 106.99 | 83.99 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 115 | 29 | 0 | 0.05 | 0.76 | 0.53 | 56.09 | 0.61 | 0.29 |
| Hex | 79 | 73 | 1D | 0 | 5 | 4C | 35 | 38 | 3D | 1D |
| Octal | 171 | 163 | 35 | 0 | 5 | 114 | 65 | 70 | 75 | 35 |
| Binary | 1111001 | 1110011 | 11101 | 0 | 101 | 1001100 | 110101 | 111000 | 111101 | 11101 |
Color Harmonies of #79731D
Complementary color
Monochromatic Colors of #79731D
Black with #79731D
Text Example
Text Example
White with #79731D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79731D; }
p { color: rgb(121,115,29); }
H1.HeaderClassName
{
color: #79731D;
}
.AnyTagClassName
{
color: #79731D;
}
</style>
background-color css
<style>
a { background-color: #79731D; }
a { background-color: rgb(121,115,29); }
div.DivClassName
{
background-color: #79731D;
}
.BgClassName
{
background-color: #79731D;
}
</style>
border-color css
<style>
span { border-color: #79731D; }
span { border-color: rgb(121,115,29); }
td.TdClassName
{
border-color: #79731D;
}
.TagClassName
{
border-color: #79731D;
}
</style>