Shades of Pesto #7C751B
Tints of Pesto #7C751B
RGB
CMYK
RGB Variations
Color information
#7C751B (or 0x7C751B) is known color: Pesto. HEX triplet: 7C, 75 and 1B. RGB value is (124,117,27). Sum of RGB (Red+Green+Blue) = 124+117+27=268 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.27% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 124 - color contains mainly: red. Hex color #7C751B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C751B is #838AE4. Grayscale: #6D6D6D. Windows color (decimal): -8620773 or 1799548. OLE color: 1799548.
HSL color Cylindrical-coordinate representation of color #7C751B: hue angle of 55.67º 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 #7C751B is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 117 | 27 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.51 |
| HSL | 55.67º | 0.64% | 0.3% | - |
| HSV(B) | 55.67º | 0.78% | 0.49% | - |
| XYZ | 14.87 | 17.09 | 3.55 | - |
| YUV | 108.83 | 81.82 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 117 | 27 | 0 | 0.06 | 0.78 | 0.51 | 55.67 | 0.64 | 0.3 |
| Hex | 7C | 75 | 1B | 0 | 6 | 4E | 33 | 38 | 40 | 1E |
| Octal | 174 | 165 | 33 | 0 | 6 | 116 | 63 | 70 | 100 | 36 |
| Binary | 1111100 | 1110101 | 11011 | 0 | 110 | 1001110 | 110011 | 111000 | 1000000 | 11110 |
Color Harmonies of #7C751B
Complementary color
Monochromatic Colors of #7C751B
Black with #7C751B
Text Example
Text Example
White with #7C751B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C751B; }
p { color: rgb(124,117,27); }
H1.HeaderClassName
{
color: #7C751B;
}
.AnyTagClassName
{
color: #7C751B;
}
</style>
background-color css
<style>
a { background-color: #7C751B; }
a { background-color: rgb(124,117,27); }
div.DivClassName
{
background-color: #7C751B;
}
.BgClassName
{
background-color: #7C751B;
}
</style>
border-color css
<style>
span { border-color: #7C751B; }
span { border-color: rgb(124,117,27); }
td.TdClassName
{
border-color: #7C751B;
}
.TagClassName
{
border-color: #7C751B;
}
</style>