Shades of Rum #746B76
Tints of Rum #746B76
RGB
CMYK
RGB Variations
Color information
#746B76 (or 0x746B76) is known color: Rum. HEX triplet: 74, 6B and 76. RGB value is (116,107,118). Sum of RGB (Red+Green+Blue) = 116+107+118=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 118 - color contains mainly: blue. Hex color #746B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746B76 is #8B9489. Grayscale: #6E6E6E. Windows color (decimal): -9147530 or 7760756. OLE color: 7760756.
HSL color Cylindrical-coordinate representation of color #746B76: hue angle of 289.09º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #746B76 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 107 | 118 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.54 |
| HSL | 289.09º | 0.05% | 0.44% | - |
| HSV(B) | 289.09º | 0.09% | 0.46% | - |
| XYZ | 15.73 | 15.54 | 19.31 | - |
| YUV | 110.95 | 131.98 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 107 | 118 | 0.02 | 0.09 | 0 | 0.54 | 289.09 | 0.05 | 0.44 |
| Hex | 74 | 6B | 76 | 2 | 9 | 0 | 36 | 121 | 5 | 2C |
| Octal | 164 | 153 | 166 | 2 | 11 | 0 | 66 | 441 | 5 | 54 |
| Binary | 1110100 | 1101011 | 1110110 | 10 | 1001 | 0 | 110110 | 100100001 | 101 | 101100 |
Color Harmonies of #746B76
Complementary color
Monochromatic Colors of #746B76
Black with #746B76
Text Example
Text Example
White with #746B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746B76; }
p { color: rgb(116,107,118); }
H1.HeaderClassName
{
color: #746B76;
}
.AnyTagClassName
{
color: #746B76;
}
</style>
background-color css
<style>
a { background-color: #746B76; }
a { background-color: rgb(116,107,118); }
div.DivClassName
{
background-color: #746B76;
}
.BgClassName
{
background-color: #746B76;
}
</style>
border-color css
<style>
span { border-color: #746B76; }
span { border-color: rgb(116,107,118); }
td.TdClassName
{
border-color: #746B76;
}
.TagClassName
{
border-color: #746B76;
}
</style>