Shades of Rum #705D78
Tints of Rum #705D78
RGB
CMYK
RGB Variations
Color information
#705D78 (or 0x705D78) is known color: Rum. HEX triplet: 70, 5D and 78. RGB value is (112,93,120). Sum of RGB (Red+Green+Blue) = 112+93+120=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 120 - color contains mainly: blue. Hex color #705D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705D78 is #8FA287. Grayscale: #656565. Windows color (decimal): -9413256 or 7888240. OLE color: 7888240.
HSL color Cylindrical-coordinate representation of color #705D78: hue angle of 282.22º 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 #705D78 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 93 | 120 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.53 |
| HSL | 282.22º | 0.13% | 0.42% | - |
| HSV(B) | 282.22º | 0.23% | 0.47% | - |
| XYZ | 13.99 | 12.63 | 19.47 | - |
| YUV | 101.76 | 138.29 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 120 | 0.07 | 0.22 | 0 | 0.53 | 282.22 | 0.13 | 0.42 |
| Hex | 70 | 5D | 78 | 7 | 16 | 0 | 35 | 11A | D | 2A |
| Octal | 160 | 135 | 170 | 7 | 26 | 0 | 65 | 432 | 15 | 52 |
| Binary | 1110000 | 1011101 | 1111000 | 111 | 10110 | 0 | 110101 | 100011010 | 1101 | 101010 |
Color Harmonies of #705D78
Complementary color
Monochromatic Colors of #705D78
Black with #705D78
Text Example
Text Example
White with #705D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705D78; }
p { color: rgb(112,93,120); }
H1.HeaderClassName
{
color: #705D78;
}
.AnyTagClassName
{
color: #705D78;
}
</style>
background-color css
<style>
a { background-color: #705D78; }
a { background-color: rgb(112,93,120); }
div.DivClassName
{
background-color: #705D78;
}
.BgClassName
{
background-color: #705D78;
}
</style>
border-color css
<style>
span { border-color: #705D78; }
span { border-color: rgb(112,93,120); }
td.TdClassName
{
border-color: #705D78;
}
.TagClassName
{
border-color: #705D78;
}
</style>