Shades of Pesto #7B701B
Tints of Pesto #7B701B
RGB
CMYK
RGB Variations
Color information
#7B701B (or 0x7B701B) is known color: Pesto. HEX triplet: 7B, 70 and 1B. RGB value is (123,112,27). Sum of RGB (Red+Green+Blue) = 123+112+27=262 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.95% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 123 - color contains mainly: red. Hex color #7B701B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B701B is #848FE4. Grayscale: #696969. Windows color (decimal): -8687589 or 1798267. OLE color: 1798267.
HSL color Cylindrical-coordinate representation of color #7B701B: hue angle of 53.12º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7B701B is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 112 | 27 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.52 |
| HSL | 53.13º | 0.64% | 0.29% | - |
| HSV(B) | 53.13º | 0.78% | 0.48% | - |
| XYZ | 14.16 | 15.88 | 3.36 | - |
| YUV | 105.6 | 83.64 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 112 | 27 | 0 | 0.09 | 0.78 | 0.52 | 53.13 | 0.64 | 0.29 |
| Hex | 7B | 70 | 1B | 0 | 9 | 4E | 34 | 35 | 40 | 1D |
| Octal | 173 | 160 | 33 | 0 | 11 | 116 | 64 | 65 | 100 | 35 |
| Binary | 1111011 | 1110000 | 11011 | 0 | 1001 | 1001110 | 110100 | 110101 | 1000000 | 11101 |
Color Harmonies of #7B701B
Complementary color
Monochromatic Colors of #7B701B
Black with #7B701B
Text Example
Text Example
White with #7B701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B701B; }
p { color: rgb(123,112,27); }
H1.HeaderClassName
{
color: #7B701B;
}
.AnyTagClassName
{
color: #7B701B;
}
</style>
background-color css
<style>
a { background-color: #7B701B; }
a { background-color: rgb(123,112,27); }
div.DivClassName
{
background-color: #7B701B;
}
.BgClassName
{
background-color: #7B701B;
}
</style>
border-color css
<style>
span { border-color: #7B701B; }
span { border-color: rgb(123,112,27); }
td.TdClassName
{
border-color: #7B701B;
}
.TagClassName
{
border-color: #7B701B;
}
</style>