Shades of Pablo #786C56
Tints of Pablo #786C56
RGB
CMYK
RGB Variations
Color information
#786C56 (or 0x786C56) is known color: Pablo. HEX triplet: 78, 6C and 56. RGB value is (120,108,86). Sum of RGB (Red+Green+Blue) = 120+108+86=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 120 - color contains mainly: red. Hex color #786C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786C56 is #8793A9. Grayscale: #6D6D6D. Windows color (decimal): -8885162 or 5663864. OLE color: 5663864.
HSL color Cylindrical-coordinate representation of color #786C56: hue angle of 38.82º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #786C56 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 108 | 86 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.53 |
| HSL | 38.82º | 0.17% | 0.4% | - |
| HSV(B) | 38.82º | 0.28% | 0.47% | - |
| XYZ | 14.79 | 15.39 | 11 | - |
| YUV | 109.08 | 114.98 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 86 | 0 | 0.10 | 0.28 | 0.53 | 38.82 | 0.17 | 0.4 |
| Hex | 78 | 6C | 56 | 0 | A | 1C | 35 | 27 | 11 | 28 |
| Octal | 170 | 154 | 126 | 0 | 12 | 34 | 65 | 47 | 21 | 50 |
| Binary | 1111000 | 1101100 | 1010110 | 0 | 1010 | 11100 | 110101 | 100111 | 10001 | 101000 |
Color Harmonies of #786C56
Complementary color
Monochromatic Colors of #786C56
Black with #786C56
Text Example
Text Example
White with #786C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786C56; }
p { color: rgb(120,108,86); }
H1.HeaderClassName
{
color: #786C56;
}
.AnyTagClassName
{
color: #786C56;
}
</style>
background-color css
<style>
a { background-color: #786C56; }
a { background-color: rgb(120,108,86); }
div.DivClassName
{
background-color: #786C56;
}
.BgClassName
{
background-color: #786C56;
}
</style>
border-color css
<style>
span { border-color: #786C56; }
span { border-color: rgb(120,108,86); }
td.TdClassName
{
border-color: #786C56;
}
.TagClassName
{
border-color: #786C56;
}
</style>