Shades of Rum #755E7D
Tints of Rum #755E7D
RGB
CMYK
RGB Variations
Color information
#755E7D (or 0x755E7D) is known color: Rum. HEX triplet: 75, 5E and 7D. RGB value is (117,94,125). Sum of RGB (Red+Green+Blue) = 117+94+125=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 125 - color contains mainly: blue. Hex color #755E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755E7D is #8AA182. Grayscale: #686868. Windows color (decimal): -9085315 or 8216181. OLE color: 8216181.
HSL color Cylindrical-coordinate representation of color #755E7D: hue angle of 284.52º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #755E7D is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 94 | 125 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.51 |
| HSL | 284.52º | 0.14% | 0.43% | - |
| HSV(B) | 284.52º | 0.25% | 0.49% | - |
| XYZ | 15.04 | 13.27 | 21.17 | - |
| YUV | 104.41 | 139.62 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 125 | 0.06 | 0.25 | 0 | 0.51 | 284.52 | 0.14 | 0.43 |
| Hex | 75 | 5E | 7D | 6 | 19 | 0 | 33 | 11D | E | 2B |
| Octal | 165 | 136 | 175 | 6 | 31 | 0 | 63 | 435 | 16 | 53 |
| Binary | 1110101 | 1011110 | 1111101 | 110 | 11001 | 0 | 110011 | 100011101 | 1110 | 101011 |
Color Harmonies of #755E7D
Complementary color
Monochromatic Colors of #755E7D
Black with #755E7D
Text Example
Text Example
White with #755E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755E7D; }
p { color: rgb(117,94,125); }
H1.HeaderClassName
{
color: #755E7D;
}
.AnyTagClassName
{
color: #755E7D;
}
</style>
background-color css
<style>
a { background-color: #755E7D; }
a { background-color: rgb(117,94,125); }
div.DivClassName
{
background-color: #755E7D;
}
.BgClassName
{
background-color: #755E7D;
}
</style>
border-color css
<style>
span { border-color: #755E7D; }
span { border-color: rgb(117,94,125); }
td.TdClassName
{
border-color: #755E7D;
}
.TagClassName
{
border-color: #755E7D;
}
</style>