Shades of Rum #746E76
Tints of Rum #746E76
RGB
CMYK
RGB Variations
Color information
#746E76 (or 0x746E76) is known color: Rum. HEX triplet: 74, 6E and 76. RGB value is (116,110,118). Sum of RGB (Red+Green+Blue) = 116+110+118=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 118 - color contains mainly: blue. Hex color #746E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746E76 is #8B9189. Grayscale: #707070. Windows color (decimal): -9146762 or 7761524. OLE color: 7761524.
HSL color Cylindrical-coordinate representation of color #746E76: hue angle of 285º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #746E76 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 110 | 118 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.54 |
| HSL | 285º | 0.04% | 0.45% | - |
| HSV(B) | 285º | 0.07% | 0.46% | - |
| XYZ | 16.05 | 16.17 | 19.42 | - |
| YUV | 112.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 118 | 0.02 | 0.07 | 0 | 0.54 | 285 | 0.04 | 0.45 |
| Hex | 74 | 6E | 76 | 2 | 7 | 0 | 36 | 11D | 4 | 2D |
| Octal | 164 | 156 | 166 | 2 | 7 | 0 | 66 | 435 | 4 | 55 |
| Binary | 1110100 | 1101110 | 1110110 | 10 | 111 | 0 | 110110 | 100011101 | 100 | 101101 |
Color Harmonies of #746E76
Complementary color
Monochromatic Colors of #746E76
Black with #746E76
Text Example
Text Example
White with #746E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746E76; }
p { color: rgb(116,110,118); }
H1.HeaderClassName
{
color: #746E76;
}
.AnyTagClassName
{
color: #746E76;
}
</style>
background-color css
<style>
a { background-color: #746E76; }
a { background-color: rgb(116,110,118); }
div.DivClassName
{
background-color: #746E76;
}
.BgClassName
{
background-color: #746E76;
}
</style>
border-color css
<style>
span { border-color: #746E76; }
span { border-color: rgb(116,110,118); }
td.TdClassName
{
border-color: #746E76;
}
.TagClassName
{
border-color: #746E76;
}
</style>