Shades of Rum #725C75
Tints of Rum #725C75
RGB
CMYK
RGB Variations
Color information
#725C75 (or 0x725C75) is known color: Rum. HEX triplet: 72, 5C and 75. RGB value is (114,92,117). Sum of RGB (Red+Green+Blue) = 114+92+117=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 117 - color contains mainly: blue. Hex color #725C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725C75 is #8DA38A. Grayscale: #656565. Windows color (decimal): -9282443 or 7691378. OLE color: 7691378.
HSL color Cylindrical-coordinate representation of color #725C75: hue angle of 292.8º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #725C75 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 114 | 92 | 117 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.54 |
| HSL | 292.8º | 0.12% | 0.41% | - |
| HSV(B) | 292.8º | 0.21% | 0.46% | - |
| XYZ | 13.98 | 12.52 | 18.51 | - |
| YUV | 101.43 | 136.79 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 117 | 0.03 | 0.21 | 0 | 0.54 | 292.8 | 0.12 | 0.41 |
| Hex | 72 | 5C | 75 | 3 | 15 | 0 | 36 | 125 | C | 29 |
| Octal | 162 | 134 | 165 | 3 | 25 | 0 | 66 | 445 | 14 | 51 |
| Binary | 1110010 | 1011100 | 1110101 | 11 | 10101 | 0 | 110110 | 100100101 | 1100 | 101001 |
Color Harmonies of #725C75
Complementary color
Monochromatic Colors of #725C75
Black with #725C75
Text Example
Text Example
White with #725C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725C75; }
p { color: rgb(114,92,117); }
H1.HeaderClassName
{
color: #725C75;
}
.AnyTagClassName
{
color: #725C75;
}
</style>
background-color css
<style>
a { background-color: #725C75; }
a { background-color: rgb(114,92,117); }
div.DivClassName
{
background-color: #725C75;
}
.BgClassName
{
background-color: #725C75;
}
</style>
border-color css
<style>
span { border-color: #725C75; }
span { border-color: rgb(114,92,117); }
td.TdClassName
{
border-color: #725C75;
}
.TagClassName
{
border-color: #725C75;
}
</style>