Shades of Rum #715D78
Tints of Rum #715D78
RGB
CMYK
RGB Variations
Color information
#715D78 (or 0x715D78) is known color: Rum. HEX triplet: 71, 5D and 78. RGB value is (113,93,120). Sum of RGB (Red+Green+Blue) = 113+93+120=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 120 - color contains mainly: blue. Hex color #715D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715D78 is #8EA287. Grayscale: #656565. Windows color (decimal): -9347720 or 7888241. OLE color: 7888241.
HSL color Cylindrical-coordinate representation of color #715D78: hue angle of 284.44º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #715D78 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 93 | 120 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.53 |
| HSL | 284.44º | 0.13% | 0.42% | - |
| HSV(B) | 284.44º | 0.23% | 0.47% | - |
| XYZ | 14.11 | 12.7 | 19.48 | - |
| YUV | 102.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 93 | 120 | 0.06 | 0.22 | 0 | 0.53 | 284.44 | 0.13 | 0.42 |
| Hex | 71 | 5D | 78 | 6 | 16 | 0 | 35 | 11C | D | 2A |
| Octal | 161 | 135 | 170 | 6 | 26 | 0 | 65 | 434 | 15 | 52 |
| Binary | 1110001 | 1011101 | 1111000 | 110 | 10110 | 0 | 110101 | 100011100 | 1101 | 101010 |
Color Harmonies of #715D78
Complementary color
Monochromatic Colors of #715D78
Black with #715D78
Text Example
Text Example
White with #715D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715D78; }
p { color: rgb(113,93,120); }
H1.HeaderClassName
{
color: #715D78;
}
.AnyTagClassName
{
color: #715D78;
}
</style>
background-color css
<style>
a { background-color: #715D78; }
a { background-color: rgb(113,93,120); }
div.DivClassName
{
background-color: #715D78;
}
.BgClassName
{
background-color: #715D78;
}
</style>
border-color css
<style>
span { border-color: #715D78; }
span { border-color: rgb(113,93,120); }
td.TdClassName
{
border-color: #715D78;
}
.TagClassName
{
border-color: #715D78;
}
</style>