Shades of Pesto #7B7219
Tints of Pesto #7B7219
RGB
CMYK
RGB Variations
Color information
#7B7219 (or 0x7B7219) is known color: Pesto. HEX triplet: 7B, 72 and 19. RGB value is (123,114,25). Sum of RGB (Red+Green+Blue) = 123+114+25=262 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.95% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7219 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B7219 is #848DE6. Grayscale: #6A6A6A. Windows color (decimal): -8687079 or 1667707. OLE color: 1667707.
HSL color Cylindrical-coordinate representation of color #7B7219: hue angle of 54.49º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B7219 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 114 | 25 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.52 |
| HSL | 54.49º | 0.66% | 0.29% | - |
| HSV(B) | 54.49º | 0.8% | 0.48% | - |
| XYZ | 14.36 | 16.32 | 3.31 | - |
| YUV | 106.55 | 81.98 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 114 | 25 | 0 | 0.07 | 0.80 | 0.52 | 54.49 | 0.66 | 0.29 |
| Hex | 7B | 72 | 19 | 0 | 7 | 50 | 34 | 36 | 42 | 1D |
| Octal | 173 | 162 | 31 | 0 | 7 | 120 | 64 | 66 | 102 | 35 |
| Binary | 1111011 | 1110010 | 11001 | 0 | 111 | 1010000 | 110100 | 110110 | 1000010 | 11101 |
Color Harmonies of #7B7219
Complementary color
Monochromatic Colors of #7B7219
Black with #7B7219
Text Example
Text Example
White with #7B7219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7219; }
p { color: rgb(123,114,25); }
H1.HeaderClassName
{
color: #7B7219;
}
.AnyTagClassName
{
color: #7B7219;
}
</style>
background-color css
<style>
a { background-color: #7B7219; }
a { background-color: rgb(123,114,25); }
div.DivClassName
{
background-color: #7B7219;
}
.BgClassName
{
background-color: #7B7219;
}
</style>
border-color css
<style>
span { border-color: #7B7219; }
span { border-color: rgb(123,114,25); }
td.TdClassName
{
border-color: #7B7219;
}
.TagClassName
{
border-color: #7B7219;
}
</style>