Shades of Rum #736C76
Tints of Rum #736C76
RGB
CMYK
RGB Variations
Color information
#736C76 (or 0x736C76) is known color: Rum. HEX triplet: 73, 6C and 76. RGB value is (115,108,118). Sum of RGB (Red+Green+Blue) = 115+108+118=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 118 - color contains mainly: blue. Hex color #736C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736C76 is #8C9389. Grayscale: #6F6F6F. Windows color (decimal): -9212810 or 7761011. OLE color: 7761011.
HSL color Cylindrical-coordinate representation of color #736C76: hue angle of 282º 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 #736C76 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 108 | 118 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.54 |
| HSL | 282º | 0.04% | 0.44% | - |
| HSV(B) | 282º | 0.08% | 0.46% | - |
| XYZ | 15.7 | 15.68 | 19.34 | - |
| YUV | 111.23 | 131.82 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 108 | 118 | 0.03 | 0.08 | 0 | 0.54 | 282 | 0.04 | 0.44 |
| Hex | 73 | 6C | 76 | 3 | 8 | 0 | 36 | 11A | 4 | 2C |
| Octal | 163 | 154 | 166 | 3 | 10 | 0 | 66 | 432 | 4 | 54 |
| Binary | 1110011 | 1101100 | 1110110 | 11 | 1000 | 0 | 110110 | 100011010 | 100 | 101100 |
Color Harmonies of #736C76
Complementary color
Monochromatic Colors of #736C76
Black with #736C76
Text Example
Text Example
White with #736C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736C76; }
p { color: rgb(115,108,118); }
H1.HeaderClassName
{
color: #736C76;
}
.AnyTagClassName
{
color: #736C76;
}
</style>
background-color css
<style>
a { background-color: #736C76; }
a { background-color: rgb(115,108,118); }
div.DivClassName
{
background-color: #736C76;
}
.BgClassName
{
background-color: #736C76;
}
</style>
border-color css
<style>
span { border-color: #736C76; }
span { border-color: rgb(115,108,118); }
td.TdClassName
{
border-color: #736C76;
}
.TagClassName
{
border-color: #736C76;
}
</style>