Shades of Pablo #786F5B
Tints of Pablo #786F5B
RGB
CMYK
RGB Variations
Color information
#786F5B (or 0x786F5B) is known color: Pablo. HEX triplet: 78, 6F and 5B. RGB value is (120,111,91). Sum of RGB (Red+Green+Blue) = 120+111+91=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 120 - color contains mainly: red. Hex color #786F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786F5B is #8790A4. Grayscale: #6F6F6F. Windows color (decimal): -8884389 or 5992312. OLE color: 5992312.
HSL color Cylindrical-coordinate representation of color #786F5B: hue angle of 41.38º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #786F5B is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 111 | 91 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.53 |
| HSL | 41.38º | 0.14% | 0.41% | - |
| HSV(B) | 41.38º | 0.24% | 0.47% | - |
| XYZ | 15.32 | 16.12 | 12.2 | - |
| YUV | 111.41 | 116.48 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 111 | 91 | 0 | 0.08 | 0.24 | 0.53 | 41.38 | 0.14 | 0.41 |
| Hex | 78 | 6F | 5B | 0 | 8 | 18 | 35 | 29 | E | 29 |
| Octal | 170 | 157 | 133 | 0 | 10 | 30 | 65 | 51 | 16 | 51 |
| Binary | 1111000 | 1101111 | 1011011 | 0 | 1000 | 11000 | 110101 | 101001 | 1110 | 101001 |
Color Harmonies of #786F5B
Complementary color
Monochromatic Colors of #786F5B
Black with #786F5B
Text Example
Text Example
White with #786F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786F5B; }
p { color: rgb(120,111,91); }
H1.HeaderClassName
{
color: #786F5B;
}
.AnyTagClassName
{
color: #786F5B;
}
</style>
background-color css
<style>
a { background-color: #786F5B; }
a { background-color: rgb(120,111,91); }
div.DivClassName
{
background-color: #786F5B;
}
.BgClassName
{
background-color: #786F5B;
}
</style>
border-color css
<style>
span { border-color: #786F5B; }
span { border-color: rgb(120,111,91); }
td.TdClassName
{
border-color: #786F5B;
}
.TagClassName
{
border-color: #786F5B;
}
</style>