Shades of Rum #736B76
Tints of Rum #736B76
RGB
CMYK
RGB Variations
Color information
#736B76 (or 0x736B76) is known color: Rum. HEX triplet: 73, 6B and 76. RGB value is (115,107,118). Sum of RGB (Red+Green+Blue) = 115+107+118=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 118 - color contains mainly: blue. Hex color #736B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736B76 is #8C9489. Grayscale: #6E6E6E. Windows color (decimal): -9213066 or 7760755. OLE color: 7760755.
HSL color Cylindrical-coordinate representation of color #736B76: hue angle of 283.64º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #736B76 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 107 | 118 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.54 |
| HSL | 283.64º | 0.05% | 0.44% | - |
| HSV(B) | 283.64º | 0.09% | 0.46% | - |
| XYZ | 15.6 | 15.47 | 19.3 | - |
| YUV | 110.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 118 | 0.03 | 0.09 | 0 | 0.54 | 283.64 | 0.05 | 0.44 |
| Hex | 73 | 6B | 76 | 3 | 9 | 0 | 36 | 11C | 5 | 2C |
| Octal | 163 | 153 | 166 | 3 | 11 | 0 | 66 | 434 | 5 | 54 |
| Binary | 1110011 | 1101011 | 1110110 | 11 | 1001 | 0 | 110110 | 100011100 | 101 | 101100 |
Color Harmonies of #736B76
Complementary color
Monochromatic Colors of #736B76
Black with #736B76
Text Example
Text Example
White with #736B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736B76; }
p { color: rgb(115,107,118); }
H1.HeaderClassName
{
color: #736B76;
}
.AnyTagClassName
{
color: #736B76;
}
</style>
background-color css
<style>
a { background-color: #736B76; }
a { background-color: rgb(115,107,118); }
div.DivClassName
{
background-color: #736B76;
}
.BgClassName
{
background-color: #736B76;
}
</style>
border-color css
<style>
span { border-color: #736B76; }
span { border-color: rgb(115,107,118); }
td.TdClassName
{
border-color: #736B76;
}
.TagClassName
{
border-color: #736B76;
}
</style>