Shades of Rum #706A72
Tints of Rum #706A72
RGB
CMYK
RGB Variations
Color information
#706A72 (or 0x706A72) is known color: Rum. HEX triplet: 70, 6A and 72. RGB value is (112,106,114). Sum of RGB (Red+Green+Blue) = 112+106+114=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 114 - color contains mainly: blue. Hex color #706A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706A72 is #8F958D. Grayscale: #6C6C6C. Windows color (decimal): -9409934 or 7498352. OLE color: 7498352.
HSL color Cylindrical-coordinate representation of color #706A72: hue angle of 285º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #706A72 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 106 | 114 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.55 |
| HSL | 285º | 0.04% | 0.43% | - |
| HSV(B) | 285º | 0.07% | 0.45% | - |
| XYZ | 14.87 | 14.97 | 18.02 | - |
| YUV | 108.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 114 | 0.02 | 0.07 | 0 | 0.55 | 285 | 0.04 | 0.43 |
| Hex | 70 | 6A | 72 | 2 | 7 | 0 | 37 | 11D | 4 | 2B |
| Octal | 160 | 152 | 162 | 2 | 7 | 0 | 67 | 435 | 4 | 53 |
| Binary | 1110000 | 1101010 | 1110010 | 10 | 111 | 0 | 110111 | 100011101 | 100 | 101011 |
Color Harmonies of #706A72
Complementary color
Monochromatic Colors of #706A72
Black with #706A72
Text Example
Text Example
White with #706A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A72; }
p { color: rgb(112,106,114); }
H1.HeaderClassName
{
color: #706A72;
}
.AnyTagClassName
{
color: #706A72;
}
</style>
background-color css
<style>
a { background-color: #706A72; }
a { background-color: rgb(112,106,114); }
div.DivClassName
{
background-color: #706A72;
}
.BgClassName
{
background-color: #706A72;
}
</style>
border-color css
<style>
span { border-color: #706A72; }
span { border-color: rgb(112,106,114); }
td.TdClassName
{
border-color: #706A72;
}
.TagClassName
{
border-color: #706A72;
}
</style>