Shades of Rum #745C7C
Tints of Rum #745C7C
RGB
CMYK
RGB Variations
Color information
#745C7C (or 0x745C7C) is known color: Rum. HEX triplet: 74, 5C and 7C. RGB value is (116,92,124). Sum of RGB (Red+Green+Blue) = 116+92+124=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 124 - color contains mainly: blue. Hex color #745C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745C7C is #8BA383. Grayscale: #666666. Windows color (decimal): -9151364 or 8150132. OLE color: 8150132.
HSL color Cylindrical-coordinate representation of color #745C7C: hue angle of 285º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #745C7C is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 92 | 124 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.51 |
| HSL | 285º | 0.15% | 0.42% | - |
| HSV(B) | 285º | 0.26% | 0.49% | - |
| XYZ | 14.67 | 12.82 | 20.77 | - |
| YUV | 102.82 | 139.95 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 124 | 0.06 | 0.26 | 0 | 0.51 | 285 | 0.15 | 0.42 |
| Hex | 74 | 5C | 7C | 6 | 1A | 0 | 33 | 11D | F | 2A |
| Octal | 164 | 134 | 174 | 6 | 32 | 0 | 63 | 435 | 17 | 52 |
| Binary | 1110100 | 1011100 | 1111100 | 110 | 11010 | 0 | 110011 | 100011101 | 1111 | 101010 |
Color Harmonies of #745C7C
Complementary color
Monochromatic Colors of #745C7C
Black with #745C7C
Text Example
Text Example
White with #745C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745C7C; }
p { color: rgb(116,92,124); }
H1.HeaderClassName
{
color: #745C7C;
}
.AnyTagClassName
{
color: #745C7C;
}
</style>
background-color css
<style>
a { background-color: #745C7C; }
a { background-color: rgb(116,92,124); }
div.DivClassName
{
background-color: #745C7C;
}
.BgClassName
{
background-color: #745C7C;
}
</style>
border-color css
<style>
span { border-color: #745C7C; }
span { border-color: rgb(116,92,124); }
td.TdClassName
{
border-color: #745C7C;
}
.TagClassName
{
border-color: #745C7C;
}
</style>