Shades of Pesto #7B712C
Tints of Pesto #7B712C
RGB
CMYK
RGB Variations
Color information
#7B712C (or 0x7B712C) is known color: Pesto. HEX triplet: 7B, 71 and 2C. RGB value is (123,113,44). Sum of RGB (Red+Green+Blue) = 123+113+44=280 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.93% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 123 - color contains mainly: red. Hex color #7B712C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B712C is #848ED3. Grayscale: #6C6C6C. Windows color (decimal): -8687316 or 2912635. OLE color: 2912635.
HSL color Cylindrical-coordinate representation of color #7B712C: hue angle of 52.41º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7B712C is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 113 | 44 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.52 |
| HSL | 52.41º | 0.47% | 0.33% | - |
| HSV(B) | 52.41º | 0.64% | 0.48% | - |
| XYZ | 14.53 | 16.2 | 4.74 | - |
| YUV | 108.12 | 91.81 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 113 | 44 | 0 | 0.08 | 0.64 | 0.52 | 52.41 | 0.47 | 0.33 |
| Hex | 7B | 71 | 2C | 0 | 8 | 40 | 34 | 34 | 2F | 21 |
| Octal | 173 | 161 | 54 | 0 | 10 | 100 | 64 | 64 | 57 | 41 |
| Binary | 1111011 | 1110001 | 101100 | 0 | 1000 | 1000000 | 110100 | 110100 | 101111 | 100001 |
Color Harmonies of #7B712C
Complementary color
Monochromatic Colors of #7B712C
Black with #7B712C
Text Example
Text Example
White with #7B712C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B712C; }
p { color: rgb(123,113,44); }
H1.HeaderClassName
{
color: #7B712C;
}
.AnyTagClassName
{
color: #7B712C;
}
</style>
background-color css
<style>
a { background-color: #7B712C; }
a { background-color: rgb(123,113,44); }
div.DivClassName
{
background-color: #7B712C;
}
.BgClassName
{
background-color: #7B712C;
}
</style>
border-color css
<style>
span { border-color: #7B712C; }
span { border-color: rgb(123,113,44); }
td.TdClassName
{
border-color: #7B712C;
}
.TagClassName
{
border-color: #7B712C;
}
</style>