Shades of Pesto #807B2C
Tints of Pesto #807B2C
RGB
CMYK
RGB Variations
Color information
#807B2C (or 0x807B2C) is known color: Pesto. HEX triplet: 80, 7B and 2C. RGB value is (128,123,44). Sum of RGB (Red+Green+Blue) = 128+123+44=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 123 (48.44% from 255 or 41.69% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 128 - color contains mainly: red. Hex color #807B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807B2C is #7F84D3. Grayscale: #737373. Windows color (decimal): -8357076 or 2915200. OLE color: 2915200.
HSL color Cylindrical-coordinate representation of color #807B2C: hue angle of 56.43º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #807B2C is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 123 | 44 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.50 |
| HSL | 56.43º | 0.49% | 0.34% | - |
| HSV(B) | 56.43º | 0.66% | 0.5% | - |
| XYZ | 16.44 | 18.94 | 5.17 | - |
| YUV | 115.49 | 87.66 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 123 | 44 | 0 | 0.04 | 0.66 | 0.50 | 56.43 | 0.49 | 0.34 |
| Hex | 80 | 7B | 2C | 0 | 4 | 42 | 32 | 38 | 31 | 22 |
| Octal | 200 | 173 | 54 | 0 | 4 | 102 | 62 | 70 | 61 | 42 |
| Binary | 10000000 | 1111011 | 101100 | 0 | 100 | 1000010 | 110010 | 111000 | 110001 | 100010 |
Color Harmonies of #807B2C
Complementary color
Monochromatic Colors of #807B2C
Black with #807B2C
Text Example
Text Example
White with #807B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807B2C; }
p { color: rgb(128,123,44); }
H1.HeaderClassName
{
color: #807B2C;
}
.AnyTagClassName
{
color: #807B2C;
}
</style>
background-color css
<style>
a { background-color: #807B2C; }
a { background-color: rgb(128,123,44); }
div.DivClassName
{
background-color: #807B2C;
}
.BgClassName
{
background-color: #807B2C;
}
</style>
border-color css
<style>
span { border-color: #807B2C; }
span { border-color: rgb(128,123,44); }
td.TdClassName
{
border-color: #807B2C;
}
.TagClassName
{
border-color: #807B2C;
}
</style>