Shades of Pablo #78725D
Tints of Pablo #78725D
RGB
CMYK
RGB Variations
Color information
#78725D (or 0x78725D) is known color: Pablo. HEX triplet: 78, 72 and 5D. RGB value is (120,114,93). Sum of RGB (Red+Green+Blue) = 120+114+93=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 120 - color contains mainly: red. Hex color #78725D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78725D is #878DA2. Grayscale: #717171. Windows color (decimal): -8883619 or 6124152. OLE color: 6124152.
HSL color Cylindrical-coordinate representation of color #78725D: hue angle of 46.67º 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 #78725D is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 114 | 93 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.53 |
| HSL | 46.67º | 0.13% | 0.42% | - |
| HSV(B) | 46.67º | 0.23% | 0.47% | - |
| XYZ | 15.74 | 16.82 | 12.77 | - |
| YUV | 113.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 114 | 93 | 0 | 0.05 | 0.22 | 0.53 | 46.67 | 0.13 | 0.42 |
| Hex | 78 | 72 | 5D | 0 | 5 | 16 | 35 | 2F | D | 2A |
| Octal | 170 | 162 | 135 | 0 | 5 | 26 | 65 | 57 | 15 | 52 |
| Binary | 1111000 | 1110010 | 1011101 | 0 | 101 | 10110 | 110101 | 101111 | 1101 | 101010 |
Color Harmonies of #78725D
Complementary color
Monochromatic Colors of #78725D
Black with #78725D
Text Example
Text Example
White with #78725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78725D; }
p { color: rgb(120,114,93); }
H1.HeaderClassName
{
color: #78725D;
}
.AnyTagClassName
{
color: #78725D;
}
</style>
background-color css
<style>
a { background-color: #78725D; }
a { background-color: rgb(120,114,93); }
div.DivClassName
{
background-color: #78725D;
}
.BgClassName
{
background-color: #78725D;
}
</style>
border-color css
<style>
span { border-color: #78725D; }
span { border-color: rgb(120,114,93); }
td.TdClassName
{
border-color: #78725D;
}
.TagClassName
{
border-color: #78725D;
}
</style>