Shades of Rum #755E7C
Tints of Rum #755E7C
RGB
CMYK
RGB Variations
Color information
#755E7C (or 0x755E7C) is known color: Rum. HEX triplet: 75, 5E and 7C. RGB value is (117,94,124). Sum of RGB (Red+Green+Blue) = 117+94+124=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 124 - color contains mainly: blue. Hex color #755E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755E7C is #8AA183. Grayscale: #686868. Windows color (decimal): -9085316 or 8150645. OLE color: 8150645.
HSL color Cylindrical-coordinate representation of color #755E7C: hue angle of 286º 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 #755E7C is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 94 | 124 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.51 |
| HSL | 286º | 0.14% | 0.43% | - |
| HSV(B) | 286º | 0.24% | 0.49% | - |
| XYZ | 14.98 | 13.24 | 20.84 | - |
| YUV | 104.3 | 139.12 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 124 | 0.06 | 0.24 | 0 | 0.51 | 286 | 0.14 | 0.43 |
| Hex | 75 | 5E | 7C | 6 | 18 | 0 | 33 | 11E | E | 2B |
| Octal | 165 | 136 | 174 | 6 | 30 | 0 | 63 | 436 | 16 | 53 |
| Binary | 1110101 | 1011110 | 1111100 | 110 | 11000 | 0 | 110011 | 100011110 | 1110 | 101011 |
Color Harmonies of #755E7C
Complementary color
Monochromatic Colors of #755E7C
Black with #755E7C
Text Example
Text Example
White with #755E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755E7C; }
p { color: rgb(117,94,124); }
H1.HeaderClassName
{
color: #755E7C;
}
.AnyTagClassName
{
color: #755E7C;
}
</style>
background-color css
<style>
a { background-color: #755E7C; }
a { background-color: rgb(117,94,124); }
div.DivClassName
{
background-color: #755E7C;
}
.BgClassName
{
background-color: #755E7C;
}
</style>
border-color css
<style>
span { border-color: #755E7C; }
span { border-color: rgb(117,94,124); }
td.TdClassName
{
border-color: #755E7C;
}
.TagClassName
{
border-color: #755E7C;
}
</style>