Shades of Rum #746C75
Tints of Rum #746C75
RGB
CMYK
RGB Variations
Color information
#746C75 (or 0x746C75) is known color: Rum. HEX triplet: 74, 6C and 75. RGB value is (116,108,117). Sum of RGB (Red+Green+Blue) = 116+108+117=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 117 - color contains mainly: blue. Hex color #746C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746C75 is #8B938A. Grayscale: #6F6F6F. Windows color (decimal): -9147275 or 7695476. OLE color: 7695476.
HSL color Cylindrical-coordinate representation of color #746C75: hue angle of 293.33º 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 #746C75 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 108 | 117 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.54 |
| HSL | 293.33º | 0.04% | 0.44% | - |
| HSV(B) | 293.33º | 0.08% | 0.46% | - |
| XYZ | 15.78 | 15.72 | 19.03 | - |
| YUV | 111.42 | 131.15 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 117 | 0.01 | 0.08 | 0 | 0.54 | 293.33 | 0.04 | 0.44 |
| Hex | 74 | 6C | 75 | 1 | 8 | 0 | 36 | 125 | 4 | 2C |
| Octal | 164 | 154 | 165 | 1 | 10 | 0 | 66 | 445 | 4 | 54 |
| Binary | 1110100 | 1101100 | 1110101 | 1 | 1000 | 0 | 110110 | 100100101 | 100 | 101100 |
Color Harmonies of #746C75
Complementary color
Monochromatic Colors of #746C75
Black with #746C75
Text Example
Text Example
White with #746C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746C75; }
p { color: rgb(116,108,117); }
H1.HeaderClassName
{
color: #746C75;
}
.AnyTagClassName
{
color: #746C75;
}
</style>
background-color css
<style>
a { background-color: #746C75; }
a { background-color: rgb(116,108,117); }
div.DivClassName
{
background-color: #746C75;
}
.BgClassName
{
background-color: #746C75;
}
</style>
border-color css
<style>
span { border-color: #746C75; }
span { border-color: rgb(116,108,117); }
td.TdClassName
{
border-color: #746C75;
}
.TagClassName
{
border-color: #746C75;
}
</style>