Shades of Rum #715C77
Tints of Rum #715C77
RGB
CMYK
RGB Variations
Color information
#715C77 (or 0x715C77) is known color: Rum. HEX triplet: 71, 5C and 77. RGB value is (113,92,119). Sum of RGB (Red+Green+Blue) = 113+92+119=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 119 - color contains mainly: blue. Hex color #715C77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715C77 is #8EA388. Grayscale: #656565. Windows color (decimal): -9347977 or 7822449. OLE color: 7822449.
HSL color Cylindrical-coordinate representation of color #715C77: hue angle of 286.67º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #715C77 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 92 | 119 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.53 |
| HSL | 286.67º | 0.13% | 0.41% | - |
| HSV(B) | 286.67º | 0.23% | 0.47% | - |
| XYZ | 13.97 | 12.5 | 19.13 | - |
| YUV | 101.36 | 137.96 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 92 | 119 | 0.05 | 0.23 | 0 | 0.53 | 286.67 | 0.13 | 0.41 |
| Hex | 71 | 5C | 77 | 5 | 17 | 0 | 35 | 11F | D | 29 |
| Octal | 161 | 134 | 167 | 5 | 27 | 0 | 65 | 437 | 15 | 51 |
| Binary | 1110001 | 1011100 | 1110111 | 101 | 10111 | 0 | 110101 | 100011111 | 1101 | 101001 |
Color Harmonies of #715C77
Complementary color
Monochromatic Colors of #715C77
Black with #715C77
Text Example
Text Example
White with #715C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715C77; }
p { color: rgb(113,92,119); }
H1.HeaderClassName
{
color: #715C77;
}
.AnyTagClassName
{
color: #715C77;
}
</style>
background-color css
<style>
a { background-color: #715C77; }
a { background-color: rgb(113,92,119); }
div.DivClassName
{
background-color: #715C77;
}
.BgClassName
{
background-color: #715C77;
}
</style>
border-color css
<style>
span { border-color: #715C77; }
span { border-color: rgb(113,92,119); }
td.TdClassName
{
border-color: #715C77;
}
.TagClassName
{
border-color: #715C77;
}
</style>