Shades of Rum #706274
Tints of Rum #706274
RGB
CMYK
RGB Variations
Color information
#706274 (or 0x706274) is known color: Rum. HEX triplet: 70, 62 and 74. RGB value is (112,98,116). Sum of RGB (Red+Green+Blue) = 112+98+116=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 116 - color contains mainly: blue. Hex color #706274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706274 is #8F9D8B. Grayscale: #686868. Windows color (decimal): -9411980 or 7627376. OLE color: 7627376.
HSL color Cylindrical-coordinate representation of color #706274: hue angle of 286.67º 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 #706274 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 98 | 116 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.55 |
| HSL | 286.67º | 0.08% | 0.42% | - |
| HSV(B) | 286.67º | 0.16% | 0.45% | - |
| XYZ | 14.2 | 13.44 | 18.37 | - |
| YUV | 104.24 | 134.64 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 116 | 0.03 | 0.16 | 0 | 0.55 | 286.67 | 0.08 | 0.42 |
| Hex | 70 | 62 | 74 | 3 | 10 | 0 | 37 | 11F | 8 | 2A |
| Octal | 160 | 142 | 164 | 3 | 20 | 0 | 67 | 437 | 10 | 52 |
| Binary | 1110000 | 1100010 | 1110100 | 11 | 10000 | 0 | 110111 | 100011111 | 1000 | 101010 |
Color Harmonies of #706274
Complementary color
Monochromatic Colors of #706274
Black with #706274
Text Example
Text Example
White with #706274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706274; }
p { color: rgb(112,98,116); }
H1.HeaderClassName
{
color: #706274;
}
.AnyTagClassName
{
color: #706274;
}
</style>
background-color css
<style>
a { background-color: #706274; }
a { background-color: rgb(112,98,116); }
div.DivClassName
{
background-color: #706274;
}
.BgClassName
{
background-color: #706274;
}
</style>
border-color css
<style>
span { border-color: #706274; }
span { border-color: rgb(112,98,116); }
td.TdClassName
{
border-color: #706274;
}
.TagClassName
{
border-color: #706274;
}
</style>