Shades of Rum #705D77
Tints of Rum #705D77
RGB
CMYK
RGB Variations
Color information
#705D77 (or 0x705D77) is known color: Rum. HEX triplet: 70, 5D and 77. RGB value is (112,93,119). Sum of RGB (Red+Green+Blue) = 112+93+119=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 119 - color contains mainly: blue. Hex color #705D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705D77 is #8FA288. Grayscale: #656565. Windows color (decimal): -9413257 or 7822704. OLE color: 7822704.
HSL color Cylindrical-coordinate representation of color #705D77: hue angle of 283.85º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #705D77 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 93 | 119 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.53 |
| HSL | 283.85º | 0.12% | 0.42% | - |
| HSV(B) | 283.85º | 0.22% | 0.47% | - |
| XYZ | 13.93 | 12.61 | 19.15 | - |
| YUV | 101.65 | 137.79 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 119 | 0.06 | 0.22 | 0 | 0.53 | 283.85 | 0.12 | 0.42 |
| Hex | 70 | 5D | 77 | 6 | 16 | 0 | 35 | 11C | C | 2A |
| Octal | 160 | 135 | 167 | 6 | 26 | 0 | 65 | 434 | 14 | 52 |
| Binary | 1110000 | 1011101 | 1110111 | 110 | 10110 | 0 | 110101 | 100011100 | 1100 | 101010 |
Color Harmonies of #705D77
Complementary color
Monochromatic Colors of #705D77
Black with #705D77
Text Example
Text Example
White with #705D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705D77; }
p { color: rgb(112,93,119); }
H1.HeaderClassName
{
color: #705D77;
}
.AnyTagClassName
{
color: #705D77;
}
</style>
background-color css
<style>
a { background-color: #705D77; }
a { background-color: rgb(112,93,119); }
div.DivClassName
{
background-color: #705D77;
}
.BgClassName
{
background-color: #705D77;
}
</style>
border-color css
<style>
span { border-color: #705D77; }
span { border-color: rgb(112,93,119); }
td.TdClassName
{
border-color: #705D77;
}
.TagClassName
{
border-color: #705D77;
}
</style>