Shades of Pesto #7B6E2F
Tints of Pesto #7B6E2F
RGB
CMYK
RGB Variations
Color information
#7B6E2F (or 0x7B6E2F) is known color: Pesto. HEX triplet: 7B, 6E and 2F. RGB value is (123,110,47). Sum of RGB (Red+Green+Blue) = 123+110+47=280 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.93% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6E2F is #8491D0. Grayscale: #6A6A6A. Windows color (decimal): -8688081 or 3108475. OLE color: 3108475.
HSL color Cylindrical-coordinate representation of color #7B6E2F: hue angle of 49.74º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B6E2F is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 110 | 47 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.52 |
| HSL | 49.74º | 0.45% | 0.33% | - |
| HSV(B) | 49.74º | 0.62% | 0.48% | - |
| XYZ | 14.26 | 15.57 | 4.94 | - |
| YUV | 106.71 | 94.31 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 110 | 47 | 0 | 0.11 | 0.62 | 0.52 | 49.74 | 0.45 | 0.33 |
| Hex | 7B | 6E | 2F | 0 | B | 3E | 34 | 32 | 2D | 21 |
| Octal | 173 | 156 | 57 | 0 | 13 | 76 | 64 | 62 | 55 | 41 |
| Binary | 1111011 | 1101110 | 101111 | 0 | 1011 | 111110 | 110100 | 110010 | 101101 | 100001 |
Color Harmonies of #7B6E2F
Complementary color
Monochromatic Colors of #7B6E2F
Black with #7B6E2F
Text Example
Text Example
White with #7B6E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6E2F; }
p { color: rgb(123,110,47); }
H1.HeaderClassName
{
color: #7B6E2F;
}
.AnyTagClassName
{
color: #7B6E2F;
}
</style>
background-color css
<style>
a { background-color: #7B6E2F; }
a { background-color: rgb(123,110,47); }
div.DivClassName
{
background-color: #7B6E2F;
}
.BgClassName
{
background-color: #7B6E2F;
}
</style>
border-color css
<style>
span { border-color: #7B6E2F; }
span { border-color: rgb(123,110,47); }
td.TdClassName
{
border-color: #7B6E2F;
}
.TagClassName
{
border-color: #7B6E2F;
}
</style>