Shades of Rum #705D74
Tints of Rum #705D74
RGB
CMYK
RGB Variations
Color information
#705D74 (or 0x705D74) is known color: Rum. HEX triplet: 70, 5D and 74. RGB value is (112,93,116). Sum of RGB (Red+Green+Blue) = 112+93+116=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 116 - color contains mainly: blue. Hex color #705D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705D74 is #8FA28B. Grayscale: #656565. Windows color (decimal): -9413260 or 7626096. OLE color: 7626096.
HSL color Cylindrical-coordinate representation of color #705D74: hue angle of 289.57º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #705D74 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 93 | 116 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.55 |
| HSL | 289.57º | 0.11% | 0.41% | - |
| HSV(B) | 289.57º | 0.2% | 0.45% | - |
| XYZ | 13.75 | 12.53 | 18.22 | - |
| YUV | 101.3 | 136.29 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 116 | 0.03 | 0.20 | 0 | 0.55 | 289.57 | 0.11 | 0.41 |
| Hex | 70 | 5D | 74 | 3 | 14 | 0 | 37 | 122 | B | 29 |
| Octal | 160 | 135 | 164 | 3 | 24 | 0 | 67 | 442 | 13 | 51 |
| Binary | 1110000 | 1011101 | 1110100 | 11 | 10100 | 0 | 110111 | 100100010 | 1011 | 101001 |
Color Harmonies of #705D74
Complementary color
Monochromatic Colors of #705D74
Black with #705D74
Text Example
Text Example
White with #705D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705D74; }
p { color: rgb(112,93,116); }
H1.HeaderClassName
{
color: #705D74;
}
.AnyTagClassName
{
color: #705D74;
}
</style>
background-color css
<style>
a { background-color: #705D74; }
a { background-color: rgb(112,93,116); }
div.DivClassName
{
background-color: #705D74;
}
.BgClassName
{
background-color: #705D74;
}
</style>
border-color css
<style>
span { border-color: #705D74; }
span { border-color: rgb(112,93,116); }
td.TdClassName
{
border-color: #705D74;
}
.TagClassName
{
border-color: #705D74;
}
</style>