Shades of Pesto #807C37
Tints of Pesto #807C37
RGB
CMYK
RGB Variations
Color information
#807C37 (or 0x807C37) is known color: Pesto. HEX triplet: 80, 7C and 37. RGB value is (128,124,55). Sum of RGB (Red+Green+Blue) = 128+124+55=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 55 (21.88% from 255 or 17.92% from 307); Max value from RGB is 128 - color contains mainly: red. Hex color #807C37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807C37 is #7F83C8. Grayscale: #757575. Windows color (decimal): -8356809 or 3636352. OLE color: 3636352.
HSL color Cylindrical-coordinate representation of color #807C37: hue angle of 56.71º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #807C37 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 124 | 55 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.50 |
| HSL | 56.71º | 0.4% | 0.36% | - |
| HSV(B) | 56.71º | 0.57% | 0.5% | - |
| XYZ | 16.8 | 19.28 | 6.45 | - |
| YUV | 117.33 | 92.83 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 55 | 0 | 0.03 | 0.57 | 0.50 | 56.71 | 0.4 | 0.36 |
| Hex | 80 | 7C | 37 | 0 | 3 | 39 | 32 | 39 | 28 | 24 |
| Octal | 200 | 174 | 67 | 0 | 3 | 71 | 62 | 71 | 50 | 44 |
| Binary | 10000000 | 1111100 | 110111 | 0 | 11 | 111001 | 110010 | 111001 | 101000 | 100100 |
Color Harmonies of #807C37
Complementary color
Monochromatic Colors of #807C37
Black with #807C37
Text Example
Text Example
White with #807C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807C37; }
p { color: rgb(128,124,55); }
H1.HeaderClassName
{
color: #807C37;
}
.AnyTagClassName
{
color: #807C37;
}
</style>
background-color css
<style>
a { background-color: #807C37; }
a { background-color: rgb(128,124,55); }
div.DivClassName
{
background-color: #807C37;
}
.BgClassName
{
background-color: #807C37;
}
</style>
border-color css
<style>
span { border-color: #807C37; }
span { border-color: rgb(128,124,55); }
td.TdClassName
{
border-color: #807C37;
}
.TagClassName
{
border-color: #807C37;
}
</style>