Shades of Rum #745F7C
Tints of Rum #745F7C
RGB
CMYK
RGB Variations
Color information
#745F7C (or 0x745F7C) is known color: Rum. HEX triplet: 74, 5F and 7C. RGB value is (116,95,124). Sum of RGB (Red+Green+Blue) = 116+95+124=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 124 - color contains mainly: blue. Hex color #745F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745F7C is #8BA083. Grayscale: #686868. Windows color (decimal): -9150596 or 8150900. OLE color: 8150900.
HSL color Cylindrical-coordinate representation of color #745F7C: hue angle of 283.45º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #745F7C is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 95 | 124 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.51 |
| HSL | 283.45º | 0.13% | 0.43% | - |
| HSV(B) | 283.45º | 0.23% | 0.49% | - |
| XYZ | 14.93 | 13.35 | 20.86 | - |
| YUV | 104.59 | 138.96 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 124 | 0.06 | 0.23 | 0 | 0.51 | 283.45 | 0.13 | 0.43 |
| Hex | 74 | 5F | 7C | 6 | 17 | 0 | 33 | 11B | D | 2B |
| Octal | 164 | 137 | 174 | 6 | 27 | 0 | 63 | 433 | 15 | 53 |
| Binary | 1110100 | 1011111 | 1111100 | 110 | 10111 | 0 | 110011 | 100011011 | 1101 | 101011 |
Color Harmonies of #745F7C
Complementary color
Monochromatic Colors of #745F7C
Black with #745F7C
Text Example
Text Example
White with #745F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745F7C; }
p { color: rgb(116,95,124); }
H1.HeaderClassName
{
color: #745F7C;
}
.AnyTagClassName
{
color: #745F7C;
}
</style>
background-color css
<style>
a { background-color: #745F7C; }
a { background-color: rgb(116,95,124); }
div.DivClassName
{
background-color: #745F7C;
}
.BgClassName
{
background-color: #745F7C;
}
</style>
border-color css
<style>
span { border-color: #745F7C; }
span { border-color: rgb(116,95,124); }
td.TdClassName
{
border-color: #745F7C;
}
.TagClassName
{
border-color: #745F7C;
}
</style>