Shades of Pesto #7B721B
Tints of Pesto #7B721B
RGB
CMYK
RGB Variations
Color information
#7B721B (or 0x7B721B) is known color: Pesto. HEX triplet: 7B, 72 and 1B. RGB value is (123,114,27). Sum of RGB (Red+Green+Blue) = 123+114+27=264 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.59% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 123 - color contains mainly: red. Hex color #7B721B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B721B is #848DE4. Grayscale: #6B6B6B. Windows color (decimal): -8687077 or 1798779. OLE color: 1798779.
HSL color Cylindrical-coordinate representation of color #7B721B: hue angle of 54.38º 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 #7B721B is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 114 | 27 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.52 |
| HSL | 54.38º | 0.64% | 0.29% | - |
| HSV(B) | 54.38º | 0.78% | 0.48% | - |
| XYZ | 14.38 | 16.32 | 3.43 | - |
| YUV | 106.77 | 82.98 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 114 | 27 | 0 | 0.07 | 0.78 | 0.52 | 54.38 | 0.64 | 0.29 |
| Hex | 7B | 72 | 1B | 0 | 7 | 4E | 34 | 36 | 40 | 1D |
| Octal | 173 | 162 | 33 | 0 | 7 | 116 | 64 | 66 | 100 | 35 |
| Binary | 1111011 | 1110010 | 11011 | 0 | 111 | 1001110 | 110100 | 110110 | 1000000 | 11101 |
Color Harmonies of #7B721B
Complementary color
Monochromatic Colors of #7B721B
Black with #7B721B
Text Example
Text Example
White with #7B721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B721B; }
p { color: rgb(123,114,27); }
H1.HeaderClassName
{
color: #7B721B;
}
.AnyTagClassName
{
color: #7B721B;
}
</style>
background-color css
<style>
a { background-color: #7B721B; }
a { background-color: rgb(123,114,27); }
div.DivClassName
{
background-color: #7B721B;
}
.BgClassName
{
background-color: #7B721B;
}
</style>
border-color css
<style>
span { border-color: #7B721B; }
span { border-color: rgb(123,114,27); }
td.TdClassName
{
border-color: #7B721B;
}
.TagClassName
{
border-color: #7B721B;
}
</style>