Shades of Rum #745D79
Tints of Rum #745D79
RGB
CMYK
RGB Variations
Color information
#745D79 (or 0x745D79) is known color: Rum. HEX triplet: 74, 5D and 79. RGB value is (116,93,121). Sum of RGB (Red+Green+Blue) = 116+93+121=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 121 - color contains mainly: blue. Hex color #745D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745D79 is #8BA286. Grayscale: #666666. Windows color (decimal): -9151111 or 7953780. OLE color: 7953780.
HSL color Cylindrical-coordinate representation of color #745D79: hue angle of 289.29º 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 #745D79 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 93 | 121 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.53 |
| HSL | 289.29º | 0.13% | 0.42% | - |
| HSV(B) | 289.29º | 0.23% | 0.47% | - |
| XYZ | 14.57 | 12.92 | 19.82 | - |
| YUV | 103.07 | 138.12 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 121 | 0.04 | 0.23 | 0 | 0.53 | 289.29 | 0.13 | 0.42 |
| Hex | 74 | 5D | 79 | 4 | 17 | 0 | 35 | 121 | D | 2A |
| Octal | 164 | 135 | 171 | 4 | 27 | 0 | 65 | 441 | 15 | 52 |
| Binary | 1110100 | 1011101 | 1111001 | 100 | 10111 | 0 | 110101 | 100100001 | 1101 | 101010 |
Color Harmonies of #745D79
Complementary color
Monochromatic Colors of #745D79
Black with #745D79
Text Example
Text Example
White with #745D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745D79; }
p { color: rgb(116,93,121); }
H1.HeaderClassName
{
color: #745D79;
}
.AnyTagClassName
{
color: #745D79;
}
</style>
background-color css
<style>
a { background-color: #745D79; }
a { background-color: rgb(116,93,121); }
div.DivClassName
{
background-color: #745D79;
}
.BgClassName
{
background-color: #745D79;
}
</style>
border-color css
<style>
span { border-color: #745D79; }
span { border-color: rgb(116,93,121); }
td.TdClassName
{
border-color: #745D79;
}
.TagClassName
{
border-color: #745D79;
}
</style>