Shades of Rum #705D73
Tints of Rum #705D73
RGB
CMYK
RGB Variations
Color information
#705D73 (or 0x705D73) is known color: Rum. HEX triplet: 70, 5D and 73. RGB value is (112,93,115). Sum of RGB (Red+Green+Blue) = 112+93+115=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 115 - color contains mainly: blue. Hex color #705D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705D73 is #8FA28C. Grayscale: #656565. Windows color (decimal): -9413261 or 7560560. OLE color: 7560560.
HSL color Cylindrical-coordinate representation of color #705D73: hue angle of 291.82º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #705D73 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 93 | 115 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.55 |
| HSL | 291.82º | 0.11% | 0.41% | - |
| HSV(B) | 291.82º | 0.19% | 0.45% | - |
| XYZ | 13.69 | 12.51 | 17.91 | - |
| YUV | 101.19 | 135.79 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 115 | 0.03 | 0.19 | 0 | 0.55 | 291.82 | 0.11 | 0.41 |
| Hex | 70 | 5D | 73 | 3 | 13 | 0 | 37 | 124 | B | 29 |
| Octal | 160 | 135 | 163 | 3 | 23 | 0 | 67 | 444 | 13 | 51 |
| Binary | 1110000 | 1011101 | 1110011 | 11 | 10011 | 0 | 110111 | 100100100 | 1011 | 101001 |
Color Harmonies of #705D73
Complementary color
Monochromatic Colors of #705D73
Black with #705D73
Text Example
Text Example
White with #705D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705D73; }
p { color: rgb(112,93,115); }
H1.HeaderClassName
{
color: #705D73;
}
.AnyTagClassName
{
color: #705D73;
}
</style>
background-color css
<style>
a { background-color: #705D73; }
a { background-color: rgb(112,93,115); }
div.DivClassName
{
background-color: #705D73;
}
.BgClassName
{
background-color: #705D73;
}
</style>
border-color css
<style>
span { border-color: #705D73; }
span { border-color: rgb(112,93,115); }
td.TdClassName
{
border-color: #705D73;
}
.TagClassName
{
border-color: #705D73;
}
</style>