Shades of Pesto #817A27
Tints of Pesto #817A27
RGB
CMYK
RGB Variations
Color information
#817A27 (or 0x817A27) is known color: Pesto. HEX triplet: 81, 7A and 27. RGB value is (129,122,39). Sum of RGB (Red+Green+Blue) = 129+122+39=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 129 - color contains mainly: red. Hex color #817A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817A27 is #7E85D8. Grayscale: #727272. Windows color (decimal): -8291801 or 2587265. OLE color: 2587265.
HSL color Cylindrical-coordinate representation of color #817A27: hue angle of 55.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #817A27 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 122 | 39 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.49 |
| HSL | 55.33º | 0.54% | 0.33% | - |
| HSV(B) | 55.33º | 0.7% | 0.51% | - |
| XYZ | 16.38 | 18.73 | 4.67 | - |
| YUV | 114.63 | 85.32 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 122 | 39 | 0 | 0.05 | 0.70 | 0.49 | 55.33 | 0.54 | 0.33 |
| Hex | 81 | 7A | 27 | 0 | 5 | 46 | 31 | 37 | 36 | 21 |
| Octal | 201 | 172 | 47 | 0 | 5 | 106 | 61 | 67 | 66 | 41 |
| Binary | 10000001 | 1111010 | 100111 | 0 | 101 | 1000110 | 110001 | 110111 | 110110 | 100001 |
Color Harmonies of #817A27
Complementary color
Monochromatic Colors of #817A27
Black with #817A27
Text Example
Text Example
White with #817A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817A27; }
p { color: rgb(129,122,39); }
H1.HeaderClassName
{
color: #817A27;
}
.AnyTagClassName
{
color: #817A27;
}
</style>
background-color css
<style>
a { background-color: #817A27; }
a { background-color: rgb(129,122,39); }
div.DivClassName
{
background-color: #817A27;
}
.BgClassName
{
background-color: #817A27;
}
</style>
border-color css
<style>
span { border-color: #817A27; }
span { border-color: rgb(129,122,39); }
td.TdClassName
{
border-color: #817A27;
}
.TagClassName
{
border-color: #817A27;
}
</style>