Shades of Rum #705F7A
Tints of Rum #705F7A
RGB
CMYK
RGB Variations
Color information
#705F7A (or 0x705F7A) is known color: Rum. HEX triplet: 70, 5F and 7A. RGB value is (112,95,122). Sum of RGB (Red+Green+Blue) = 112+95+122=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 122 - color contains mainly: blue. Hex color #705F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F7A is #8FA085. Grayscale: #676767. Windows color (decimal): -9412742 or 8019824. OLE color: 8019824.
HSL color Cylindrical-coordinate representation of color #705F7A: hue angle of 277.78º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #705F7A is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 95 | 122 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.52 |
| HSL | 277.78º | 0.12% | 0.43% | - |
| HSV(B) | 277.78º | 0.22% | 0.48% | - |
| XYZ | 14.29 | 13.03 | 20.18 | - |
| YUV | 103.16 | 138.63 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 122 | 0.08 | 0.22 | 0 | 0.52 | 277.78 | 0.12 | 0.43 |
| Hex | 70 | 5F | 7A | 8 | 16 | 0 | 34 | 116 | C | 2B |
| Octal | 160 | 137 | 172 | 10 | 26 | 0 | 64 | 426 | 14 | 53 |
| Binary | 1110000 | 1011111 | 1111010 | 1000 | 10110 | 0 | 110100 | 100010110 | 1100 | 101011 |
Color Harmonies of #705F7A
Complementary color
Monochromatic Colors of #705F7A
Black with #705F7A
Text Example
Text Example
White with #705F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F7A; }
p { color: rgb(112,95,122); }
H1.HeaderClassName
{
color: #705F7A;
}
.AnyTagClassName
{
color: #705F7A;
}
</style>
background-color css
<style>
a { background-color: #705F7A; }
a { background-color: rgb(112,95,122); }
div.DivClassName
{
background-color: #705F7A;
}
.BgClassName
{
background-color: #705F7A;
}
</style>
border-color css
<style>
span { border-color: #705F7A; }
span { border-color: rgb(112,95,122); }
td.TdClassName
{
border-color: #705F7A;
}
.TagClassName
{
border-color: #705F7A;
}
</style>