Shades of Pesto #807C2D
Tints of Pesto #807C2D
RGB
CMYK
RGB Variations
Color information
#807C2D (or 0x807C2D) is known color: Pesto. HEX triplet: 80, 7C and 2D. RGB value is (128,124,45). Sum of RGB (Red+Green+Blue) = 128+124+45=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 124 (48.83% from 255 or 41.75% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 128 - color contains mainly: red. Hex color #807C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807C2D is #7F83D2. Grayscale: #747474. Windows color (decimal): -8356819 or 2980992. OLE color: 2980992.
HSL color Cylindrical-coordinate representation of color #807C2D: hue angle of 57.11º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #807C2D is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 124 | 45 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.50 |
| HSL | 57.11º | 0.48% | 0.34% | - |
| HSV(B) | 57.11º | 0.65% | 0.5% | - |
| XYZ | 16.58 | 19.19 | 5.31 | - |
| YUV | 116.19 | 87.83 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 45 | 0 | 0.03 | 0.65 | 0.50 | 57.11 | 0.48 | 0.34 |
| Hex | 80 | 7C | 2D | 0 | 3 | 41 | 32 | 39 | 30 | 22 |
| Octal | 200 | 174 | 55 | 0 | 3 | 101 | 62 | 71 | 60 | 42 |
| Binary | 10000000 | 1111100 | 101101 | 0 | 11 | 1000001 | 110010 | 111001 | 110000 | 100010 |
Color Harmonies of #807C2D
Complementary color
Monochromatic Colors of #807C2D
Black with #807C2D
Text Example
Text Example
White with #807C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807C2D; }
p { color: rgb(128,124,45); }
H1.HeaderClassName
{
color: #807C2D;
}
.AnyTagClassName
{
color: #807C2D;
}
</style>
background-color css
<style>
a { background-color: #807C2D; }
a { background-color: rgb(128,124,45); }
div.DivClassName
{
background-color: #807C2D;
}
.BgClassName
{
background-color: #807C2D;
}
</style>
border-color css
<style>
span { border-color: #807C2D; }
span { border-color: rgb(128,124,45); }
td.TdClassName
{
border-color: #807C2D;
}
.TagClassName
{
border-color: #807C2D;
}
</style>