Shades of Rum #746F75
Tints of Rum #746F75
RGB
CMYK
RGB Variations
Color information
#746F75 (or 0x746F75) is known color: Rum. HEX triplet: 74, 6F and 75. RGB value is (116,111,117). Sum of RGB (Red+Green+Blue) = 116+111+117=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 117 - color contains mainly: blue. Hex color #746F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746F75 is #8B908A. Grayscale: #717171. Windows color (decimal): -9146507 or 7696244. OLE color: 7696244.
HSL color Cylindrical-coordinate representation of color #746F75: hue angle of 290º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #746F75 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 111 | 117 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.54 |
| HSL | 290º | 0.03% | 0.45% | - |
| HSV(B) | 290º | 0.05% | 0.46% | - |
| XYZ | 16.1 | 16.37 | 19.14 | - |
| YUV | 113.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 117 | 0.01 | 0.05 | 0 | 0.54 | 290 | 0.03 | 0.45 |
| Hex | 74 | 6F | 75 | 1 | 5 | 0 | 36 | 122 | 3 | 2D |
| Octal | 164 | 157 | 165 | 1 | 5 | 0 | 66 | 442 | 3 | 55 |
| Binary | 1110100 | 1101111 | 1110101 | 1 | 101 | 0 | 110110 | 100100010 | 11 | 101101 |
Color Harmonies of #746F75
Complementary color
Monochromatic Colors of #746F75
Black with #746F75
Text Example
Text Example
White with #746F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746F75; }
p { color: rgb(116,111,117); }
H1.HeaderClassName
{
color: #746F75;
}
.AnyTagClassName
{
color: #746F75;
}
</style>
background-color css
<style>
a { background-color: #746F75; }
a { background-color: rgb(116,111,117); }
div.DivClassName
{
background-color: #746F75;
}
.BgClassName
{
background-color: #746F75;
}
</style>
border-color css
<style>
span { border-color: #746F75; }
span { border-color: rgb(116,111,117); }
td.TdClassName
{
border-color: #746F75;
}
.TagClassName
{
border-color: #746F75;
}
</style>