Shades of Pesto #7F7B2B
Tints of Pesto #7F7B2B
RGB
CMYK
RGB Variations
Color information
#7F7B2B (or 0x7F7B2B) is known color: Pesto. HEX triplet: 7F, 7B and 2B. RGB value is (127,123,43). Sum of RGB (Red+Green+Blue) = 127+123+43=293 (38% of max value = 765). Red value is 127 (50% from 255 or 43.34% from 293); Green value is 123 (48.44% from 255 or 41.98% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7B2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7B2B is #8084D4. Grayscale: #737373. Windows color (decimal): -8422613 or 2849663. OLE color: 2849663.
HSL color Cylindrical-coordinate representation of color #7F7B2B: hue angle of 57.14º 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 #7F7B2B is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 123 | 43 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.50 |
| HSL | 57.14º | 0.49% | 0.33% | - |
| HSV(B) | 57.14º | 0.66% | 0.5% | - |
| XYZ | 16.27 | 18.85 | 5.07 | - |
| YUV | 115.08 | 87.33 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 123 | 43 | 0 | 0.03 | 0.66 | 0.50 | 57.14 | 0.49 | 0.33 |
| Hex | 7F | 7B | 2B | 0 | 3 | 42 | 32 | 39 | 31 | 21 |
| Octal | 177 | 173 | 53 | 0 | 3 | 102 | 62 | 71 | 61 | 41 |
| Binary | 1111111 | 1111011 | 101011 | 0 | 11 | 1000010 | 110010 | 111001 | 110001 | 100001 |
Color Harmonies of #7F7B2B
Complementary color
Monochromatic Colors of #7F7B2B
Black with #7F7B2B
Text Example
Text Example
White with #7F7B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7B2B; }
p { color: rgb(127,123,43); }
H1.HeaderClassName
{
color: #7F7B2B;
}
.AnyTagClassName
{
color: #7F7B2B;
}
</style>
background-color css
<style>
a { background-color: #7F7B2B; }
a { background-color: rgb(127,123,43); }
div.DivClassName
{
background-color: #7F7B2B;
}
.BgClassName
{
background-color: #7F7B2B;
}
</style>
border-color css
<style>
span { border-color: #7F7B2B; }
span { border-color: rgb(127,123,43); }
td.TdClassName
{
border-color: #7F7B2B;
}
.TagClassName
{
border-color: #7F7B2B;
}
</style>