Shades of Rum #705B7B
Tints of Rum #705B7B
RGB
CMYK
RGB Variations
Color information
#705B7B (or 0x705B7B) is known color: Rum. HEX triplet: 70, 5B and 7B. RGB value is (112,91,123). Sum of RGB (Red+Green+Blue) = 112+91+123=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 123 - color contains mainly: blue. Hex color #705B7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705B7B is #8FA484. Grayscale: #646464. Windows color (decimal): -9413765 or 8084336. OLE color: 8084336.
HSL color Cylindrical-coordinate representation of color #705B7B: hue angle of 279.38º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #705B7B is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 91 | 123 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.52 |
| HSL | 279.38º | 0.15% | 0.42% | - |
| HSV(B) | 279.38º | 0.26% | 0.48% | - |
| XYZ | 14 | 12.36 | 20.39 | - |
| YUV | 100.93 | 140.46 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 123 | 0.09 | 0.26 | 0 | 0.52 | 279.38 | 0.15 | 0.42 |
| Hex | 70 | 5B | 7B | 9 | 1A | 0 | 34 | 117 | F | 2A |
| Octal | 160 | 133 | 173 | 11 | 32 | 0 | 64 | 427 | 17 | 52 |
| Binary | 1110000 | 1011011 | 1111011 | 1001 | 11010 | 0 | 110100 | 100010111 | 1111 | 101010 |
Color Harmonies of #705B7B
Complementary color
Monochromatic Colors of #705B7B
Black with #705B7B
Text Example
Text Example
White with #705B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705B7B; }
p { color: rgb(112,91,123); }
H1.HeaderClassName
{
color: #705B7B;
}
.AnyTagClassName
{
color: #705B7B;
}
</style>
background-color css
<style>
a { background-color: #705B7B; }
a { background-color: rgb(112,91,123); }
div.DivClassName
{
background-color: #705B7B;
}
.BgClassName
{
background-color: #705B7B;
}
</style>
border-color css
<style>
span { border-color: #705B7B; }
span { border-color: rgb(112,91,123); }
td.TdClassName
{
border-color: #705B7B;
}
.TagClassName
{
border-color: #705B7B;
}
</style>