Shades of Rum #755D79
Tints of Rum #755D79
RGB
CMYK
RGB Variations
Color information
#755D79 (or 0x755D79) is known color: Rum. HEX triplet: 75, 5D and 79. RGB value is (117,93,121). Sum of RGB (Red+Green+Blue) = 117+93+121=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 121 - color contains mainly: blue. Hex color #755D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755D79 is #8AA286. Grayscale: #676767. Windows color (decimal): -9085575 or 7953781. OLE color: 7953781.
HSL color Cylindrical-coordinate representation of color #755D79: hue angle of 291.43º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #755D79 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 93 | 121 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.53 |
| HSL | 291.43º | 0.13% | 0.42% | - |
| HSV(B) | 291.43º | 0.23% | 0.47% | - |
| XYZ | 14.7 | 12.99 | 19.82 | - |
| YUV | 103.37 | 137.95 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 121 | 0.03 | 0.23 | 0 | 0.53 | 291.43 | 0.13 | 0.42 |
| Hex | 75 | 5D | 79 | 3 | 17 | 0 | 35 | 123 | D | 2A |
| Octal | 165 | 135 | 171 | 3 | 27 | 0 | 65 | 443 | 15 | 52 |
| Binary | 1110101 | 1011101 | 1111001 | 11 | 10111 | 0 | 110101 | 100100011 | 1101 | 101010 |
Color Harmonies of #755D79
Complementary color
Monochromatic Colors of #755D79
Black with #755D79
Text Example
Text Example
White with #755D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755D79; }
p { color: rgb(117,93,121); }
H1.HeaderClassName
{
color: #755D79;
}
.AnyTagClassName
{
color: #755D79;
}
</style>
background-color css
<style>
a { background-color: #755D79; }
a { background-color: rgb(117,93,121); }
div.DivClassName
{
background-color: #755D79;
}
.BgClassName
{
background-color: #755D79;
}
</style>
border-color css
<style>
span { border-color: #755D79; }
span { border-color: rgb(117,93,121); }
td.TdClassName
{
border-color: #755D79;
}
.TagClassName
{
border-color: #755D79;
}
</style>