Shades of Pablo #78705F
Tints of Pablo #78705F
RGB
CMYK
RGB Variations
Color information
#78705F (or 0x78705F) is known color: Pablo. HEX triplet: 78, 70 and 5F. RGB value is (120,112,95). Sum of RGB (Red+Green+Blue) = 120+112+95=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 120 - color contains mainly: red. Hex color #78705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78705F is #878FA0. Grayscale: #707070. Windows color (decimal): -8884129 or 6254712. OLE color: 6254712.
HSL color Cylindrical-coordinate representation of color #78705F: hue angle of 40.8º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #78705F is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 112 | 95 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.53 |
| HSL | 40.8º | 0.12% | 0.42% | - |
| HSV(B) | 40.8º | 0.21% | 0.47% | - |
| XYZ | 15.61 | 16.41 | 13.17 | - |
| YUV | 112.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 112 | 95 | 0 | 0.07 | 0.21 | 0.53 | 40.8 | 0.12 | 0.42 |
| Hex | 78 | 70 | 5F | 0 | 7 | 15 | 35 | 29 | C | 2A |
| Octal | 170 | 160 | 137 | 0 | 7 | 25 | 65 | 51 | 14 | 52 |
| Binary | 1111000 | 1110000 | 1011111 | 0 | 111 | 10101 | 110101 | 101001 | 1100 | 101010 |
Color Harmonies of #78705F
Complementary color
Monochromatic Colors of #78705F
Black with #78705F
Text Example
Text Example
White with #78705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78705F; }
p { color: rgb(120,112,95); }
H1.HeaderClassName
{
color: #78705F;
}
.AnyTagClassName
{
color: #78705F;
}
</style>
background-color css
<style>
a { background-color: #78705F; }
a { background-color: rgb(120,112,95); }
div.DivClassName
{
background-color: #78705F;
}
.BgClassName
{
background-color: #78705F;
}
</style>
border-color css
<style>
span { border-color: #78705F; }
span { border-color: rgb(120,112,95); }
td.TdClassName
{
border-color: #78705F;
}
.TagClassName
{
border-color: #78705F;
}
</style>