Shades of Pesto #7C771B
Tints of Pesto #7C771B
RGB
CMYK
RGB Variations
Color information
#7C771B (or 0x7C771B) is known color: Pesto. HEX triplet: 7C, 77 and 1B. RGB value is (124,119,27). Sum of RGB (Red+Green+Blue) = 124+119+27=270 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.93% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 124 - color contains mainly: red. Hex color #7C771B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C771B is #8388E4. Grayscale: #6E6E6E. Windows color (decimal): -8620261 or 1800060. OLE color: 1800060.
HSL color Cylindrical-coordinate representation of color #7C771B: hue angle of 56.91º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7C771B is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 119 | 27 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.51 |
| HSL | 56.91º | 0.64% | 0.3% | - |
| HSV(B) | 56.91º | 0.78% | 0.49% | - |
| XYZ | 15.11 | 17.56 | 3.63 | - |
| YUV | 110.01 | 81.16 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 119 | 27 | 0 | 0.04 | 0.78 | 0.51 | 56.91 | 0.64 | 0.3 |
| Hex | 7C | 77 | 1B | 0 | 4 | 4E | 33 | 39 | 40 | 1E |
| Octal | 174 | 167 | 33 | 0 | 4 | 116 | 63 | 71 | 100 | 36 |
| Binary | 1111100 | 1110111 | 11011 | 0 | 100 | 1001110 | 110011 | 111001 | 1000000 | 11110 |
Color Harmonies of #7C771B
Complementary color
Monochromatic Colors of #7C771B
Black with #7C771B
Text Example
Text Example
White with #7C771B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C771B; }
p { color: rgb(124,119,27); }
H1.HeaderClassName
{
color: #7C771B;
}
.AnyTagClassName
{
color: #7C771B;
}
</style>
background-color css
<style>
a { background-color: #7C771B; }
a { background-color: rgb(124,119,27); }
div.DivClassName
{
background-color: #7C771B;
}
.BgClassName
{
background-color: #7C771B;
}
</style>
border-color css
<style>
span { border-color: #7C771B; }
span { border-color: rgb(124,119,27); }
td.TdClassName
{
border-color: #7C771B;
}
.TagClassName
{
border-color: #7C771B;
}
</style>