Shades of Pablo #78725E
Tints of Pablo #78725E
RGB
CMYK
RGB Variations
Color information
#78725E (or 0x78725E) is known color: Pablo. HEX triplet: 78, 72 and 5E. RGB value is (120,114,94). Sum of RGB (Red+Green+Blue) = 120+114+94=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 120 - color contains mainly: red. Hex color #78725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78725E is #878DA1. Grayscale: #717171. Windows color (decimal): -8883618 or 6189688. OLE color: 6189688.
HSL color Cylindrical-coordinate representation of color #78725E: hue angle of 46.15º 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 #78725E is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 114 | 94 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.53 |
| HSL | 46.15º | 0.12% | 0.42% | - |
| HSV(B) | 46.15º | 0.22% | 0.47% | - |
| XYZ | 15.78 | 16.84 | 13.01 | - |
| YUV | 113.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 114 | 94 | 0 | 0.05 | 0.22 | 0.53 | 46.15 | 0.12 | 0.42 |
| Hex | 78 | 72 | 5E | 0 | 5 | 16 | 35 | 2E | C | 2A |
| Octal | 170 | 162 | 136 | 0 | 5 | 26 | 65 | 56 | 14 | 52 |
| Binary | 1111000 | 1110010 | 1011110 | 0 | 101 | 10110 | 110101 | 101110 | 1100 | 101010 |
Color Harmonies of #78725E
Complementary color
Monochromatic Colors of #78725E
Black with #78725E
Text Example
Text Example
White with #78725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78725E; }
p { color: rgb(120,114,94); }
H1.HeaderClassName
{
color: #78725E;
}
.AnyTagClassName
{
color: #78725E;
}
</style>
background-color css
<style>
a { background-color: #78725E; }
a { background-color: rgb(120,114,94); }
div.DivClassName
{
background-color: #78725E;
}
.BgClassName
{
background-color: #78725E;
}
</style>
border-color css
<style>
span { border-color: #78725E; }
span { border-color: rgb(120,114,94); }
td.TdClassName
{
border-color: #78725E;
}
.TagClassName
{
border-color: #78725E;
}
</style>