Shades of Pesto #7B6C2F
Tints of Pesto #7B6C2F
RGB
CMYK
RGB Variations
Color information
#7B6C2F (or 0x7B6C2F) is known color: Pesto. HEX triplet: 7B, 6C and 2F. RGB value is (123,108,47). Sum of RGB (Red+Green+Blue) = 123+108+47=278 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.24% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6C2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6C2F is #8493D0. Grayscale: #696969. Windows color (decimal): -8688593 or 3107963. OLE color: 3107963.
HSL color Cylindrical-coordinate representation of color #7B6C2F: hue angle of 48.16º 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 #7B6C2F is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 108 | 47 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.52 |
| HSL | 48.16º | 0.45% | 0.33% | - |
| HSV(B) | 48.16º | 0.62% | 0.48% | - |
| XYZ | 14.04 | 15.14 | 4.87 | - |
| YUV | 105.53 | 94.97 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 108 | 47 | 0 | 0.12 | 0.62 | 0.52 | 48.16 | 0.45 | 0.33 |
| Hex | 7B | 6C | 2F | 0 | C | 3E | 34 | 30 | 2D | 21 |
| Octal | 173 | 154 | 57 | 0 | 14 | 76 | 64 | 60 | 55 | 41 |
| Binary | 1111011 | 1101100 | 101111 | 0 | 1100 | 111110 | 110100 | 110000 | 101101 | 100001 |
Color Harmonies of #7B6C2F
Complementary color
Monochromatic Colors of #7B6C2F
Black with #7B6C2F
Text Example
Text Example
White with #7B6C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6C2F; }
p { color: rgb(123,108,47); }
H1.HeaderClassName
{
color: #7B6C2F;
}
.AnyTagClassName
{
color: #7B6C2F;
}
</style>
background-color css
<style>
a { background-color: #7B6C2F; }
a { background-color: rgb(123,108,47); }
div.DivClassName
{
background-color: #7B6C2F;
}
.BgClassName
{
background-color: #7B6C2F;
}
</style>
border-color css
<style>
span { border-color: #7B6C2F; }
span { border-color: rgb(123,108,47); }
td.TdClassName
{
border-color: #7B6C2F;
}
.TagClassName
{
border-color: #7B6C2F;
}
</style>