Shades of Pesto #7B7327
Tints of Pesto #7B7327
RGB
CMYK
RGB Variations
Color information
#7B7327 (or 0x7B7327) is known color: Pesto. HEX triplet: 7B, 73 and 27. RGB value is (123,115,39). Sum of RGB (Red+Green+Blue) = 123+115+39=277 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.40% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 39 (15.62% from 255 or 14.08% from 277); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7327 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7327 is #848CD8. Grayscale: #6D6D6D. Windows color (decimal): -8686809 or 2585467. OLE color: 2585467.
HSL color Cylindrical-coordinate representation of color #7B7327: hue angle of 54.29º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7B7327 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 115 | 39 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.52 |
| HSL | 54.29º | 0.52% | 0.32% | - |
| HSV(B) | 54.29º | 0.68% | 0.48% | - |
| XYZ | 14.67 | 16.62 | 4.35 | - |
| YUV | 108.73 | 88.65 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 115 | 39 | 0 | 0.07 | 0.68 | 0.52 | 54.29 | 0.52 | 0.32 |
| Hex | 7B | 73 | 27 | 0 | 7 | 44 | 34 | 36 | 34 | 20 |
| Octal | 173 | 163 | 47 | 0 | 7 | 104 | 64 | 66 | 64 | 40 |
| Binary | 1111011 | 1110011 | 100111 | 0 | 111 | 1000100 | 110100 | 110110 | 110100 | 100000 |
Color Harmonies of #7B7327
Complementary color
Monochromatic Colors of #7B7327
Black with #7B7327
Text Example
Text Example
White with #7B7327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7327; }
p { color: rgb(123,115,39); }
H1.HeaderClassName
{
color: #7B7327;
}
.AnyTagClassName
{
color: #7B7327;
}
</style>
background-color css
<style>
a { background-color: #7B7327; }
a { background-color: rgb(123,115,39); }
div.DivClassName
{
background-color: #7B7327;
}
.BgClassName
{
background-color: #7B7327;
}
</style>
border-color css
<style>
span { border-color: #7B7327; }
span { border-color: rgb(123,115,39); }
td.TdClassName
{
border-color: #7B7327;
}
.TagClassName
{
border-color: #7B7327;
}
</style>