Shades of Pablo #786F5C
Tints of Pablo #786F5C
RGB
CMYK
RGB Variations
Color information
#786F5C (or 0x786F5C) is known color: Pablo. HEX triplet: 78, 6F and 5C. RGB value is (120,111,92). Sum of RGB (Red+Green+Blue) = 120+111+92=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 120 - color contains mainly: red. Hex color #786F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786F5C is #8790A3. Grayscale: #6F6F6F. Windows color (decimal): -8884388 or 6057848. OLE color: 6057848.
HSL color Cylindrical-coordinate representation of color #786F5C: hue angle of 40.71º 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 #786F5C is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 111 | 92 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.53 |
| HSL | 40.71º | 0.13% | 0.42% | - |
| HSV(B) | 40.71º | 0.23% | 0.47% | - |
| XYZ | 15.36 | 16.13 | 12.43 | - |
| YUV | 111.53 | 116.98 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 111 | 92 | 0 | 0.08 | 0.23 | 0.53 | 40.71 | 0.13 | 0.42 |
| Hex | 78 | 6F | 5C | 0 | 8 | 17 | 35 | 29 | D | 2A |
| Octal | 170 | 157 | 134 | 0 | 10 | 27 | 65 | 51 | 15 | 52 |
| Binary | 1111000 | 1101111 | 1011100 | 0 | 1000 | 10111 | 110101 | 101001 | 1101 | 101010 |
Color Harmonies of #786F5C
Complementary color
Monochromatic Colors of #786F5C
Black with #786F5C
Text Example
Text Example
White with #786F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786F5C; }
p { color: rgb(120,111,92); }
H1.HeaderClassName
{
color: #786F5C;
}
.AnyTagClassName
{
color: #786F5C;
}
</style>
background-color css
<style>
a { background-color: #786F5C; }
a { background-color: rgb(120,111,92); }
div.DivClassName
{
background-color: #786F5C;
}
.BgClassName
{
background-color: #786F5C;
}
</style>
border-color css
<style>
span { border-color: #786F5C; }
span { border-color: rgb(120,111,92); }
td.TdClassName
{
border-color: #786F5C;
}
.TagClassName
{
border-color: #786F5C;
}
</style>