Shades of Rum #725C78
Tints of Rum #725C78
RGB
CMYK
RGB Variations
Color information
#725C78 (or 0x725C78) is known color: Rum. HEX triplet: 72, 5C and 78. RGB value is (114,92,120). Sum of RGB (Red+Green+Blue) = 114+92+120=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 120 - color contains mainly: blue. Hex color #725C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725C78 is #8DA387. Grayscale: #656565. Windows color (decimal): -9282440 or 7887986. OLE color: 7887986.
HSL color Cylindrical-coordinate representation of color #725C78: hue angle of 287.14º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #725C78 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 114 | 92 | 120 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.53 |
| HSL | 287.14º | 0.13% | 0.42% | - |
| HSV(B) | 287.14º | 0.23% | 0.47% | - |
| XYZ | 14.16 | 12.59 | 19.45 | - |
| YUV | 101.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 120 | 0.05 | 0.23 | 0 | 0.53 | 287.14 | 0.13 | 0.42 |
| Hex | 72 | 5C | 78 | 5 | 17 | 0 | 35 | 11F | D | 2A |
| Octal | 162 | 134 | 170 | 5 | 27 | 0 | 65 | 437 | 15 | 52 |
| Binary | 1110010 | 1011100 | 1111000 | 101 | 10111 | 0 | 110101 | 100011111 | 1101 | 101010 |
Color Harmonies of #725C78
Complementary color
Monochromatic Colors of #725C78
Black with #725C78
Text Example
Text Example
White with #725C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725C78; }
p { color: rgb(114,92,120); }
H1.HeaderClassName
{
color: #725C78;
}
.AnyTagClassName
{
color: #725C78;
}
</style>
background-color css
<style>
a { background-color: #725C78; }
a { background-color: rgb(114,92,120); }
div.DivClassName
{
background-color: #725C78;
}
.BgClassName
{
background-color: #725C78;
}
</style>
border-color css
<style>
span { border-color: #725C78; }
span { border-color: rgb(114,92,120); }
td.TdClassName
{
border-color: #725C78;
}
.TagClassName
{
border-color: #725C78;
}
</style>