Shades of Rum #725E7C
Tints of Rum #725E7C
RGB
CMYK
RGB Variations
Color information
#725E7C (or 0x725E7C) is known color: Rum. HEX triplet: 72, 5E and 7C. RGB value is (114,94,124). Sum of RGB (Red+Green+Blue) = 114+94+124=332 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.34% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 124 - color contains mainly: blue. Hex color #725E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725E7C is #8DA183. Grayscale: #676767. Windows color (decimal): -9281924 or 8150642. OLE color: 8150642.
HSL color Cylindrical-coordinate representation of color #725E7C: hue angle of 280º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #725E7C is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 94 | 124 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.51 |
| HSL | 280º | 0.14% | 0.43% | - |
| HSV(B) | 280º | 0.24% | 0.49% | - |
| XYZ | 14.58 | 13.04 | 20.82 | - |
| YUV | 103.4 | 139.63 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 94 | 124 | 0.08 | 0.24 | 0 | 0.51 | 280 | 0.14 | 0.43 |
| Hex | 72 | 5E | 7C | 8 | 18 | 0 | 33 | 118 | E | 2B |
| Octal | 162 | 136 | 174 | 10 | 30 | 0 | 63 | 430 | 16 | 53 |
| Binary | 1110010 | 1011110 | 1111100 | 1000 | 11000 | 0 | 110011 | 100011000 | 1110 | 101011 |
Color Harmonies of #725E7C
Complementary color
Monochromatic Colors of #725E7C
Black with #725E7C
Text Example
Text Example
White with #725E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725E7C; }
p { color: rgb(114,94,124); }
H1.HeaderClassName
{
color: #725E7C;
}
.AnyTagClassName
{
color: #725E7C;
}
</style>
background-color css
<style>
a { background-color: #725E7C; }
a { background-color: rgb(114,94,124); }
div.DivClassName
{
background-color: #725E7C;
}
.BgClassName
{
background-color: #725E7C;
}
</style>
border-color css
<style>
span { border-color: #725E7C; }
span { border-color: rgb(114,94,124); }
td.TdClassName
{
border-color: #725E7C;
}
.TagClassName
{
border-color: #725E7C;
}
</style>