Shades of Pesto #7C7A2D
Tints of Pesto #7C7A2D
RGB
CMYK
RGB Variations
Color information
#7C7A2D (or 0x7C7A2D) is known color: Pesto. HEX triplet: 7C, 7A and 2D. RGB value is (124,122,45). Sum of RGB (Red+Green+Blue) = 124+122+45=291 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.61% from 291); Green value is 122 (48.05% from 255 or 41.92% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7A2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7A2D is #8385D2. Grayscale: #727272. Windows color (decimal): -8619475 or 2980476. OLE color: 2980476.
HSL color Cylindrical-coordinate representation of color #7C7A2D: hue angle of 58.48º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C7A2D is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
RGB | 124 | 122 | 45 | - |
CMYK | 0 | 0.02 | 0.64 | 0.51 |
HSL | 58.48º | 0.47% | 0.33% | - |
HSV(B) | 58.48º | 0.64% | 0.49% | - |
XYZ | 15.75 | 18.39 | 5.2 | - |
YUV | 113.82 | 89.16 | 135.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 124 | 122 | 45 | 0 | 0.02 | 0.64 | 0.51 | 58.48 | 0.47 | 0.33 |
Hex | 7C | 7A | 2D | 0 | 2 | 40 | 33 | 3A | 2F | 21 |
Octal | 174 | 172 | 55 | 0 | 2 | 100 | 63 | 72 | 57 | 41 |
Binary | 1111100 | 1111010 | 101101 | 0 | 10 | 1000000 | 110011 | 111010 | 101111 | 100001 |
Color Harmonies of #7C7A2D
Complementary color
Monochromatic Colors of #7C7A2D
Black with #7C7A2D
Text Example
Text Example
White with #7C7A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7A2D; }
p { color: rgb(124,122,45); }
H1.HeaderClassName
{
color: #7C7A2D;
}
.AnyTagClassName
{
color: #7C7A2D;
}
</style>
background-color css
<style>
a { background-color: #7C7A2D; }
a { background-color: rgb(124,122,45); }
div.DivClassName
{
background-color: #7C7A2D;
}
.BgClassName
{
background-color: #7C7A2D;
}
</style>
border-color css
<style>
span { border-color: #7C7A2D; }
span { border-color: rgb(124,122,45); }
td.TdClassName
{
border-color: #7C7A2D;
}
.TagClassName
{
border-color: #7C7A2D;
}
</style>