Shades of Pesto #786F1F
Tints of Pesto #786F1F
RGB
CMYK
RGB Variations
Color information
#786F1F (or 0x786F1F) is known color: Pesto. HEX triplet: 78, 6F and 1F. RGB value is (120,111,31). Sum of RGB (Red+Green+Blue) = 120+111+31=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 111 (43.75% from 255 or 42.37% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #786F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786F1F is #8790E0. Grayscale: #686868. Windows color (decimal): -8884449 or 2060152. OLE color: 2060152.
HSL color Cylindrical-coordinate representation of color #786F1F: hue angle of 53.93º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #786F1F is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 111 | 31 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.53 |
| HSL | 53.93º | 0.59% | 0.3% | - |
| HSV(B) | 53.93º | 0.74% | 0.47% | - |
| XYZ | 13.68 | 15.46 | 3.56 | - |
| YUV | 104.57 | 86.48 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 111 | 31 | 0 | 0.08 | 0.74 | 0.53 | 53.93 | 0.59 | 0.3 |
| Hex | 78 | 6F | 1F | 0 | 8 | 4A | 35 | 36 | 3B | 1E |
| Octal | 170 | 157 | 37 | 0 | 10 | 112 | 65 | 66 | 73 | 36 |
| Binary | 1111000 | 1101111 | 11111 | 0 | 1000 | 1001010 | 110101 | 110110 | 111011 | 11110 |
Color Harmonies of #786F1F
Complementary color
Monochromatic Colors of #786F1F
Black with #786F1F
Text Example
Text Example
White with #786F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786F1F; }
p { color: rgb(120,111,31); }
H1.HeaderClassName
{
color: #786F1F;
}
.AnyTagClassName
{
color: #786F1F;
}
</style>
background-color css
<style>
a { background-color: #786F1F; }
a { background-color: rgb(120,111,31); }
div.DivClassName
{
background-color: #786F1F;
}
.BgClassName
{
background-color: #786F1F;
}
</style>
border-color css
<style>
span { border-color: #786F1F; }
span { border-color: rgb(120,111,31); }
td.TdClassName
{
border-color: #786F1F;
}
.TagClassName
{
border-color: #786F1F;
}
</style>