Shades of Rum #715A77
Tints of Rum #715A77
RGB
CMYK
RGB Variations
Color information
#715A77 (or 0x715A77) is known color: Rum. HEX triplet: 71, 5A and 77. RGB value is (113,90,119). Sum of RGB (Red+Green+Blue) = 113+90+119=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 119 - color contains mainly: blue. Hex color #715A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715A77 is #8EA588. Grayscale: #646464. Windows color (decimal): -9348489 or 7821937. OLE color: 7821937.
HSL color Cylindrical-coordinate representation of color #715A77: hue angle of 287.59º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #715A77 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 90 | 119 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.53 |
| HSL | 287.59º | 0.14% | 0.41% | - |
| HSV(B) | 287.59º | 0.24% | 0.47% | - |
| XYZ | 13.8 | 12.15 | 19.07 | - |
| YUV | 100.18 | 138.62 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 90 | 119 | 0.05 | 0.24 | 0 | 0.53 | 287.59 | 0.14 | 0.41 |
| Hex | 71 | 5A | 77 | 5 | 18 | 0 | 35 | 120 | E | 29 |
| Octal | 161 | 132 | 167 | 5 | 30 | 0 | 65 | 440 | 16 | 51 |
| Binary | 1110001 | 1011010 | 1110111 | 101 | 11000 | 0 | 110101 | 100100000 | 1110 | 101001 |
Color Harmonies of #715A77
Complementary color
Monochromatic Colors of #715A77
Black with #715A77
Text Example
Text Example
White with #715A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715A77; }
p { color: rgb(113,90,119); }
H1.HeaderClassName
{
color: #715A77;
}
.AnyTagClassName
{
color: #715A77;
}
</style>
background-color css
<style>
a { background-color: #715A77; }
a { background-color: rgb(113,90,119); }
div.DivClassName
{
background-color: #715A77;
}
.BgClassName
{
background-color: #715A77;
}
</style>
border-color css
<style>
span { border-color: #715A77; }
span { border-color: rgb(113,90,119); }
td.TdClassName
{
border-color: #715A77;
}
.TagClassName
{
border-color: #715A77;
}
</style>