Shades of Pablo #786D57
Tints of Pablo #786D57
RGB
CMYK
RGB Variations
Color information
#786D57 (or 0x786D57) is known color: Pablo. HEX triplet: 78, 6D and 57. RGB value is (120,109,87). Sum of RGB (Red+Green+Blue) = 120+109+87=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 87 (34.38% from 255 or 27.53% from 316); Max value from RGB is 120 - color contains mainly: red. Hex color #786D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786D57 is #8792A8. Grayscale: #6D6D6D. Windows color (decimal): -8884905 or 5729656. OLE color: 5729656.
HSL color Cylindrical-coordinate representation of color #786D57: hue angle of 40º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #786D57 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 109 | 87 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.53 |
| HSL | 40º | 0.16% | 0.41% | - |
| HSV(B) | 40º | 0.28% | 0.47% | - |
| XYZ | 14.93 | 15.62 | 11.24 | - |
| YUV | 109.78 | 115.14 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 87 | 0 | 0.09 | 0.28 | 0.53 | 40 | 0.16 | 0.41 |
| Hex | 78 | 6D | 57 | 0 | 9 | 1C | 35 | 28 | 10 | 29 |
| Octal | 170 | 155 | 127 | 0 | 11 | 34 | 65 | 50 | 20 | 51 |
| Binary | 1111000 | 1101101 | 1010111 | 0 | 1001 | 11100 | 110101 | 101000 | 10000 | 101001 |
Color Harmonies of #786D57
Complementary color
Monochromatic Colors of #786D57
Black with #786D57
Text Example
Text Example
White with #786D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786D57; }
p { color: rgb(120,109,87); }
H1.HeaderClassName
{
color: #786D57;
}
.AnyTagClassName
{
color: #786D57;
}
</style>
background-color css
<style>
a { background-color: #786D57; }
a { background-color: rgb(120,109,87); }
div.DivClassName
{
background-color: #786D57;
}
.BgClassName
{
background-color: #786D57;
}
</style>
border-color css
<style>
span { border-color: #786D57; }
span { border-color: rgb(120,109,87); }
td.TdClassName
{
border-color: #786D57;
}
.TagClassName
{
border-color: #786D57;
}
</style>