Shades of Pesto #7F702B
Tints of Pesto #7F702B
RGB
CMYK
RGB Variations
Color information
#7F702B (or 0x7F702B) is known color: Pesto. HEX triplet: 7F, 70 and 2B. RGB value is (127,112,43). Sum of RGB (Red+Green+Blue) = 127+112+43=282 (37% of max value = 765). Red value is 127 (50% from 255 or 45.04% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 127 - color contains mainly: red. Hex color #7F702B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F702B is #808FD4. Grayscale: #6C6C6C. Windows color (decimal): -8425429 or 2846847. OLE color: 2846847.
HSL color Cylindrical-coordinate representation of color #7F702B: hue angle of 49.29º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F702B is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 112 | 43 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.50 |
| HSL | 49.29º | 0.49% | 0.33% | - |
| HSV(B) | 49.29º | 0.66% | 0.5% | - |
| XYZ | 14.98 | 16.27 | 4.64 | - |
| YUV | 108.62 | 90.97 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 112 | 43 | 0 | 0.12 | 0.66 | 0.50 | 49.29 | 0.49 | 0.33 |
| Hex | 7F | 70 | 2B | 0 | C | 42 | 32 | 31 | 31 | 21 |
| Octal | 177 | 160 | 53 | 0 | 14 | 102 | 62 | 61 | 61 | 41 |
| Binary | 1111111 | 1110000 | 101011 | 0 | 1100 | 1000010 | 110010 | 110001 | 110001 | 100001 |
Color Harmonies of #7F702B
Complementary color
Monochromatic Colors of #7F702B
Black with #7F702B
Text Example
Text Example
White with #7F702B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F702B; }
p { color: rgb(127,112,43); }
H1.HeaderClassName
{
color: #7F702B;
}
.AnyTagClassName
{
color: #7F702B;
}
</style>
background-color css
<style>
a { background-color: #7F702B; }
a { background-color: rgb(127,112,43); }
div.DivClassName
{
background-color: #7F702B;
}
.BgClassName
{
background-color: #7F702B;
}
</style>
border-color css
<style>
span { border-color: #7F702B; }
span { border-color: rgb(127,112,43); }
td.TdClassName
{
border-color: #7F702B;
}
.TagClassName
{
border-color: #7F702B;
}
</style>