Shades of Rum #736D74
Tints of Rum #736D74
RGB
CMYK
RGB Variations
Color information
#736D74 (or 0x736D74) is known color: Rum. HEX triplet: 73, 6D and 74. RGB value is (115,109,116). Sum of RGB (Red+Green+Blue) = 115+109+116=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 116 - color contains mainly: blue. Hex color #736D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736D74 is #8C928B. Grayscale: #6F6F6F. Windows color (decimal): -9212556 or 7630195. OLE color: 7630195.
HSL color Cylindrical-coordinate representation of color #736D74: hue angle of 291.43º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #736D74 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 109 | 116 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.55 |
| HSL | 291.43º | 0.03% | 0.44% | - |
| HSV(B) | 291.43º | 0.06% | 0.45% | - |
| XYZ | 15.69 | 15.84 | 18.75 | - |
| YUV | 111.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 109 | 116 | 0.01 | 0.06 | 0 | 0.55 | 291.43 | 0.03 | 0.44 |
| Hex | 73 | 6D | 74 | 1 | 6 | 0 | 37 | 123 | 3 | 2C |
| Octal | 163 | 155 | 164 | 1 | 6 | 0 | 67 | 443 | 3 | 54 |
| Binary | 1110011 | 1101101 | 1110100 | 1 | 110 | 0 | 110111 | 100100011 | 11 | 101100 |
Color Harmonies of #736D74
Complementary color
Monochromatic Colors of #736D74
Black with #736D74
Text Example
Text Example
White with #736D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736D74; }
p { color: rgb(115,109,116); }
H1.HeaderClassName
{
color: #736D74;
}
.AnyTagClassName
{
color: #736D74;
}
</style>
background-color css
<style>
a { background-color: #736D74; }
a { background-color: rgb(115,109,116); }
div.DivClassName
{
background-color: #736D74;
}
.BgClassName
{
background-color: #736D74;
}
</style>
border-color css
<style>
span { border-color: #736D74; }
span { border-color: rgb(115,109,116); }
td.TdClassName
{
border-color: #736D74;
}
.TagClassName
{
border-color: #736D74;
}
</style>