Shades of Rum #715F73
Tints of Rum #715F73
RGB
CMYK
RGB Variations
Color information
#715F73 (or 0x715F73) is known color: Rum. HEX triplet: 71, 5F and 73. RGB value is (113,95,115). Sum of RGB (Red+Green+Blue) = 113+95+115=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 115 - color contains mainly: blue. Hex color #715F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715F73 is #8EA08C. Grayscale: #666666. Windows color (decimal): -9347213 or 7561073. OLE color: 7561073.
HSL color Cylindrical-coordinate representation of color #715F73: hue angle of 294º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #715F73 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 95 | 115 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.55 |
| HSL | 294º | 0.1% | 0.41% | - |
| HSV(B) | 294º | 0.17% | 0.45% | - |
| XYZ | 14 | 12.93 | 17.98 | - |
| YUV | 102.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 95 | 115 | 0.02 | 0.17 | 0 | 0.55 | 294 | 0.1 | 0.41 |
| Hex | 71 | 5F | 73 | 2 | 11 | 0 | 37 | 126 | A | 29 |
| Octal | 161 | 137 | 163 | 2 | 21 | 0 | 67 | 446 | 12 | 51 |
| Binary | 1110001 | 1011111 | 1110011 | 10 | 10001 | 0 | 110111 | 100100110 | 1010 | 101001 |
Color Harmonies of #715F73
Complementary color
Monochromatic Colors of #715F73
Black with #715F73
Text Example
Text Example
White with #715F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715F73; }
p { color: rgb(113,95,115); }
H1.HeaderClassName
{
color: #715F73;
}
.AnyTagClassName
{
color: #715F73;
}
</style>
background-color css
<style>
a { background-color: #715F73; }
a { background-color: rgb(113,95,115); }
div.DivClassName
{
background-color: #715F73;
}
.BgClassName
{
background-color: #715F73;
}
</style>
border-color css
<style>
span { border-color: #715F73; }
span { border-color: rgb(113,95,115); }
td.TdClassName
{
border-color: #715F73;
}
.TagClassName
{
border-color: #715F73;
}
</style>