Shades of Pesto #7B701E
Tints of Pesto #7B701E
RGB
CMYK
RGB Variations
Color information
#7B701E (or 0x7B701E) is known color: Pesto. HEX triplet: 7B, 70 and 1E. RGB value is (123,112,30). Sum of RGB (Red+Green+Blue) = 123+112+30=265 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.42% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 123 - color contains mainly: red. Hex color #7B701E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B701E is #848FE1. Grayscale: #6A6A6A. Windows color (decimal): -8687586 or 1994875. OLE color: 1994875.
HSL color Cylindrical-coordinate representation of color #7B701E: hue angle of 52.9º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7B701E is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 112 | 30 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.52 |
| HSL | 52.9º | 0.61% | 0.3% | - |
| HSV(B) | 52.9º | 0.76% | 0.48% | - |
| XYZ | 14.2 | 15.89 | 3.55 | - |
| YUV | 105.94 | 85.14 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 112 | 30 | 0 | 0.09 | 0.76 | 0.52 | 52.9 | 0.61 | 0.3 |
| Hex | 7B | 70 | 1E | 0 | 9 | 4C | 34 | 35 | 3D | 1E |
| Octal | 173 | 160 | 36 | 0 | 11 | 114 | 64 | 65 | 75 | 36 |
| Binary | 1111011 | 1110000 | 11110 | 0 | 1001 | 1001100 | 110100 | 110101 | 111101 | 11110 |
Color Harmonies of #7B701E
Complementary color
Monochromatic Colors of #7B701E
Black with #7B701E
Text Example
Text Example
White with #7B701E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B701E; }
p { color: rgb(123,112,30); }
H1.HeaderClassName
{
color: #7B701E;
}
.AnyTagClassName
{
color: #7B701E;
}
</style>
background-color css
<style>
a { background-color: #7B701E; }
a { background-color: rgb(123,112,30); }
div.DivClassName
{
background-color: #7B701E;
}
.BgClassName
{
background-color: #7B701E;
}
</style>
border-color css
<style>
span { border-color: #7B701E; }
span { border-color: rgb(123,112,30); }
td.TdClassName
{
border-color: #7B701E;
}
.TagClassName
{
border-color: #7B701E;
}
</style>