Shades of Pablo #786D58
Tints of Pablo #786D58
RGB
CMYK
RGB Variations
Color information
#786D58 (or 0x786D58) is known color: Pablo. HEX triplet: 78, 6D and 58. RGB value is (120,109,88). Sum of RGB (Red+Green+Blue) = 120+109+88=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 120 - color contains mainly: red. Hex color #786D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786D58 is #8792A7. Grayscale: #6D6D6D. Windows color (decimal): -8884904 or 5795192. OLE color: 5795192.
HSL color Cylindrical-coordinate representation of color #786D58: hue angle of 39.38º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #786D58 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 109 | 88 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.53 |
| HSL | 39.38º | 0.15% | 0.41% | - |
| HSV(B) | 39.38º | 0.27% | 0.47% | - |
| XYZ | 14.98 | 15.63 | 11.46 | - |
| YUV | 109.9 | 115.64 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 88 | 0 | 0.09 | 0.27 | 0.53 | 39.38 | 0.15 | 0.41 |
| Hex | 78 | 6D | 58 | 0 | 9 | 1B | 35 | 27 | F | 29 |
| Octal | 170 | 155 | 130 | 0 | 11 | 33 | 65 | 47 | 17 | 51 |
| Binary | 1111000 | 1101101 | 1011000 | 0 | 1001 | 11011 | 110101 | 100111 | 1111 | 101001 |
Color Harmonies of #786D58
Complementary color
Monochromatic Colors of #786D58
Black with #786D58
Text Example
Text Example
White with #786D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786D58; }
p { color: rgb(120,109,88); }
H1.HeaderClassName
{
color: #786D58;
}
.AnyTagClassName
{
color: #786D58;
}
</style>
background-color css
<style>
a { background-color: #786D58; }
a { background-color: rgb(120,109,88); }
div.DivClassName
{
background-color: #786D58;
}
.BgClassName
{
background-color: #786D58;
}
</style>
border-color css
<style>
span { border-color: #786D58; }
span { border-color: rgb(120,109,88); }
td.TdClassName
{
border-color: #786D58;
}
.TagClassName
{
border-color: #786D58;
}
</style>