Shades of Pablo #787159
Tints of Pablo #787159
RGB
CMYK
RGB Variations
Color information
#787159 (or 0x787159) is known color: Pablo. HEX triplet: 78, 71 and 59. RGB value is (120,113,89). Sum of RGB (Red+Green+Blue) = 120+113+89=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 120 - color contains mainly: red. Hex color #787159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787159 is #878EA6. Grayscale: #707070. Windows color (decimal): -8883879 or 5861752. OLE color: 5861752.
HSL color Cylindrical-coordinate representation of color #787159: hue angle of 46.45º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #787159 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 113 | 89 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.53 |
| HSL | 46.45º | 0.15% | 0.41% | - |
| HSV(B) | 46.45º | 0.26% | 0.47% | - |
| XYZ | 15.45 | 16.52 | 11.83 | - |
| YUV | 112.36 | 114.82 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 113 | 89 | 0 | 0.06 | 0.26 | 0.53 | 46.45 | 0.15 | 0.41 |
| Hex | 78 | 71 | 59 | 0 | 6 | 1A | 35 | 2E | F | 29 |
| Octal | 170 | 161 | 131 | 0 | 6 | 32 | 65 | 56 | 17 | 51 |
| Binary | 1111000 | 1110001 | 1011001 | 0 | 110 | 11010 | 110101 | 101110 | 1111 | 101001 |
Color Harmonies of #787159
Complementary color
Monochromatic Colors of #787159
Black with #787159
Text Example
Text Example
White with #787159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787159; }
p { color: rgb(120,113,89); }
H1.HeaderClassName
{
color: #787159;
}
.AnyTagClassName
{
color: #787159;
}
</style>
background-color css
<style>
a { background-color: #787159; }
a { background-color: rgb(120,113,89); }
div.DivClassName
{
background-color: #787159;
}
.BgClassName
{
background-color: #787159;
}
</style>
border-color css
<style>
span { border-color: #787159; }
span { border-color: rgb(120,113,89); }
td.TdClassName
{
border-color: #787159;
}
.TagClassName
{
border-color: #787159;
}
</style>