Shades of Rum #725D77
Tints of Rum #725D77
RGB
CMYK
RGB Variations
Color information
#725D77 (or 0x725D77) is known color: Rum. HEX triplet: 72, 5D and 77. RGB value is (114,93,119). Sum of RGB (Red+Green+Blue) = 114+93+119=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 119 - color contains mainly: blue. Hex color #725D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725D77 is #8DA288. Grayscale: #666666. Windows color (decimal): -9282185 or 7822706. OLE color: 7822706.
HSL color Cylindrical-coordinate representation of color #725D77: hue angle of 288.46º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #725D77 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 114 | 93 | 119 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.53 |
| HSL | 288.46º | 0.12% | 0.42% | - |
| HSV(B) | 288.46º | 0.22% | 0.47% | - |
| XYZ | 14.18 | 12.74 | 19.16 | - |
| YUV | 102.24 | 137.46 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 93 | 119 | 0.04 | 0.22 | 0 | 0.53 | 288.46 | 0.12 | 0.42 |
| Hex | 72 | 5D | 77 | 4 | 16 | 0 | 35 | 120 | C | 2A |
| Octal | 162 | 135 | 167 | 4 | 26 | 0 | 65 | 440 | 14 | 52 |
| Binary | 1110010 | 1011101 | 1110111 | 100 | 10110 | 0 | 110101 | 100100000 | 1100 | 101010 |
Color Harmonies of #725D77
Complementary color
Monochromatic Colors of #725D77
Black with #725D77
Text Example
Text Example
White with #725D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725D77; }
p { color: rgb(114,93,119); }
H1.HeaderClassName
{
color: #725D77;
}
.AnyTagClassName
{
color: #725D77;
}
</style>
background-color css
<style>
a { background-color: #725D77; }
a { background-color: rgb(114,93,119); }
div.DivClassName
{
background-color: #725D77;
}
.BgClassName
{
background-color: #725D77;
}
</style>
border-color css
<style>
span { border-color: #725D77; }
span { border-color: rgb(114,93,119); }
td.TdClassName
{
border-color: #725D77;
}
.TagClassName
{
border-color: #725D77;
}
</style>