Shades of Pesto #7B7413
Tints of Pesto #7B7413
RGB
CMYK
RGB Variations
Color information
#7B7413 (or 0x7B7413) is known color: Pesto. HEX triplet: 7B, 74 and 13. RGB value is (123,116,19). Sum of RGB (Red+Green+Blue) = 123+116+19=258 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.67% from 258); Green value is 116 (45.70% from 255 or 44.96% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B7413 is #848BEC. Grayscale: #6B6B6B. Windows color (decimal): -8686573 or 1275003. OLE color: 1275003.
HSL color Cylindrical-coordinate representation of color #7B7413: hue angle of 55.96º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B7413 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 116 | 19 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.52 |
| HSL | 55.96º | 0.73% | 0.28% | - |
| HSV(B) | 55.96º | 0.85% | 0.48% | - |
| XYZ | 14.53 | 16.75 | 3.08 | - |
| YUV | 107.04 | 78.32 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 116 | 19 | 0 | 0.06 | 0.85 | 0.52 | 55.96 | 0.73 | 0.28 |
| Hex | 7B | 74 | 13 | 0 | 6 | 55 | 34 | 38 | 49 | 1C |
| Octal | 173 | 164 | 23 | 0 | 6 | 125 | 64 | 70 | 111 | 34 |
| Binary | 1111011 | 1110100 | 10011 | 0 | 110 | 1010101 | 110100 | 111000 | 1001001 | 11100 |
Color Harmonies of #7B7413
Complementary color
Monochromatic Colors of #7B7413
Black with #7B7413
Text Example
Text Example
White with #7B7413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7413; }
p { color: rgb(123,116,19); }
H1.HeaderClassName
{
color: #7B7413;
}
.AnyTagClassName
{
color: #7B7413;
}
</style>
background-color css
<style>
a { background-color: #7B7413; }
a { background-color: rgb(123,116,19); }
div.DivClassName
{
background-color: #7B7413;
}
.BgClassName
{
background-color: #7B7413;
}
</style>
border-color css
<style>
span { border-color: #7B7413; }
span { border-color: rgb(123,116,19); }
td.TdClassName
{
border-color: #7B7413;
}
.TagClassName
{
border-color: #7B7413;
}
</style>