Shades of Rum #745D7C
Tints of Rum #745D7C
RGB
CMYK
RGB Variations
Color information
#745D7C (or 0x745D7C) is known color: Rum. HEX triplet: 74, 5D and 7C. RGB value is (116,93,124). Sum of RGB (Red+Green+Blue) = 116+93+124=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 124 - color contains mainly: blue. Hex color #745D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745D7C is #8BA283. Grayscale: #676767. Windows color (decimal): -9151108 or 8150388. OLE color: 8150388.
HSL color Cylindrical-coordinate representation of color #745D7C: hue angle of 284.52º 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 #745D7C is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 93 | 124 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.51 |
| HSL | 284.52º | 0.14% | 0.43% | - |
| HSV(B) | 284.52º | 0.25% | 0.49% | - |
| XYZ | 14.75 | 13 | 20.8 | - |
| YUV | 103.41 | 139.62 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 124 | 0.06 | 0.25 | 0 | 0.51 | 284.52 | 0.14 | 0.43 |
| Hex | 74 | 5D | 7C | 6 | 19 | 0 | 33 | 11D | E | 2B |
| Octal | 164 | 135 | 174 | 6 | 31 | 0 | 63 | 435 | 16 | 53 |
| Binary | 1110100 | 1011101 | 1111100 | 110 | 11001 | 0 | 110011 | 100011101 | 1110 | 101011 |
Color Harmonies of #745D7C
Complementary color
Monochromatic Colors of #745D7C
Black with #745D7C
Text Example
Text Example
White with #745D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745D7C; }
p { color: rgb(116,93,124); }
H1.HeaderClassName
{
color: #745D7C;
}
.AnyTagClassName
{
color: #745D7C;
}
</style>
background-color css
<style>
a { background-color: #745D7C; }
a { background-color: rgb(116,93,124); }
div.DivClassName
{
background-color: #745D7C;
}
.BgClassName
{
background-color: #745D7C;
}
</style>
border-color css
<style>
span { border-color: #745D7C; }
span { border-color: rgb(116,93,124); }
td.TdClassName
{
border-color: #745D7C;
}
.TagClassName
{
border-color: #745D7C;
}
</style>