Shades of Rum #745A7C
Tints of Rum #745A7C
RGB
CMYK
RGB Variations
Color information
#745A7C (or 0x745A7C) is known color: Rum. HEX triplet: 74, 5A and 7C. RGB value is (116,90,124). Sum of RGB (Red+Green+Blue) = 116+90+124=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 124 - color contains mainly: blue. Hex color #745A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745A7C is #8BA583. Grayscale: #656565. Windows color (decimal): -9151876 or 8149620. OLE color: 8149620.
HSL color Cylindrical-coordinate representation of color #745A7C: hue angle of 285.88º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #745A7C is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 90 | 124 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.51 |
| HSL | 285.88º | 0.16% | 0.42% | - |
| HSV(B) | 285.88º | 0.27% | 0.49% | - |
| XYZ | 14.5 | 12.48 | 20.71 | - |
| YUV | 101.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 124 | 0.06 | 0.27 | 0 | 0.51 | 285.88 | 0.16 | 0.42 |
| Hex | 74 | 5A | 7C | 6 | 1B | 0 | 33 | 11E | 10 | 2A |
| Octal | 164 | 132 | 174 | 6 | 33 | 0 | 63 | 436 | 20 | 52 |
| Binary | 1110100 | 1011010 | 1111100 | 110 | 11011 | 0 | 110011 | 100011110 | 10000 | 101010 |
Color Harmonies of #745A7C
Complementary color
Monochromatic Colors of #745A7C
Black with #745A7C
Text Example
Text Example
White with #745A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745A7C; }
p { color: rgb(116,90,124); }
H1.HeaderClassName
{
color: #745A7C;
}
.AnyTagClassName
{
color: #745A7C;
}
</style>
background-color css
<style>
a { background-color: #745A7C; }
a { background-color: rgb(116,90,124); }
div.DivClassName
{
background-color: #745A7C;
}
.BgClassName
{
background-color: #745A7C;
}
</style>
border-color css
<style>
span { border-color: #745A7C; }
span { border-color: rgb(116,90,124); }
td.TdClassName
{
border-color: #745A7C;
}
.TagClassName
{
border-color: #745A7C;
}
</style>