Shades of Rum #745B78
Tints of Rum #745B78
RGB
CMYK
RGB Variations
Color information
#745B78 (or 0x745B78) is known color: Rum. HEX triplet: 74, 5B and 78. RGB value is (116,91,120). Sum of RGB (Red+Green+Blue) = 116+91+120=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 120 - color contains mainly: blue. Hex color #745B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745B78 is #8BA487. Grayscale: #656565. Windows color (decimal): -9151624 or 7887732. OLE color: 7887732.
HSL color Cylindrical-coordinate representation of color #745B78: hue angle of 291.72º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #745B78 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 91 | 120 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.53 |
| HSL | 291.72º | 0.14% | 0.41% | - |
| HSV(B) | 291.72º | 0.24% | 0.47% | - |
| XYZ | 14.33 | 12.55 | 19.44 | - |
| YUV | 101.78 | 138.28 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 91 | 120 | 0.03 | 0.24 | 0 | 0.53 | 291.72 | 0.14 | 0.41 |
| Hex | 74 | 5B | 78 | 3 | 18 | 0 | 35 | 124 | E | 29 |
| Octal | 164 | 133 | 170 | 3 | 30 | 0 | 65 | 444 | 16 | 51 |
| Binary | 1110100 | 1011011 | 1111000 | 11 | 11000 | 0 | 110101 | 100100100 | 1110 | 101001 |
Color Harmonies of #745B78
Complementary color
Monochromatic Colors of #745B78
Black with #745B78
Text Example
Text Example
White with #745B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745B78; }
p { color: rgb(116,91,120); }
H1.HeaderClassName
{
color: #745B78;
}
.AnyTagClassName
{
color: #745B78;
}
</style>
background-color css
<style>
a { background-color: #745B78; }
a { background-color: rgb(116,91,120); }
div.DivClassName
{
background-color: #745B78;
}
.BgClassName
{
background-color: #745B78;
}
</style>
border-color css
<style>
span { border-color: #745B78; }
span { border-color: rgb(116,91,120); }
td.TdClassName
{
border-color: #745B78;
}
.TagClassName
{
border-color: #745B78;
}
</style>