Shades of Rum #715E7D
Tints of Rum #715E7D
RGB
CMYK
RGB Variations
Color information
#715E7D (or 0x715E7D) is known color: Rum. HEX triplet: 71, 5E and 7D. RGB value is (113,94,125). Sum of RGB (Red+Green+Blue) = 113+94+125=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 125 - color contains mainly: blue. Hex color #715E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715E7D is #8EA182. Grayscale: #676767. Windows color (decimal): -9347459 or 8216177. OLE color: 8216177.
HSL color Cylindrical-coordinate representation of color #715E7D: hue angle of 276.77º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #715E7D is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 94 | 125 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.51 |
| HSL | 276.77º | 0.14% | 0.43% | - |
| HSV(B) | 276.77º | 0.25% | 0.49% | - |
| XYZ | 14.51 | 13 | 21.15 | - |
| YUV | 103.22 | 140.29 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 94 | 125 | 0.10 | 0.25 | 0 | 0.51 | 276.77 | 0.14 | 0.43 |
| Hex | 71 | 5E | 7D | A | 19 | 0 | 33 | 115 | E | 2B |
| Octal | 161 | 136 | 175 | 12 | 31 | 0 | 63 | 425 | 16 | 53 |
| Binary | 1110001 | 1011110 | 1111101 | 1010 | 11001 | 0 | 110011 | 100010101 | 1110 | 101011 |
Color Harmonies of #715E7D
Complementary color
Monochromatic Colors of #715E7D
Black with #715E7D
Text Example
Text Example
White with #715E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715E7D; }
p { color: rgb(113,94,125); }
H1.HeaderClassName
{
color: #715E7D;
}
.AnyTagClassName
{
color: #715E7D;
}
</style>
background-color css
<style>
a { background-color: #715E7D; }
a { background-color: rgb(113,94,125); }
div.DivClassName
{
background-color: #715E7D;
}
.BgClassName
{
background-color: #715E7D;
}
</style>
border-color css
<style>
span { border-color: #715E7D; }
span { border-color: rgb(113,94,125); }
td.TdClassName
{
border-color: #715E7D;
}
.TagClassName
{
border-color: #715E7D;
}
</style>