Shades of Rum #745C79
Tints of Rum #745C79
RGB
CMYK
RGB Variations
Color information
#745C79 (or 0x745C79) is known color: Rum. HEX triplet: 74, 5C and 79. RGB value is (116,92,121). Sum of RGB (Red+Green+Blue) = 116+92+121=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 121 - color contains mainly: blue. Hex color #745C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745C79 is #8BA386. Grayscale: #666666. Windows color (decimal): -9151367 or 7953524. OLE color: 7953524.
HSL color Cylindrical-coordinate representation of color #745C79: hue angle of 289.66º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #745C79 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 92 | 121 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.53 |
| HSL | 289.66º | 0.14% | 0.42% | - |
| HSV(B) | 289.66º | 0.24% | 0.47% | - |
| XYZ | 14.48 | 12.75 | 19.79 | - |
| YUV | 102.48 | 138.45 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 121 | 0.04 | 0.24 | 0 | 0.53 | 289.66 | 0.14 | 0.42 |
| Hex | 74 | 5C | 79 | 4 | 18 | 0 | 35 | 122 | E | 2A |
| Octal | 164 | 134 | 171 | 4 | 30 | 0 | 65 | 442 | 16 | 52 |
| Binary | 1110100 | 1011100 | 1111001 | 100 | 11000 | 0 | 110101 | 100100010 | 1110 | 101010 |
Color Harmonies of #745C79
Complementary color
Monochromatic Colors of #745C79
Black with #745C79
Text Example
Text Example
White with #745C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745C79; }
p { color: rgb(116,92,121); }
H1.HeaderClassName
{
color: #745C79;
}
.AnyTagClassName
{
color: #745C79;
}
</style>
background-color css
<style>
a { background-color: #745C79; }
a { background-color: rgb(116,92,121); }
div.DivClassName
{
background-color: #745C79;
}
.BgClassName
{
background-color: #745C79;
}
</style>
border-color css
<style>
span { border-color: #745C79; }
span { border-color: rgb(116,92,121); }
td.TdClassName
{
border-color: #745C79;
}
.TagClassName
{
border-color: #745C79;
}
</style>