Shades of Pesto #7B6C28
Tints of Pesto #7B6C28
RGB
CMYK
RGB Variations
Color information
#7B6C28 (or 0x7B6C28) is known color: Pesto. HEX triplet: 7B, 6C and 28. RGB value is (123,108,40). Sum of RGB (Red+Green+Blue) = 123+108+40=271 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.39% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6C28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6C28 is #8493D7. Grayscale: #696969. Windows color (decimal): -8688600 or 2649211. OLE color: 2649211.
HSL color Cylindrical-coordinate representation of color #7B6C28: hue angle of 49.16º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B6C28 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 108 | 40 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.52 |
| HSL | 49.16º | 0.51% | 0.32% | - |
| HSV(B) | 49.16º | 0.67% | 0.48% | - |
| XYZ | 13.91 | 15.09 | 4.19 | - |
| YUV | 104.73 | 91.47 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 108 | 40 | 0 | 0.12 | 0.67 | 0.52 | 49.16 | 0.51 | 0.32 |
| Hex | 7B | 6C | 28 | 0 | C | 43 | 34 | 31 | 33 | 20 |
| Octal | 173 | 154 | 50 | 0 | 14 | 103 | 64 | 61 | 63 | 40 |
| Binary | 1111011 | 1101100 | 101000 | 0 | 1100 | 1000011 | 110100 | 110001 | 110011 | 100000 |
Color Harmonies of #7B6C28
Complementary color
Monochromatic Colors of #7B6C28
Black with #7B6C28
Text Example
Text Example
White with #7B6C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6C28; }
p { color: rgb(123,108,40); }
H1.HeaderClassName
{
color: #7B6C28;
}
.AnyTagClassName
{
color: #7B6C28;
}
</style>
background-color css
<style>
a { background-color: #7B6C28; }
a { background-color: rgb(123,108,40); }
div.DivClassName
{
background-color: #7B6C28;
}
.BgClassName
{
background-color: #7B6C28;
}
</style>
border-color css
<style>
span { border-color: #7B6C28; }
span { border-color: rgb(123,108,40); }
td.TdClassName
{
border-color: #7B6C28;
}
.TagClassName
{
border-color: #7B6C28;
}
</style>