Shades of Pablo #786F5E
Tints of Pablo #786F5E
RGB
CMYK
RGB Variations
Color information
#786F5E (or 0x786F5E) is known color: Pablo. HEX triplet: 78, 6F and 5E. RGB value is (120,111,94). Sum of RGB (Red+Green+Blue) = 120+111+94=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 120 - color contains mainly: red. Hex color #786F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786F5E is #8790A1. Grayscale: #6F6F6F. Windows color (decimal): -8884386 or 6188920. OLE color: 6188920.
HSL color Cylindrical-coordinate representation of color #786F5E: hue angle of 39.23º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #786F5E is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 111 | 94 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.53 |
| HSL | 39.23º | 0.12% | 0.42% | - |
| HSV(B) | 39.23º | 0.22% | 0.47% | - |
| XYZ | 15.45 | 16.17 | 12.9 | - |
| YUV | 111.75 | 117.98 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 111 | 94 | 0 | 0.08 | 0.22 | 0.53 | 39.23 | 0.12 | 0.42 |
| Hex | 78 | 6F | 5E | 0 | 8 | 16 | 35 | 27 | C | 2A |
| Octal | 170 | 157 | 136 | 0 | 10 | 26 | 65 | 47 | 14 | 52 |
| Binary | 1111000 | 1101111 | 1011110 | 0 | 1000 | 10110 | 110101 | 100111 | 1100 | 101010 |
Color Harmonies of #786F5E
Complementary color
Monochromatic Colors of #786F5E
Black with #786F5E
Text Example
Text Example
White with #786F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786F5E; }
p { color: rgb(120,111,94); }
H1.HeaderClassName
{
color: #786F5E;
}
.AnyTagClassName
{
color: #786F5E;
}
</style>
background-color css
<style>
a { background-color: #786F5E; }
a { background-color: rgb(120,111,94); }
div.DivClassName
{
background-color: #786F5E;
}
.BgClassName
{
background-color: #786F5E;
}
</style>
border-color css
<style>
span { border-color: #786F5E; }
span { border-color: rgb(120,111,94); }
td.TdClassName
{
border-color: #786F5E;
}
.TagClassName
{
border-color: #786F5E;
}
</style>