Shades of Pesto #80751A
Tints of Pesto #80751A
RGB
CMYK
RGB Variations
Color information
#80751A (or 0x80751A) is known color: Pesto. HEX triplet: 80, 75 and 1A. RGB value is (128,117,26). Sum of RGB (Red+Green+Blue) = 128+117+26=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #80751A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80751A is #7F8AE5. Grayscale: #6E6E6E. Windows color (decimal): -8358630 or 1734016. OLE color: 1734016.
HSL color Cylindrical-coordinate representation of color #80751A: hue angle of 53.53º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80751A is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 117 | 26 | - |
| CMYK | 0 | 0.09 | 0.80 | 0.50 |
| HSL | 53.53º | 0.66% | 0.3% | - |
| HSV(B) | 53.53º | 0.8% | 0.5% | - |
| XYZ | 15.45 | 17.39 | 3.52 | - |
| YUV | 109.92 | 80.64 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 117 | 26 | 0 | 0.09 | 0.80 | 0.50 | 53.53 | 0.66 | 0.3 |
| Hex | 80 | 75 | 1A | 0 | 9 | 50 | 32 | 36 | 42 | 1E |
| Octal | 200 | 165 | 32 | 0 | 11 | 120 | 62 | 66 | 102 | 36 |
| Binary | 10000000 | 1110101 | 11010 | 0 | 1001 | 1010000 | 110010 | 110110 | 1000010 | 11110 |
Color Harmonies of #80751A
Complementary color
Monochromatic Colors of #80751A
Black with #80751A
Text Example
Text Example
White with #80751A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80751A; }
p { color: rgb(128,117,26); }
H1.HeaderClassName
{
color: #80751A;
}
.AnyTagClassName
{
color: #80751A;
}
</style>
background-color css
<style>
a { background-color: #80751A; }
a { background-color: rgb(128,117,26); }
div.DivClassName
{
background-color: #80751A;
}
.BgClassName
{
background-color: #80751A;
}
</style>
border-color css
<style>
span { border-color: #80751A; }
span { border-color: rgb(128,117,26); }
td.TdClassName
{
border-color: #80751A;
}
.TagClassName
{
border-color: #80751A;
}
</style>