Shades of Rum #725F7C
Tints of Rum #725F7C
RGB
CMYK
RGB Variations
Color information
#725F7C (or 0x725F7C) is known color: Rum. HEX triplet: 72, 5F and 7C. RGB value is (114,95,124). Sum of RGB (Red+Green+Blue) = 114+95+124=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 124 - color contains mainly: blue. Hex color #725F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725F7C is #8DA083. Grayscale: #676767. Windows color (decimal): -9281668 or 8150898. OLE color: 8150898.
HSL color Cylindrical-coordinate representation of color #725F7C: hue angle of 279.31º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #725F7C is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 95 | 124 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.51 |
| HSL | 279.31º | 0.13% | 0.43% | - |
| HSV(B) | 279.31º | 0.23% | 0.49% | - |
| XYZ | 14.67 | 13.22 | 20.85 | - |
| YUV | 103.99 | 139.29 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 95 | 124 | 0.08 | 0.23 | 0 | 0.51 | 279.31 | 0.13 | 0.43 |
| Hex | 72 | 5F | 7C | 8 | 17 | 0 | 33 | 117 | D | 2B |
| Octal | 162 | 137 | 174 | 10 | 27 | 0 | 63 | 427 | 15 | 53 |
| Binary | 1110010 | 1011111 | 1111100 | 1000 | 10111 | 0 | 110011 | 100010111 | 1101 | 101011 |
Color Harmonies of #725F7C
Complementary color
Monochromatic Colors of #725F7C
Black with #725F7C
Text Example
Text Example
White with #725F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725F7C; }
p { color: rgb(114,95,124); }
H1.HeaderClassName
{
color: #725F7C;
}
.AnyTagClassName
{
color: #725F7C;
}
</style>
background-color css
<style>
a { background-color: #725F7C; }
a { background-color: rgb(114,95,124); }
div.DivClassName
{
background-color: #725F7C;
}
.BgClassName
{
background-color: #725F7C;
}
</style>
border-color css
<style>
span { border-color: #725F7C; }
span { border-color: rgb(114,95,124); }
td.TdClassName
{
border-color: #725F7C;
}
.TagClassName
{
border-color: #725F7C;
}
</style>