Shades of Pesto #7F7723
Tints of Pesto #7F7723
RGB
CMYK
RGB Variations
Color information
#7F7723 (or 0x7F7723) is known color: Pesto. HEX triplet: 7F, 77 and 23. RGB value is (127,119,35). Sum of RGB (Red+Green+Blue) = 127+119+35=281 (37% of max value = 765). Red value is 127 (50% from 255 or 45.20% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 35 (14.06% from 255 or 12.46% from 281); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7723 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7723 is #8088DC. Grayscale: #707070. Windows color (decimal): -8423645 or 2324351. OLE color: 2324351.
HSL color Cylindrical-coordinate representation of color #7F7723: hue angle of 54.78º degrees, saturation: 0.57, 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 #7F7723 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 119 | 35 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.50 |
| HSL | 54.78º | 0.57% | 0.32% | - |
| HSV(B) | 54.78º | 0.72% | 0.5% | - |
| XYZ | 15.65 | 17.83 | 4.21 | - |
| YUV | 111.82 | 84.65 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 119 | 35 | 0 | 0.06 | 0.72 | 0.50 | 54.78 | 0.57 | 0.32 |
| Hex | 7F | 77 | 23 | 0 | 6 | 48 | 32 | 37 | 39 | 20 |
| Octal | 177 | 167 | 43 | 0 | 6 | 110 | 62 | 67 | 71 | 40 |
| Binary | 1111111 | 1110111 | 100011 | 0 | 110 | 1001000 | 110010 | 110111 | 111001 | 100000 |
Color Harmonies of #7F7723
Complementary color
Monochromatic Colors of #7F7723
Black with #7F7723
Text Example
Text Example
White with #7F7723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7723; }
p { color: rgb(127,119,35); }
H1.HeaderClassName
{
color: #7F7723;
}
.AnyTagClassName
{
color: #7F7723;
}
</style>
background-color css
<style>
a { background-color: #7F7723; }
a { background-color: rgb(127,119,35); }
div.DivClassName
{
background-color: #7F7723;
}
.BgClassName
{
background-color: #7F7723;
}
</style>
border-color css
<style>
span { border-color: #7F7723; }
span { border-color: rgb(127,119,35); }
td.TdClassName
{
border-color: #7F7723;
}
.TagClassName
{
border-color: #7F7723;
}
</style>