Shades of Rum #705878
Tints of Rum #705878
RGB
CMYK
RGB Variations
Color information
#705878 (or 0x705878) is known color: Rum. HEX triplet: 70, 58 and 78. RGB value is (112,88,120). Sum of RGB (Red+Green+Blue) = 112+88+120=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 120 - color contains mainly: blue. Hex color #705878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705878 is #8FA787. Grayscale: #626262. Windows color (decimal): -9414536 or 7886960. OLE color: 7886960.
HSL color Cylindrical-coordinate representation of color #705878: hue angle of 285º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #705878 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 88 | 120 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.53 |
| HSL | 285º | 0.15% | 0.41% | - |
| HSV(B) | 285º | 0.27% | 0.47% | - |
| XYZ | 13.56 | 11.78 | 19.33 | - |
| YUV | 98.82 | 139.95 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 88 | 120 | 0.07 | 0.27 | 0 | 0.53 | 285 | 0.15 | 0.41 |
| Hex | 70 | 58 | 78 | 7 | 1B | 0 | 35 | 11D | F | 29 |
| Octal | 160 | 130 | 170 | 7 | 33 | 0 | 65 | 435 | 17 | 51 |
| Binary | 1110000 | 1011000 | 1111000 | 111 | 11011 | 0 | 110101 | 100011101 | 1111 | 101001 |
Color Harmonies of #705878
Complementary color
Monochromatic Colors of #705878
Black with #705878
Text Example
Text Example
White with #705878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705878; }
p { color: rgb(112,88,120); }
H1.HeaderClassName
{
color: #705878;
}
.AnyTagClassName
{
color: #705878;
}
</style>
background-color css
<style>
a { background-color: #705878; }
a { background-color: rgb(112,88,120); }
div.DivClassName
{
background-color: #705878;
}
.BgClassName
{
background-color: #705878;
}
</style>
border-color css
<style>
span { border-color: #705878; }
span { border-color: rgb(112,88,120); }
td.TdClassName
{
border-color: #705878;
}
.TagClassName
{
border-color: #705878;
}
</style>