Shades of Pesto #807717
Tints of Pesto #807717
RGB
CMYK
RGB Variations
Color information
#807717 (or 0x807717) is known color: Pesto. HEX triplet: 80, 77 and 17. RGB value is (128,119,23). Sum of RGB (Red+Green+Blue) = 128+119+23=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #807717 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807717 is #7F88E8. Grayscale: #6F6F6F. Windows color (decimal): -8358121 or 1537920. OLE color: 1537920.
HSL color Cylindrical-coordinate representation of color #807717: hue angle of 54.86º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #807717 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 119 | 23 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.50 |
| HSL | 54.86º | 0.7% | 0.3% | - |
| HSV(B) | 54.86º | 0.82% | 0.5% | - |
| XYZ | 15.65 | 17.84 | 3.43 | - |
| YUV | 110.75 | 78.48 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 119 | 23 | 0 | 0.07 | 0.82 | 0.50 | 54.86 | 0.7 | 0.3 |
| Hex | 80 | 77 | 17 | 0 | 7 | 52 | 32 | 37 | 46 | 1E |
| Octal | 200 | 167 | 27 | 0 | 7 | 122 | 62 | 67 | 106 | 36 |
| Binary | 10000000 | 1110111 | 10111 | 0 | 111 | 1010010 | 110010 | 110111 | 1000110 | 11110 |
Color Harmonies of #807717
Complementary color
Monochromatic Colors of #807717
Black with #807717
Text Example
Text Example
White with #807717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807717; }
p { color: rgb(128,119,23); }
H1.HeaderClassName
{
color: #807717;
}
.AnyTagClassName
{
color: #807717;
}
</style>
background-color css
<style>
a { background-color: #807717; }
a { background-color: rgb(128,119,23); }
div.DivClassName
{
background-color: #807717;
}
.BgClassName
{
background-color: #807717;
}
</style>
border-color css
<style>
span { border-color: #807717; }
span { border-color: rgb(128,119,23); }
td.TdClassName
{
border-color: #807717;
}
.TagClassName
{
border-color: #807717;
}
</style>