Shades of Rum #706074
Tints of Rum #706074
RGB
CMYK
RGB Variations
Color information
#706074 (or 0x706074) is known color: Rum. HEX triplet: 70, 60 and 74. RGB value is (112,96,116). Sum of RGB (Red+Green+Blue) = 112+96+116=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 116 - color contains mainly: blue. Hex color #706074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706074 is #8F9F8B. Grayscale: #676767. Windows color (decimal): -9412492 or 7626864. OLE color: 7626864.
HSL color Cylindrical-coordinate representation of color #706074: hue angle of 288º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #706074 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 96 | 116 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.55 |
| HSL | 288º | 0.09% | 0.42% | - |
| HSV(B) | 288º | 0.17% | 0.45% | - |
| XYZ | 14.02 | 13.07 | 18.31 | - |
| YUV | 103.06 | 135.3 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 116 | 0.03 | 0.17 | 0 | 0.55 | 288 | 0.09 | 0.42 |
| Hex | 70 | 60 | 74 | 3 | 11 | 0 | 37 | 120 | 9 | 2A |
| Octal | 160 | 140 | 164 | 3 | 21 | 0 | 67 | 440 | 11 | 52 |
| Binary | 1110000 | 1100000 | 1110100 | 11 | 10001 | 0 | 110111 | 100100000 | 1001 | 101010 |
Color Harmonies of #706074
Complementary color
Monochromatic Colors of #706074
Black with #706074
Text Example
Text Example
White with #706074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706074; }
p { color: rgb(112,96,116); }
H1.HeaderClassName
{
color: #706074;
}
.AnyTagClassName
{
color: #706074;
}
</style>
background-color css
<style>
a { background-color: #706074; }
a { background-color: rgb(112,96,116); }
div.DivClassName
{
background-color: #706074;
}
.BgClassName
{
background-color: #706074;
}
</style>
border-color css
<style>
span { border-color: #706074; }
span { border-color: rgb(112,96,116); }
td.TdClassName
{
border-color: #706074;
}
.TagClassName
{
border-color: #706074;
}
</style>