Shades of Rum #715E73
Tints of Rum #715E73
RGB
CMYK
RGB Variations
Color information
#715E73 (or 0x715E73) is known color: Rum. HEX triplet: 71, 5E and 73. RGB value is (113,94,115). Sum of RGB (Red+Green+Blue) = 113+94+115=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 115 - color contains mainly: blue. Hex color #715E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715E73 is #8EA18C. Grayscale: #666666. Windows color (decimal): -9347469 or 7560817. OLE color: 7560817.
HSL color Cylindrical-coordinate representation of color #715E73: hue angle of 294.29º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #715E73 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 94 | 115 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.55 |
| HSL | 294.29º | 0.1% | 0.41% | - |
| HSV(B) | 294.29º | 0.18% | 0.45% | - |
| XYZ | 13.91 | 12.75 | 17.95 | - |
| YUV | 102.08 | 135.29 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 94 | 115 | 0.02 | 0.18 | 0 | 0.55 | 294.29 | 0.1 | 0.41 |
| Hex | 71 | 5E | 73 | 2 | 12 | 0 | 37 | 126 | A | 29 |
| Octal | 161 | 136 | 163 | 2 | 22 | 0 | 67 | 446 | 12 | 51 |
| Binary | 1110001 | 1011110 | 1110011 | 10 | 10010 | 0 | 110111 | 100100110 | 1010 | 101001 |
Color Harmonies of #715E73
Complementary color
Monochromatic Colors of #715E73
Black with #715E73
Text Example
Text Example
White with #715E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715E73; }
p { color: rgb(113,94,115); }
H1.HeaderClassName
{
color: #715E73;
}
.AnyTagClassName
{
color: #715E73;
}
</style>
background-color css
<style>
a { background-color: #715E73; }
a { background-color: rgb(113,94,115); }
div.DivClassName
{
background-color: #715E73;
}
.BgClassName
{
background-color: #715E73;
}
</style>
border-color css
<style>
span { border-color: #715E73; }
span { border-color: rgb(113,94,115); }
td.TdClassName
{
border-color: #715E73;
}
.TagClassName
{
border-color: #715E73;
}
</style>