Shades of Rum #706A71
Tints of Rum #706A71
RGB
CMYK
RGB Variations
Color information
#706A71 (or 0x706A71) is known color: Rum. HEX triplet: 70, 6A and 71. RGB value is (112,106,113). Sum of RGB (Red+Green+Blue) = 112+106+113=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 113 - color contains mainly: blue. Hex color #706A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706A71 is #8F958E. Grayscale: #6C6C6C. Windows color (decimal): -9409935 or 7432816. OLE color: 7432816.
HSL color Cylindrical-coordinate representation of color #706A71: hue angle of 291.43º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #706A71 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 106 | 113 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.56 |
| HSL | 291.43º | 0.03% | 0.43% | - |
| HSV(B) | 291.43º | 0.06% | 0.44% | - |
| XYZ | 14.82 | 14.95 | 17.73 | - |
| YUV | 108.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 113 | 0.01 | 0.06 | 0 | 0.56 | 291.43 | 0.03 | 0.43 |
| Hex | 70 | 6A | 71 | 1 | 6 | 0 | 38 | 123 | 3 | 2B |
| Octal | 160 | 152 | 161 | 1 | 6 | 0 | 70 | 443 | 3 | 53 |
| Binary | 1110000 | 1101010 | 1110001 | 1 | 110 | 0 | 111000 | 100100011 | 11 | 101011 |
Color Harmonies of #706A71
Complementary color
Monochromatic Colors of #706A71
Black with #706A71
Text Example
Text Example
White with #706A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A71; }
p { color: rgb(112,106,113); }
H1.HeaderClassName
{
color: #706A71;
}
.AnyTagClassName
{
color: #706A71;
}
</style>
background-color css
<style>
a { background-color: #706A71; }
a { background-color: rgb(112,106,113); }
div.DivClassName
{
background-color: #706A71;
}
.BgClassName
{
background-color: #706A71;
}
</style>
border-color css
<style>
span { border-color: #706A71; }
span { border-color: rgb(112,106,113); }
td.TdClassName
{
border-color: #706A71;
}
.TagClassName
{
border-color: #706A71;
}
</style>