Shades of Rum #746A78
Tints of Rum #746A78
RGB
CMYK
RGB Variations
Color information
#746A78 (or 0x746A78) is known color: Rum. HEX triplet: 74, 6A and 78. RGB value is (116,106,120). Sum of RGB (Red+Green+Blue) = 116+106+120=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 120 - color contains mainly: blue. Hex color #746A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746A78 is #8B9587. Grayscale: #6E6E6E. Windows color (decimal): -9147784 or 7891572. OLE color: 7891572.
HSL color Cylindrical-coordinate representation of color #746A78: hue angle of 282.86º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #746A78 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 106 | 120 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.53 |
| HSL | 282.86º | 0.06% | 0.44% | - |
| HSV(B) | 282.86º | 0.12% | 0.47% | - |
| XYZ | 15.75 | 15.38 | 19.91 | - |
| YUV | 110.59 | 133.31 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 106 | 120 | 0.03 | 0.12 | 0 | 0.53 | 282.86 | 0.06 | 0.44 |
| Hex | 74 | 6A | 78 | 3 | C | 0 | 35 | 11B | 6 | 2C |
| Octal | 164 | 152 | 170 | 3 | 14 | 0 | 65 | 433 | 6 | 54 |
| Binary | 1110100 | 1101010 | 1111000 | 11 | 1100 | 0 | 110101 | 100011011 | 110 | 101100 |
Color Harmonies of #746A78
Complementary color
Monochromatic Colors of #746A78
Black with #746A78
Text Example
Text Example
White with #746A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746A78; }
p { color: rgb(116,106,120); }
H1.HeaderClassName
{
color: #746A78;
}
.AnyTagClassName
{
color: #746A78;
}
</style>
background-color css
<style>
a { background-color: #746A78; }
a { background-color: rgb(116,106,120); }
div.DivClassName
{
background-color: #746A78;
}
.BgClassName
{
background-color: #746A78;
}
</style>
border-color css
<style>
span { border-color: #746A78; }
span { border-color: rgb(116,106,120); }
td.TdClassName
{
border-color: #746A78;
}
.TagClassName
{
border-color: #746A78;
}
</style>