Shades of Pesto #80781C
Tints of Pesto #80781C
RGB
CMYK
RGB Variations
Color information
#80781C (or 0x80781C) is known color: Pesto. HEX triplet: 80, 78 and 1C. RGB value is (128,120,28). Sum of RGB (Red+Green+Blue) = 128+120+28=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #80781C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80781C is #7F87E3. Grayscale: #707070. Windows color (decimal): -8357860 or 1865856. OLE color: 1865856.
HSL color Cylindrical-coordinate representation of color #80781C: hue angle of 55.2º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80781C is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 120 | 28 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.50 |
| HSL | 55.2º | 0.64% | 0.31% | - |
| HSV(B) | 55.2º | 0.78% | 0.5% | - |
| XYZ | 15.83 | 18.11 | 3.76 | - |
| YUV | 111.9 | 80.65 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 120 | 28 | 0 | 0.06 | 0.78 | 0.50 | 55.2 | 0.64 | 0.31 |
| Hex | 80 | 78 | 1C | 0 | 6 | 4E | 32 | 37 | 40 | 1F |
| Octal | 200 | 170 | 34 | 0 | 6 | 116 | 62 | 67 | 100 | 37 |
| Binary | 10000000 | 1111000 | 11100 | 0 | 110 | 1001110 | 110010 | 110111 | 1000000 | 11111 |
Color Harmonies of #80781C
Complementary color
Monochromatic Colors of #80781C
Black with #80781C
Text Example
Text Example
White with #80781C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80781C; }
p { color: rgb(128,120,28); }
H1.HeaderClassName
{
color: #80781C;
}
.AnyTagClassName
{
color: #80781C;
}
</style>
background-color css
<style>
a { background-color: #80781C; }
a { background-color: rgb(128,120,28); }
div.DivClassName
{
background-color: #80781C;
}
.BgClassName
{
background-color: #80781C;
}
</style>
border-color css
<style>
span { border-color: #80781C; }
span { border-color: rgb(128,120,28); }
td.TdClassName
{
border-color: #80781C;
}
.TagClassName
{
border-color: #80781C;
}
</style>