Shades of Pesto #7F7B2C
Tints of Pesto #7F7B2C
RGB
CMYK
RGB Variations
Color information
#7F7B2C (or 0x7F7B2C) is known color: Pesto. HEX triplet: 7F, 7B and 2C. RGB value is (127,123,44). Sum of RGB (Red+Green+Blue) = 127+123+44=294 (38% of max value = 765). Red value is 127 (50% from 255 or 43.20% from 294); Green value is 123 (48.44% from 255 or 41.84% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7B2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7B2C is #8084D3. Grayscale: #737373. Windows color (decimal): -8422612 or 2915199. OLE color: 2915199.
HSL color Cylindrical-coordinate representation of color #7F7B2C: hue angle of 57.11º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F7B2C is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 123 | 44 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.50 |
| HSL | 57.11º | 0.49% | 0.34% | - |
| HSV(B) | 57.11º | 0.65% | 0.5% | - |
| XYZ | 16.29 | 18.86 | 5.16 | - |
| YUV | 115.19 | 87.83 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 123 | 44 | 0 | 0.03 | 0.65 | 0.50 | 57.11 | 0.49 | 0.34 |
| Hex | 7F | 7B | 2C | 0 | 3 | 41 | 32 | 39 | 31 | 22 |
| Octal | 177 | 173 | 54 | 0 | 3 | 101 | 62 | 71 | 61 | 42 |
| Binary | 1111111 | 1111011 | 101100 | 0 | 11 | 1000001 | 110010 | 111001 | 110001 | 100010 |
Color Harmonies of #7F7B2C
Complementary color
Monochromatic Colors of #7F7B2C
Black with #7F7B2C
Text Example
Text Example
White with #7F7B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7B2C; }
p { color: rgb(127,123,44); }
H1.HeaderClassName
{
color: #7F7B2C;
}
.AnyTagClassName
{
color: #7F7B2C;
}
</style>
background-color css
<style>
a { background-color: #7F7B2C; }
a { background-color: rgb(127,123,44); }
div.DivClassName
{
background-color: #7F7B2C;
}
.BgClassName
{
background-color: #7F7B2C;
}
</style>
border-color css
<style>
span { border-color: #7F7B2C; }
span { border-color: rgb(127,123,44); }
td.TdClassName
{
border-color: #7F7B2C;
}
.TagClassName
{
border-color: #7F7B2C;
}
</style>