Shades of Rum #715C73
Tints of Rum #715C73
RGB
CMYK
RGB Variations
Color information
#715C73 (or 0x715C73) is known color: Rum. HEX triplet: 71, 5C and 73. RGB value is (113,92,115). Sum of RGB (Red+Green+Blue) = 113+92+115=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 115 - color contains mainly: blue. Hex color #715C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715C73 is #8EA38C. Grayscale: #646464. Windows color (decimal): -9347981 or 7560305. OLE color: 7560305.
HSL color Cylindrical-coordinate representation of color #715C73: hue angle of 294.78º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #715C73 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 92 | 115 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.55 |
| HSL | 294.78º | 0.11% | 0.41% | - |
| HSV(B) | 294.78º | 0.2% | 0.45% | - |
| XYZ | 13.73 | 12.4 | 17.89 | - |
| YUV | 100.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 92 | 115 | 0.02 | 0.20 | 0 | 0.55 | 294.78 | 0.11 | 0.41 |
| Hex | 71 | 5C | 73 | 2 | 14 | 0 | 37 | 127 | B | 29 |
| Octal | 161 | 134 | 163 | 2 | 24 | 0 | 67 | 447 | 13 | 51 |
| Binary | 1110001 | 1011100 | 1110011 | 10 | 10100 | 0 | 110111 | 100100111 | 1011 | 101001 |
Color Harmonies of #715C73
Complementary color
Monochromatic Colors of #715C73
Black with #715C73
Text Example
Text Example
White with #715C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715C73; }
p { color: rgb(113,92,115); }
H1.HeaderClassName
{
color: #715C73;
}
.AnyTagClassName
{
color: #715C73;
}
</style>
background-color css
<style>
a { background-color: #715C73; }
a { background-color: rgb(113,92,115); }
div.DivClassName
{
background-color: #715C73;
}
.BgClassName
{
background-color: #715C73;
}
</style>
border-color css
<style>
span { border-color: #715C73; }
span { border-color: rgb(113,92,115); }
td.TdClassName
{
border-color: #715C73;
}
.TagClassName
{
border-color: #715C73;
}
</style>