Shades of Pesto #7F7B36
Tints of Pesto #7F7B36
RGB
CMYK
RGB Variations
Color information
#7F7B36 (or 0x7F7B36) is known color: Pesto. HEX triplet: 7F, 7B and 36. RGB value is (127,123,54). Sum of RGB (Red+Green+Blue) = 127+123+54=304 (40% of max value = 765). Red value is 127 (50% from 255 or 41.78% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 54 (21.48% from 255 or 17.76% from 304); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7B36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7B36 is #8084C9. Grayscale: #747474. Windows color (decimal): -8422602 or 3570559. OLE color: 3570559.
HSL color Cylindrical-coordinate representation of color #7F7B36: hue angle of 56.71º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F7B36 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 123 | 54 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.50 |
| HSL | 56.71º | 0.4% | 0.35% | - |
| HSV(B) | 56.71º | 0.57% | 0.5% | - |
| XYZ | 16.5 | 18.94 | 6.28 | - |
| YUV | 116.33 | 92.83 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 123 | 54 | 0 | 0.03 | 0.57 | 0.50 | 56.71 | 0.4 | 0.35 |
| Hex | 7F | 7B | 36 | 0 | 3 | 39 | 32 | 39 | 28 | 23 |
| Octal | 177 | 173 | 66 | 0 | 3 | 71 | 62 | 71 | 50 | 43 |
| Binary | 1111111 | 1111011 | 110110 | 0 | 11 | 111001 | 110010 | 111001 | 101000 | 100011 |
Color Harmonies of #7F7B36
Complementary color
Monochromatic Colors of #7F7B36
Black with #7F7B36
Text Example
Text Example
White with #7F7B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7B36; }
p { color: rgb(127,123,54); }
H1.HeaderClassName
{
color: #7F7B36;
}
.AnyTagClassName
{
color: #7F7B36;
}
</style>
background-color css
<style>
a { background-color: #7F7B36; }
a { background-color: rgb(127,123,54); }
div.DivClassName
{
background-color: #7F7B36;
}
.BgClassName
{
background-color: #7F7B36;
}
</style>
border-color css
<style>
span { border-color: #7F7B36; }
span { border-color: rgb(127,123,54); }
td.TdClassName
{
border-color: #7F7B36;
}
.TagClassName
{
border-color: #7F7B36;
}
</style>