Shades of Rum #746D77
Tints of Rum #746D77
RGB
CMYK
RGB Variations
Color information
#746D77 (or 0x746D77) is known color: Rum. HEX triplet: 74, 6D and 77. RGB value is (116,109,119). Sum of RGB (Red+Green+Blue) = 116+109+119=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 119 - color contains mainly: blue. Hex color #746D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746D77 is #8B9288. Grayscale: #707070. Windows color (decimal): -9147017 or 7826804. OLE color: 7826804.
HSL color Cylindrical-coordinate representation of color #746D77: hue angle of 282º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #746D77 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 109 | 119 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.53 |
| HSL | 282º | 0.04% | 0.45% | - |
| HSV(B) | 282º | 0.08% | 0.47% | - |
| XYZ | 16 | 15.98 | 19.69 | - |
| YUV | 112.23 | 131.82 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 119 | 0.03 | 0.08 | 0 | 0.53 | 282 | 0.04 | 0.45 |
| Hex | 74 | 6D | 77 | 3 | 8 | 0 | 35 | 11A | 4 | 2D |
| Octal | 164 | 155 | 167 | 3 | 10 | 0 | 65 | 432 | 4 | 55 |
| Binary | 1110100 | 1101101 | 1110111 | 11 | 1000 | 0 | 110101 | 100011010 | 100 | 101101 |
Color Harmonies of #746D77
Complementary color
Monochromatic Colors of #746D77
Black with #746D77
Text Example
Text Example
White with #746D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D77; }
p { color: rgb(116,109,119); }
H1.HeaderClassName
{
color: #746D77;
}
.AnyTagClassName
{
color: #746D77;
}
</style>
background-color css
<style>
a { background-color: #746D77; }
a { background-color: rgb(116,109,119); }
div.DivClassName
{
background-color: #746D77;
}
.BgClassName
{
background-color: #746D77;
}
</style>
border-color css
<style>
span { border-color: #746D77; }
span { border-color: rgb(116,109,119); }
td.TdClassName
{
border-color: #746D77;
}
.TagClassName
{
border-color: #746D77;
}
</style>