Shades of Pesto #81762C
Tints of Pesto #81762C
RGB
CMYK
RGB Variations
Color information
#81762C (or 0x81762C) is known color: Pesto. HEX triplet: 81, 76 and 2C. RGB value is (129,118,44). Sum of RGB (Red+Green+Blue) = 129+118+44=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 129 - color contains mainly: red. Hex color #81762C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81762C is #7E89D3. Grayscale: #717171. Windows color (decimal): -8292820 or 2913921. OLE color: 2913921.
HSL color Cylindrical-coordinate representation of color #81762C: hue angle of 52.24º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #81762C is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 118 | 44 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.49 |
| HSL | 52.24º | 0.49% | 0.34% | - |
| HSV(B) | 52.24º | 0.66% | 0.51% | - |
| XYZ | 15.99 | 17.81 | 4.98 | - |
| YUV | 112.85 | 89.14 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 118 | 44 | 0 | 0.09 | 0.66 | 0.49 | 52.24 | 0.49 | 0.34 |
| Hex | 81 | 76 | 2C | 0 | 9 | 42 | 31 | 34 | 31 | 22 |
| Octal | 201 | 166 | 54 | 0 | 11 | 102 | 61 | 64 | 61 | 42 |
| Binary | 10000001 | 1110110 | 101100 | 0 | 1001 | 1000010 | 110001 | 110100 | 110001 | 100010 |
Color Harmonies of #81762C
Complementary color
Monochromatic Colors of #81762C
Black with #81762C
Text Example
Text Example
White with #81762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81762C; }
p { color: rgb(129,118,44); }
H1.HeaderClassName
{
color: #81762C;
}
.AnyTagClassName
{
color: #81762C;
}
</style>
background-color css
<style>
a { background-color: #81762C; }
a { background-color: rgb(129,118,44); }
div.DivClassName
{
background-color: #81762C;
}
.BgClassName
{
background-color: #81762C;
}
</style>
border-color css
<style>
span { border-color: #81762C; }
span { border-color: rgb(129,118,44); }
td.TdClassName
{
border-color: #81762C;
}
.TagClassName
{
border-color: #81762C;
}
</style>