Shades of Rum #746B78
Tints of Rum #746B78
RGB
CMYK
RGB Variations
Color information
#746B78 (or 0x746B78) is known color: Rum. HEX triplet: 74, 6B and 78. RGB value is (116,107,120). Sum of RGB (Red+Green+Blue) = 116+107+120=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 120 - color contains mainly: blue. Hex color #746B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746B78 is #8B9487. Grayscale: #6F6F6F. Windows color (decimal): -9147528 or 7891828. OLE color: 7891828.
HSL color Cylindrical-coordinate representation of color #746B78: hue angle of 281.54º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #746B78 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 107 | 120 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.53 |
| HSL | 281.54º | 0.06% | 0.45% | - |
| HSV(B) | 281.54º | 0.11% | 0.47% | - |
| XYZ | 15.85 | 15.58 | 19.94 | - |
| YUV | 111.17 | 132.98 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 107 | 120 | 0.03 | 0.11 | 0 | 0.53 | 281.54 | 0.06 | 0.45 |
| Hex | 74 | 6B | 78 | 3 | B | 0 | 35 | 11A | 6 | 2D |
| Octal | 164 | 153 | 170 | 3 | 13 | 0 | 65 | 432 | 6 | 55 |
| Binary | 1110100 | 1101011 | 1111000 | 11 | 1011 | 0 | 110101 | 100011010 | 110 | 101101 |
Color Harmonies of #746B78
Complementary color
Monochromatic Colors of #746B78
Black with #746B78
Text Example
Text Example
White with #746B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746B78; }
p { color: rgb(116,107,120); }
H1.HeaderClassName
{
color: #746B78;
}
.AnyTagClassName
{
color: #746B78;
}
</style>
background-color css
<style>
a { background-color: #746B78; }
a { background-color: rgb(116,107,120); }
div.DivClassName
{
background-color: #746B78;
}
.BgClassName
{
background-color: #746B78;
}
</style>
border-color css
<style>
span { border-color: #746B78; }
span { border-color: rgb(116,107,120); }
td.TdClassName
{
border-color: #746B78;
}
.TagClassName
{
border-color: #746B78;
}
</style>