Shades of Pablo #78715D
Tints of Pablo #78715D
RGB
CMYK
RGB Variations
Color information
#78715D (or 0x78715D) is known color: Pablo. HEX triplet: 78, 71 and 5D. RGB value is (120,113,93). Sum of RGB (Red+Green+Blue) = 120+113+93=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 120 - color contains mainly: red. Hex color #78715D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78715D is #878EA2. Grayscale: #707070. Windows color (decimal): -8883875 or 6123896. OLE color: 6123896.
HSL color Cylindrical-coordinate representation of color #78715D: hue angle of 44.44º 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 #78715D is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 113 | 93 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.53 |
| HSL | 44.44º | 0.13% | 0.42% | - |
| HSV(B) | 44.44º | 0.23% | 0.47% | - |
| XYZ | 15.63 | 16.59 | 12.74 | - |
| YUV | 112.81 | 116.82 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 113 | 93 | 0 | 0.06 | 0.22 | 0.53 | 44.44 | 0.13 | 0.42 |
| Hex | 78 | 71 | 5D | 0 | 6 | 16 | 35 | 2C | D | 2A |
| Octal | 170 | 161 | 135 | 0 | 6 | 26 | 65 | 54 | 15 | 52 |
| Binary | 1111000 | 1110001 | 1011101 | 0 | 110 | 10110 | 110101 | 101100 | 1101 | 101010 |
Color Harmonies of #78715D
Complementary color
Monochromatic Colors of #78715D
Black with #78715D
Text Example
Text Example
White with #78715D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78715D; }
p { color: rgb(120,113,93); }
H1.HeaderClassName
{
color: #78715D;
}
.AnyTagClassName
{
color: #78715D;
}
</style>
background-color css
<style>
a { background-color: #78715D; }
a { background-color: rgb(120,113,93); }
div.DivClassName
{
background-color: #78715D;
}
.BgClassName
{
background-color: #78715D;
}
</style>
border-color css
<style>
span { border-color: #78715D; }
span { border-color: rgb(120,113,93); }
td.TdClassName
{
border-color: #78715D;
}
.TagClassName
{
border-color: #78715D;
}
</style>