Shades of Pesto #807C33
Tints of Pesto #807C33
RGB
CMYK
RGB Variations
Color information
#807C33 (or 0x807C33) is known color: Pesto. HEX triplet: 80, 7C and 33. RGB value is (128,124,51). Sum of RGB (Red+Green+Blue) = 128+124+51=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 128 - color contains mainly: red. Hex color #807C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807C33 is #7F83CC. Grayscale: #757575. Windows color (decimal): -8356813 or 3374208. OLE color: 3374208.
HSL color Cylindrical-coordinate representation of color #807C33: hue angle of 56.88º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #807C33 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 124 | 51 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.50 |
| HSL | 56.88º | 0.43% | 0.35% | - |
| HSV(B) | 56.88º | 0.6% | 0.5% | - |
| XYZ | 16.71 | 19.24 | 5.97 | - |
| YUV | 116.87 | 90.83 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 51 | 0 | 0.03 | 0.60 | 0.50 | 56.88 | 0.43 | 0.35 |
| Hex | 80 | 7C | 33 | 0 | 3 | 3C | 32 | 39 | 2B | 23 |
| Octal | 200 | 174 | 63 | 0 | 3 | 74 | 62 | 71 | 53 | 43 |
| Binary | 10000000 | 1111100 | 110011 | 0 | 11 | 111100 | 110010 | 111001 | 101011 | 100011 |
Color Harmonies of #807C33
Complementary color
Monochromatic Colors of #807C33
Black with #807C33
Text Example
Text Example
White with #807C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807C33; }
p { color: rgb(128,124,51); }
H1.HeaderClassName
{
color: #807C33;
}
.AnyTagClassName
{
color: #807C33;
}
</style>
background-color css
<style>
a { background-color: #807C33; }
a { background-color: rgb(128,124,51); }
div.DivClassName
{
background-color: #807C33;
}
.BgClassName
{
background-color: #807C33;
}
</style>
border-color css
<style>
span { border-color: #807C33; }
span { border-color: rgb(128,124,51); }
td.TdClassName
{
border-color: #807C33;
}
.TagClassName
{
border-color: #807C33;
}
</style>