Shades of Pesto #7B7118
Tints of Pesto #7B7118
RGB
CMYK
RGB Variations
Color information
#7B7118 (or 0x7B7118) is known color: Pesto. HEX triplet: 7B, 71 and 18. RGB value is (123,113,24). Sum of RGB (Red+Green+Blue) = 123+113+24=260 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.31% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7118 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B7118 is #848EE7. Grayscale: #6A6A6A. Windows color (decimal): -8687336 or 1601915. OLE color: 1601915.
HSL color Cylindrical-coordinate representation of color #7B7118: hue angle of 53.94º degrees, saturation: 0.67, 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 #7B7118 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 113 | 24 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.52 |
| HSL | 53.94º | 0.67% | 0.29% | - |
| HSV(B) | 53.94º | 0.8% | 0.48% | - |
| XYZ | 14.24 | 16.09 | 3.22 | - |
| YUV | 105.84 | 81.81 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 113 | 24 | 0 | 0.08 | 0.80 | 0.52 | 53.94 | 0.67 | 0.29 |
| Hex | 7B | 71 | 18 | 0 | 8 | 50 | 34 | 36 | 43 | 1D |
| Octal | 173 | 161 | 30 | 0 | 10 | 120 | 64 | 66 | 103 | 35 |
| Binary | 1111011 | 1110001 | 11000 | 0 | 1000 | 1010000 | 110100 | 110110 | 1000011 | 11101 |
Color Harmonies of #7B7118
Complementary color
Monochromatic Colors of #7B7118
Black with #7B7118
Text Example
Text Example
White with #7B7118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7118; }
p { color: rgb(123,113,24); }
H1.HeaderClassName
{
color: #7B7118;
}
.AnyTagClassName
{
color: #7B7118;
}
</style>
background-color css
<style>
a { background-color: #7B7118; }
a { background-color: rgb(123,113,24); }
div.DivClassName
{
background-color: #7B7118;
}
.BgClassName
{
background-color: #7B7118;
}
</style>
border-color css
<style>
span { border-color: #7B7118; }
span { border-color: rgb(123,113,24); }
td.TdClassName
{
border-color: #7B7118;
}
.TagClassName
{
border-color: #7B7118;
}
</style>