Shades of Rum #746C76
Tints of Rum #746C76
RGB
CMYK
RGB Variations
Color information
#746C76 (or 0x746C76) is known color: Rum. HEX triplet: 74, 6C and 76. RGB value is (116,108,118). Sum of RGB (Red+Green+Blue) = 116+108+118=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 118 - color contains mainly: blue. Hex color #746C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746C76 is #8B9389. Grayscale: #6F6F6F. Windows color (decimal): -9147274 or 7761012. OLE color: 7761012.
HSL color Cylindrical-coordinate representation of color #746C76: hue angle of 288º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #746C76 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 108 | 118 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.54 |
| HSL | 288º | 0.04% | 0.44% | - |
| HSV(B) | 288º | 0.08% | 0.46% | - |
| XYZ | 15.84 | 15.75 | 19.34 | - |
| YUV | 111.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 118 | 0.02 | 0.08 | 0 | 0.54 | 288 | 0.04 | 0.44 |
| Hex | 74 | 6C | 76 | 2 | 8 | 0 | 36 | 120 | 4 | 2C |
| Octal | 164 | 154 | 166 | 2 | 10 | 0 | 66 | 440 | 4 | 54 |
| Binary | 1110100 | 1101100 | 1110110 | 10 | 1000 | 0 | 110110 | 100100000 | 100 | 101100 |
Color Harmonies of #746C76
Complementary color
Monochromatic Colors of #746C76
Black with #746C76
Text Example
Text Example
White with #746C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746C76; }
p { color: rgb(116,108,118); }
H1.HeaderClassName
{
color: #746C76;
}
.AnyTagClassName
{
color: #746C76;
}
</style>
background-color css
<style>
a { background-color: #746C76; }
a { background-color: rgb(116,108,118); }
div.DivClassName
{
background-color: #746C76;
}
.BgClassName
{
background-color: #746C76;
}
</style>
border-color css
<style>
span { border-color: #746C76; }
span { border-color: rgb(116,108,118); }
td.TdClassName
{
border-color: #746C76;
}
.TagClassName
{
border-color: #746C76;
}
</style>