Shades of Pesto #81762A
Tints of Pesto #81762A
RGB
CMYK
RGB Variations
Color information
#81762A (or 0x81762A) is known color: Pesto. HEX triplet: 81, 76 and 2A. RGB value is (129,118,42). Sum of RGB (Red+Green+Blue) = 129+118+42=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 129 - color contains mainly: red. Hex color #81762A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81762A is #7E89D5. Grayscale: #707070. Windows color (decimal): -8292822 or 2782849. OLE color: 2782849.
HSL color Cylindrical-coordinate representation of color #81762A: hue angle of 52.41º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #81762A is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 118 | 42 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.49 |
| HSL | 52.41º | 0.51% | 0.34% | - |
| HSV(B) | 52.41º | 0.67% | 0.51% | - |
| XYZ | 15.95 | 17.79 | 4.78 | - |
| YUV | 112.63 | 88.14 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 118 | 42 | 0 | 0.09 | 0.67 | 0.49 | 52.41 | 0.51 | 0.34 |
| Hex | 81 | 76 | 2A | 0 | 9 | 43 | 31 | 34 | 33 | 22 |
| Octal | 201 | 166 | 52 | 0 | 11 | 103 | 61 | 64 | 63 | 42 |
| Binary | 10000001 | 1110110 | 101010 | 0 | 1001 | 1000011 | 110001 | 110100 | 110011 | 100010 |
Color Harmonies of #81762A
Complementary color
Monochromatic Colors of #81762A
Black with #81762A
Text Example
Text Example
White with #81762A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81762A; }
p { color: rgb(129,118,42); }
H1.HeaderClassName
{
color: #81762A;
}
.AnyTagClassName
{
color: #81762A;
}
</style>
background-color css
<style>
a { background-color: #81762A; }
a { background-color: rgb(129,118,42); }
div.DivClassName
{
background-color: #81762A;
}
.BgClassName
{
background-color: #81762A;
}
</style>
border-color css
<style>
span { border-color: #81762A; }
span { border-color: rgb(129,118,42); }
td.TdClassName
{
border-color: #81762A;
}
.TagClassName
{
border-color: #81762A;
}
</style>