Shades of Pesto #807D31
Tints of Pesto #807D31
RGB
CMYK
RGB Variations
Color information
#807D31 (or 0x807D31) is known color: Pesto. HEX triplet: 80, 7D and 31. RGB value is (128,125,49). Sum of RGB (Red+Green+Blue) = 128+125+49=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 125 (49.22% from 255 or 41.39% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 128 - color contains mainly: red. Hex color #807D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807D31 is #7F82CE. Grayscale: #757575. Windows color (decimal): -8356559 or 3243392. OLE color: 3243392.
HSL color Cylindrical-coordinate representation of color #807D31: hue angle of 57.72º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #807D31 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 125 | 49 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.50 |
| HSL | 57.72º | 0.45% | 0.35% | - |
| HSV(B) | 57.72º | 0.62% | 0.5% | - |
| XYZ | 16.79 | 19.48 | 5.78 | - |
| YUV | 117.23 | 89.49 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 125 | 49 | 0 | 0.02 | 0.62 | 0.50 | 57.72 | 0.45 | 0.35 |
| Hex | 80 | 7D | 31 | 0 | 2 | 3E | 32 | 3A | 2D | 23 |
| Octal | 200 | 175 | 61 | 0 | 2 | 76 | 62 | 72 | 55 | 43 |
| Binary | 10000000 | 1111101 | 110001 | 0 | 10 | 111110 | 110010 | 111010 | 101101 | 100011 |
Color Harmonies of #807D31
Complementary color
Monochromatic Colors of #807D31
Black with #807D31
Text Example
Text Example
White with #807D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807D31; }
p { color: rgb(128,125,49); }
H1.HeaderClassName
{
color: #807D31;
}
.AnyTagClassName
{
color: #807D31;
}
</style>
background-color css
<style>
a { background-color: #807D31; }
a { background-color: rgb(128,125,49); }
div.DivClassName
{
background-color: #807D31;
}
.BgClassName
{
background-color: #807D31;
}
</style>
border-color css
<style>
span { border-color: #807D31; }
span { border-color: rgb(128,125,49); }
td.TdClassName
{
border-color: #807D31;
}
.TagClassName
{
border-color: #807D31;
}
</style>