Shades of Pesto #7F7B24
Tints of Pesto #7F7B24
RGB
CMYK
RGB Variations
Color information
#7F7B24 (or 0x7F7B24) is known color: Pesto. HEX triplet: 7F, 7B and 24. RGB value is (127,123,36). Sum of RGB (Red+Green+Blue) = 127+123+36=286 (37% of max value = 765). Red value is 127 (50% from 255 or 44.41% from 286); Green value is 123 (48.44% from 255 or 43.01% from 286); Blue value is 36 (14.45% from 255 or 12.59% from 286); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7B24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7B24 is #8084DB. Grayscale: #727272. Windows color (decimal): -8422620 or 2390911. OLE color: 2390911.
HSL color Cylindrical-coordinate representation of color #7F7B24: hue angle of 57.36º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F7B24 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 123 | 36 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.50 |
| HSL | 57.36º | 0.56% | 0.32% | - |
| HSV(B) | 57.36º | 0.72% | 0.5% | - |
| XYZ | 16.15 | 18.81 | 4.45 | - |
| YUV | 114.28 | 83.83 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 123 | 36 | 0 | 0.03 | 0.72 | 0.50 | 57.36 | 0.56 | 0.32 |
| Hex | 7F | 7B | 24 | 0 | 3 | 48 | 32 | 39 | 38 | 20 |
| Octal | 177 | 173 | 44 | 0 | 3 | 110 | 62 | 71 | 70 | 40 |
| Binary | 1111111 | 1111011 | 100100 | 0 | 11 | 1001000 | 110010 | 111001 | 111000 | 100000 |
Color Harmonies of #7F7B24
Complementary color
Monochromatic Colors of #7F7B24
Black with #7F7B24
Text Example
Text Example
White with #7F7B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7B24; }
p { color: rgb(127,123,36); }
H1.HeaderClassName
{
color: #7F7B24;
}
.AnyTagClassName
{
color: #7F7B24;
}
</style>
background-color css
<style>
a { background-color: #7F7B24; }
a { background-color: rgb(127,123,36); }
div.DivClassName
{
background-color: #7F7B24;
}
.BgClassName
{
background-color: #7F7B24;
}
</style>
border-color css
<style>
span { border-color: #7F7B24; }
span { border-color: rgb(127,123,36); }
td.TdClassName
{
border-color: #7F7B24;
}
.TagClassName
{
border-color: #7F7B24;
}
</style>