Shades of Rum #746A76
Tints of Rum #746A76
RGB
CMYK
RGB Variations
Color information
#746A76 (or 0x746A76) is known color: Rum. HEX triplet: 74, 6A and 76. RGB value is (116,106,118). Sum of RGB (Red+Green+Blue) = 116+106+118=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 118 - color contains mainly: blue. Hex color #746A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746A76 is #8B9589. Grayscale: #6E6E6E. Windows color (decimal): -9147786 or 7760500. OLE color: 7760500.
HSL color Cylindrical-coordinate representation of color #746A76: hue angle of 290º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #746A76 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 106 | 118 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.54 |
| HSL | 290º | 0.05% | 0.44% | - |
| HSV(B) | 290º | 0.1% | 0.46% | - |
| XYZ | 15.63 | 15.33 | 19.27 | - |
| YUV | 110.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 106 | 118 | 0.02 | 0.10 | 0 | 0.54 | 290 | 0.05 | 0.44 |
| Hex | 74 | 6A | 76 | 2 | A | 0 | 36 | 122 | 5 | 2C |
| Octal | 164 | 152 | 166 | 2 | 12 | 0 | 66 | 442 | 5 | 54 |
| Binary | 1110100 | 1101010 | 1110110 | 10 | 1010 | 0 | 110110 | 100100010 | 101 | 101100 |
Color Harmonies of #746A76
Complementary color
Monochromatic Colors of #746A76
Black with #746A76
Text Example
Text Example
White with #746A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746A76; }
p { color: rgb(116,106,118); }
H1.HeaderClassName
{
color: #746A76;
}
.AnyTagClassName
{
color: #746A76;
}
</style>
background-color css
<style>
a { background-color: #746A76; }
a { background-color: rgb(116,106,118); }
div.DivClassName
{
background-color: #746A76;
}
.BgClassName
{
background-color: #746A76;
}
</style>
border-color css
<style>
span { border-color: #746A76; }
span { border-color: rgb(116,106,118); }
td.TdClassName
{
border-color: #746A76;
}
.TagClassName
{
border-color: #746A76;
}
</style>