Shades of Pesto #7B702D
Tints of Pesto #7B702D
RGB
CMYK
RGB Variations
Color information
#7B702D (or 0x7B702D) is known color: Pesto. HEX triplet: 7B, 70 and 2D. RGB value is (123,112,45). Sum of RGB (Red+Green+Blue) = 123+112+45=280 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.93% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 123 - color contains mainly: red. Hex color #7B702D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B702D is #848FD2. Grayscale: #6B6B6B. Windows color (decimal): -8687571 or 2977915. OLE color: 2977915.
HSL color Cylindrical-coordinate representation of color #7B702D: hue angle of 51.54º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B702D is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 112 | 45 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.52 |
| HSL | 51.54º | 0.46% | 0.33% | - |
| HSV(B) | 51.54º | 0.63% | 0.48% | - |
| XYZ | 14.44 | 15.99 | 4.81 | - |
| YUV | 107.65 | 92.64 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 112 | 45 | 0 | 0.09 | 0.63 | 0.52 | 51.54 | 0.46 | 0.33 |
| Hex | 7B | 70 | 2D | 0 | 9 | 3F | 34 | 34 | 2E | 21 |
| Octal | 173 | 160 | 55 | 0 | 11 | 77 | 64 | 64 | 56 | 41 |
| Binary | 1111011 | 1110000 | 101101 | 0 | 1001 | 111111 | 110100 | 110100 | 101110 | 100001 |
Color Harmonies of #7B702D
Complementary color
Monochromatic Colors of #7B702D
Black with #7B702D
Text Example
Text Example
White with #7B702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B702D; }
p { color: rgb(123,112,45); }
H1.HeaderClassName
{
color: #7B702D;
}
.AnyTagClassName
{
color: #7B702D;
}
</style>
background-color css
<style>
a { background-color: #7B702D; }
a { background-color: rgb(123,112,45); }
div.DivClassName
{
background-color: #7B702D;
}
.BgClassName
{
background-color: #7B702D;
}
</style>
border-color css
<style>
span { border-color: #7B702D; }
span { border-color: rgb(123,112,45); }
td.TdClassName
{
border-color: #7B702D;
}
.TagClassName
{
border-color: #7B702D;
}
</style>