Shades of Rum #736E74
Tints of Rum #736E74
RGB
CMYK
RGB Variations
Color information
#736E74 (or 0x736E74) is known color: Rum. HEX triplet: 73, 6E and 74. RGB value is (115,110,116). Sum of RGB (Red+Green+Blue) = 115+110+116=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 116 - color contains mainly: blue. Hex color #736E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736E74 is #8C918B. Grayscale: #707070. Windows color (decimal): -9212300 or 7630451. OLE color: 7630451.
HSL color Cylindrical-coordinate representation of color #736E74: hue angle of 290º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #736E74 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 110 | 116 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.55 |
| HSL | 290º | 0.03% | 0.44% | - |
| HSV(B) | 290º | 0.05% | 0.45% | - |
| XYZ | 15.8 | 16.06 | 18.79 | - |
| YUV | 112.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 110 | 116 | 0.01 | 0.05 | 0 | 0.55 | 290 | 0.03 | 0.44 |
| Hex | 73 | 6E | 74 | 1 | 5 | 0 | 37 | 122 | 3 | 2C |
| Octal | 163 | 156 | 164 | 1 | 5 | 0 | 67 | 442 | 3 | 54 |
| Binary | 1110011 | 1101110 | 1110100 | 1 | 101 | 0 | 110111 | 100100010 | 11 | 101100 |
Color Harmonies of #736E74
Complementary color
Monochromatic Colors of #736E74
Black with #736E74
Text Example
Text Example
White with #736E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736E74; }
p { color: rgb(115,110,116); }
H1.HeaderClassName
{
color: #736E74;
}
.AnyTagClassName
{
color: #736E74;
}
</style>
background-color css
<style>
a { background-color: #736E74; }
a { background-color: rgb(115,110,116); }
div.DivClassName
{
background-color: #736E74;
}
.BgClassName
{
background-color: #736E74;
}
</style>
border-color css
<style>
span { border-color: #736E74; }
span { border-color: rgb(115,110,116); }
td.TdClassName
{
border-color: #736E74;
}
.TagClassName
{
border-color: #736E74;
}
</style>