Shades of Pesto #81761B
Tints of Pesto #81761B
RGB
CMYK
RGB Variations
Color information
#81761B (or 0x81761B) is known color: Pesto. HEX triplet: 81, 76 and 1B. RGB value is (129,118,27). Sum of RGB (Red+Green+Blue) = 129+118+27=274 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.08% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 129 - color contains mainly: red. Hex color #81761B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81761B is #7E89E4. Grayscale: #6F6F6F. Windows color (decimal): -8292837 or 1799809. OLE color: 1799809.
HSL color Cylindrical-coordinate representation of color #81761B: hue angle of 53.53º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #81761B is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 118 | 27 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.49 |
| HSL | 53.53º | 0.65% | 0.31% | - |
| HSV(B) | 53.53º | 0.79% | 0.51% | - |
| XYZ | 15.73 | 17.7 | 3.62 | - |
| YUV | 110.92 | 80.64 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 118 | 27 | 0 | 0.09 | 0.79 | 0.49 | 53.53 | 0.65 | 0.31 |
| Hex | 81 | 76 | 1B | 0 | 9 | 4F | 31 | 36 | 41 | 1F |
| Octal | 201 | 166 | 33 | 0 | 11 | 117 | 61 | 66 | 101 | 37 |
| Binary | 10000001 | 1110110 | 11011 | 0 | 1001 | 1001111 | 110001 | 110110 | 1000001 | 11111 |
Color Harmonies of #81761B
Complementary color
Monochromatic Colors of #81761B
Black with #81761B
Text Example
Text Example
White with #81761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81761B; }
p { color: rgb(129,118,27); }
H1.HeaderClassName
{
color: #81761B;
}
.AnyTagClassName
{
color: #81761B;
}
</style>
background-color css
<style>
a { background-color: #81761B; }
a { background-color: rgb(129,118,27); }
div.DivClassName
{
background-color: #81761B;
}
.BgClassName
{
background-color: #81761B;
}
</style>
border-color css
<style>
span { border-color: #81761B; }
span { border-color: rgb(129,118,27); }
td.TdClassName
{
border-color: #81761B;
}
.TagClassName
{
border-color: #81761B;
}
</style>