Shades of Rum #745E7D
Tints of Rum #745E7D
RGB
CMYK
RGB Variations
Color information
#745E7D (or 0x745E7D) is known color: Rum. HEX triplet: 74, 5E and 7D. RGB value is (116,94,125). Sum of RGB (Red+Green+Blue) = 116+94+125=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 125 - color contains mainly: blue. Hex color #745E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745E7D is #8BA182. Grayscale: #686868. Windows color (decimal): -9150851 or 8216180. OLE color: 8216180.
HSL color Cylindrical-coordinate representation of color #745E7D: hue angle of 282.58º 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 #745E7D is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 94 | 125 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.51 |
| HSL | 282.58º | 0.14% | 0.43% | - |
| HSV(B) | 282.58º | 0.25% | 0.49% | - |
| XYZ | 14.91 | 13.2 | 21.16 | - |
| YUV | 104.11 | 139.79 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 94 | 125 | 0.07 | 0.25 | 0 | 0.51 | 282.58 | 0.14 | 0.43 |
| Hex | 74 | 5E | 7D | 7 | 19 | 0 | 33 | 11B | E | 2B |
| Octal | 164 | 136 | 175 | 7 | 31 | 0 | 63 | 433 | 16 | 53 |
| Binary | 1110100 | 1011110 | 1111101 | 111 | 11001 | 0 | 110011 | 100011011 | 1110 | 101011 |
Color Harmonies of #745E7D
Complementary color
Monochromatic Colors of #745E7D
Black with #745E7D
Text Example
Text Example
White with #745E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745E7D; }
p { color: rgb(116,94,125); }
H1.HeaderClassName
{
color: #745E7D;
}
.AnyTagClassName
{
color: #745E7D;
}
</style>
background-color css
<style>
a { background-color: #745E7D; }
a { background-color: rgb(116,94,125); }
div.DivClassName
{
background-color: #745E7D;
}
.BgClassName
{
background-color: #745E7D;
}
</style>
border-color css
<style>
span { border-color: #745E7D; }
span { border-color: rgb(116,94,125); }
td.TdClassName
{
border-color: #745E7D;
}
.TagClassName
{
border-color: #745E7D;
}
</style>