Shades of Pesto #7B711B
Tints of Pesto #7B711B
RGB
CMYK
RGB Variations
Color information
#7B711B (or 0x7B711B) is known color: Pesto. HEX triplet: 7B, 71 and 1B. RGB value is (123,113,27). Sum of RGB (Red+Green+Blue) = 123+113+27=263 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.77% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 123 - color contains mainly: red. Hex color #7B711B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B711B is #848EE4. Grayscale: #6A6A6A. Windows color (decimal): -8687333 or 1798523. OLE color: 1798523.
HSL color Cylindrical-coordinate representation of color #7B711B: hue angle of 53.75º 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 #7B711B is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 113 | 27 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.52 |
| HSL | 53.75º | 0.64% | 0.29% | - |
| HSV(B) | 53.75º | 0.78% | 0.48% | - |
| XYZ | 14.27 | 16.1 | 3.39 | - |
| YUV | 106.19 | 83.31 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 113 | 27 | 0 | 0.08 | 0.78 | 0.52 | 53.75 | 0.64 | 0.29 |
| Hex | 7B | 71 | 1B | 0 | 8 | 4E | 34 | 36 | 40 | 1D |
| Octal | 173 | 161 | 33 | 0 | 10 | 116 | 64 | 66 | 100 | 35 |
| Binary | 1111011 | 1110001 | 11011 | 0 | 1000 | 1001110 | 110100 | 110110 | 1000000 | 11101 |
Color Harmonies of #7B711B
Complementary color
Monochromatic Colors of #7B711B
Black with #7B711B
Text Example
Text Example
White with #7B711B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B711B; }
p { color: rgb(123,113,27); }
H1.HeaderClassName
{
color: #7B711B;
}
.AnyTagClassName
{
color: #7B711B;
}
</style>
background-color css
<style>
a { background-color: #7B711B; }
a { background-color: rgb(123,113,27); }
div.DivClassName
{
background-color: #7B711B;
}
.BgClassName
{
background-color: #7B711B;
}
</style>
border-color css
<style>
span { border-color: #7B711B; }
span { border-color: rgb(123,113,27); }
td.TdClassName
{
border-color: #7B711B;
}
.TagClassName
{
border-color: #7B711B;
}
</style>