Shades of Rum #755E79
Tints of Rum #755E79
RGB
CMYK
RGB Variations
Color information
#755E79 (or 0x755E79) is known color: Rum. HEX triplet: 75, 5E and 79. RGB value is (117,94,121). Sum of RGB (Red+Green+Blue) = 117+94+121=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 121 - color contains mainly: blue. Hex color #755E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755E79 is #8AA186. Grayscale: #676767. Windows color (decimal): -9085319 or 7954037. OLE color: 7954037.
HSL color Cylindrical-coordinate representation of color #755E79: hue angle of 291.11º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #755E79 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 94 | 121 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.53 |
| HSL | 291.11º | 0.13% | 0.42% | - |
| HSV(B) | 291.11º | 0.22% | 0.47% | - |
| XYZ | 14.79 | 13.17 | 19.85 | - |
| YUV | 103.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 121 | 0.03 | 0.22 | 0 | 0.53 | 291.11 | 0.13 | 0.42 |
| Hex | 75 | 5E | 79 | 3 | 16 | 0 | 35 | 123 | D | 2A |
| Octal | 165 | 136 | 171 | 3 | 26 | 0 | 65 | 443 | 15 | 52 |
| Binary | 1110101 | 1011110 | 1111001 | 11 | 10110 | 0 | 110101 | 100100011 | 1101 | 101010 |
Color Harmonies of #755E79
Complementary color
Monochromatic Colors of #755E79
Black with #755E79
Text Example
Text Example
White with #755E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755E79; }
p { color: rgb(117,94,121); }
H1.HeaderClassName
{
color: #755E79;
}
.AnyTagClassName
{
color: #755E79;
}
</style>
background-color css
<style>
a { background-color: #755E79; }
a { background-color: rgb(117,94,121); }
div.DivClassName
{
background-color: #755E79;
}
.BgClassName
{
background-color: #755E79;
}
</style>
border-color css
<style>
span { border-color: #755E79; }
span { border-color: rgb(117,94,121); }
td.TdClassName
{
border-color: #755E79;
}
.TagClassName
{
border-color: #755E79;
}
</style>