Shades of Rum #706272
Tints of Rum #706272
RGB
CMYK
RGB Variations
Color information
#706272 (or 0x706272) is known color: Rum. HEX triplet: 70, 62 and 72. RGB value is (112,98,114). Sum of RGB (Red+Green+Blue) = 112+98+114=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 114 - color contains mainly: blue. Hex color #706272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706272 is #8F9D8D. Grayscale: #676767. Windows color (decimal): -9411982 or 7496304. OLE color: 7496304.
HSL color Cylindrical-coordinate representation of color #706272: hue angle of 292.5º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #706272 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 98 | 114 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.55 |
| HSL | 292.5º | 0.08% | 0.42% | - |
| HSV(B) | 292.5º | 0.14% | 0.45% | - |
| XYZ | 14.09 | 13.4 | 17.76 | - |
| YUV | 104.01 | 133.64 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 114 | 0.02 | 0.14 | 0 | 0.55 | 292.5 | 0.08 | 0.42 |
| Hex | 70 | 62 | 72 | 2 | E | 0 | 37 | 124 | 8 | 2A |
| Octal | 160 | 142 | 162 | 2 | 16 | 0 | 67 | 444 | 10 | 52 |
| Binary | 1110000 | 1100010 | 1110010 | 10 | 1110 | 0 | 110111 | 100100100 | 1000 | 101010 |
Color Harmonies of #706272
Complementary color
Monochromatic Colors of #706272
Black with #706272
Text Example
Text Example
White with #706272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706272; }
p { color: rgb(112,98,114); }
H1.HeaderClassName
{
color: #706272;
}
.AnyTagClassName
{
color: #706272;
}
</style>
background-color css
<style>
a { background-color: #706272; }
a { background-color: rgb(112,98,114); }
div.DivClassName
{
background-color: #706272;
}
.BgClassName
{
background-color: #706272;
}
</style>
border-color css
<style>
span { border-color: #706272; }
span { border-color: rgb(112,98,114); }
td.TdClassName
{
border-color: #706272;
}
.TagClassName
{
border-color: #706272;
}
</style>