Shades of Pablo #786E5C
Tints of Pablo #786E5C
RGB
CMYK
RGB Variations
Color information
#786E5C (or 0x786E5C) is known color: Pablo. HEX triplet: 78, 6E and 5C. RGB value is (120,110,92). Sum of RGB (Red+Green+Blue) = 120+110+92=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 120 - color contains mainly: red. Hex color #786E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786E5C is #8791A3. Grayscale: #6F6F6F. Windows color (decimal): -8884644 or 6057592. OLE color: 6057592.
HSL color Cylindrical-coordinate representation of color #786E5C: hue angle of 38.57º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #786E5C is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 110 | 92 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.53 |
| HSL | 38.57º | 0.13% | 0.42% | - |
| HSV(B) | 38.57º | 0.23% | 0.47% | - |
| XYZ | 15.25 | 15.92 | 12.39 | - |
| YUV | 110.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 110 | 92 | 0 | 0.08 | 0.23 | 0.53 | 38.57 | 0.13 | 0.42 |
| Hex | 78 | 6E | 5C | 0 | 8 | 17 | 35 | 27 | D | 2A |
| Octal | 170 | 156 | 134 | 0 | 10 | 27 | 65 | 47 | 15 | 52 |
| Binary | 1111000 | 1101110 | 1011100 | 0 | 1000 | 10111 | 110101 | 100111 | 1101 | 101010 |
Color Harmonies of #786E5C
Complementary color
Monochromatic Colors of #786E5C
Black with #786E5C
Text Example
Text Example
White with #786E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786E5C; }
p { color: rgb(120,110,92); }
H1.HeaderClassName
{
color: #786E5C;
}
.AnyTagClassName
{
color: #786E5C;
}
</style>
background-color css
<style>
a { background-color: #786E5C; }
a { background-color: rgb(120,110,92); }
div.DivClassName
{
background-color: #786E5C;
}
.BgClassName
{
background-color: #786E5C;
}
</style>
border-color css
<style>
span { border-color: #786E5C; }
span { border-color: rgb(120,110,92); }
td.TdClassName
{
border-color: #786E5C;
}
.TagClassName
{
border-color: #786E5C;
}
</style>