Shades of Rum #705D75
Tints of Rum #705D75
RGB
CMYK
RGB Variations
Color information
#705D75 (or 0x705D75) is known color: Rum. HEX triplet: 70, 5D and 75. RGB value is (112,93,117). Sum of RGB (Red+Green+Blue) = 112+93+117=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 117 - color contains mainly: blue. Hex color #705D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705D75 is #8FA28A. Grayscale: #656565. Windows color (decimal): -9413259 or 7691632. OLE color: 7691632.
HSL color Cylindrical-coordinate representation of color #705D75: hue angle of 287.5º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #705D75 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 93 | 117 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.54 |
| HSL | 287.5º | 0.11% | 0.41% | - |
| HSV(B) | 287.5º | 0.21% | 0.46% | - |
| XYZ | 13.81 | 12.56 | 18.53 | - |
| YUV | 101.42 | 136.79 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 117 | 0.04 | 0.21 | 0 | 0.54 | 287.5 | 0.11 | 0.41 |
| Hex | 70 | 5D | 75 | 4 | 15 | 0 | 36 | 120 | B | 29 |
| Octal | 160 | 135 | 165 | 4 | 25 | 0 | 66 | 440 | 13 | 51 |
| Binary | 1110000 | 1011101 | 1110101 | 100 | 10101 | 0 | 110110 | 100100000 | 1011 | 101001 |
Color Harmonies of #705D75
Complementary color
Monochromatic Colors of #705D75
Black with #705D75
Text Example
Text Example
White with #705D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705D75; }
p { color: rgb(112,93,117); }
H1.HeaderClassName
{
color: #705D75;
}
.AnyTagClassName
{
color: #705D75;
}
</style>
background-color css
<style>
a { background-color: #705D75; }
a { background-color: rgb(112,93,117); }
div.DivClassName
{
background-color: #705D75;
}
.BgClassName
{
background-color: #705D75;
}
</style>
border-color css
<style>
span { border-color: #705D75; }
span { border-color: rgb(112,93,117); }
td.TdClassName
{
border-color: #705D75;
}
.TagClassName
{
border-color: #705D75;
}
</style>