Shades of Rum #706173
Tints of Rum #706173
RGB
CMYK
RGB Variations
Color information
#706173 (or 0x706173) is known color: Rum. HEX triplet: 70, 61 and 73. RGB value is (112,97,115). Sum of RGB (Red+Green+Blue) = 112+97+115=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 115 - color contains mainly: blue. Hex color #706173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706173 is #8F9E8C. Grayscale: #676767. Windows color (decimal): -9412237 or 7561584. OLE color: 7561584.
HSL color Cylindrical-coordinate representation of color #706173: hue angle of 290º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #706173 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 97 | 115 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.55 |
| HSL | 290º | 0.08% | 0.42% | - |
| HSV(B) | 290º | 0.16% | 0.45% | - |
| XYZ | 14.05 | 13.23 | 18.03 | - |
| YUV | 103.54 | 134.47 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 97 | 115 | 0.03 | 0.16 | 0 | 0.55 | 290 | 0.08 | 0.42 |
| Hex | 70 | 61 | 73 | 3 | 10 | 0 | 37 | 122 | 8 | 2A |
| Octal | 160 | 141 | 163 | 3 | 20 | 0 | 67 | 442 | 10 | 52 |
| Binary | 1110000 | 1100001 | 1110011 | 11 | 10000 | 0 | 110111 | 100100010 | 1000 | 101010 |
Color Harmonies of #706173
Complementary color
Monochromatic Colors of #706173
Black with #706173
Text Example
Text Example
White with #706173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706173; }
p { color: rgb(112,97,115); }
H1.HeaderClassName
{
color: #706173;
}
.AnyTagClassName
{
color: #706173;
}
</style>
background-color css
<style>
a { background-color: #706173; }
a { background-color: rgb(112,97,115); }
div.DivClassName
{
background-color: #706173;
}
.BgClassName
{
background-color: #706173;
}
</style>
border-color css
<style>
span { border-color: #706173; }
span { border-color: rgb(112,97,115); }
td.TdClassName
{
border-color: #706173;
}
.TagClassName
{
border-color: #706173;
}
</style>