Shades of Rum #715C75
Tints of Rum #715C75
RGB
CMYK
RGB Variations
Color information
#715C75 (or 0x715C75) is known color: Rum. HEX triplet: 71, 5C and 75. RGB value is (113,92,117). Sum of RGB (Red+Green+Blue) = 113+92+117=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 117 - color contains mainly: blue. Hex color #715C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715C75 is #8EA38A. Grayscale: #656565. Windows color (decimal): -9347979 or 7691377. OLE color: 7691377.
HSL color Cylindrical-coordinate representation of color #715C75: hue angle of 290.4º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #715C75 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 92 | 117 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.54 |
| HSL | 290.4º | 0.12% | 0.41% | - |
| HSV(B) | 290.4º | 0.21% | 0.46% | - |
| XYZ | 13.85 | 12.45 | 18.5 | - |
| YUV | 101.13 | 136.96 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 92 | 117 | 0.03 | 0.21 | 0 | 0.54 | 290.4 | 0.12 | 0.41 |
| Hex | 71 | 5C | 75 | 3 | 15 | 0 | 36 | 122 | C | 29 |
| Octal | 161 | 134 | 165 | 3 | 25 | 0 | 66 | 442 | 14 | 51 |
| Binary | 1110001 | 1011100 | 1110101 | 11 | 10101 | 0 | 110110 | 100100010 | 1100 | 101001 |
Color Harmonies of #715C75
Complementary color
Monochromatic Colors of #715C75
Black with #715C75
Text Example
Text Example
White with #715C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715C75; }
p { color: rgb(113,92,117); }
H1.HeaderClassName
{
color: #715C75;
}
.AnyTagClassName
{
color: #715C75;
}
</style>
background-color css
<style>
a { background-color: #715C75; }
a { background-color: rgb(113,92,117); }
div.DivClassName
{
background-color: #715C75;
}
.BgClassName
{
background-color: #715C75;
}
</style>
border-color css
<style>
span { border-color: #715C75; }
span { border-color: rgb(113,92,117); }
td.TdClassName
{
border-color: #715C75;
}
.TagClassName
{
border-color: #715C75;
}
</style>