Shades of Rum #736B75
Tints of Rum #736B75
RGB
CMYK
RGB Variations
Color information
#736B75 (or 0x736B75) is known color: Rum. HEX triplet: 73, 6B and 75. RGB value is (115,107,117). Sum of RGB (Red+Green+Blue) = 115+107+117=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 117 - color contains mainly: blue. Hex color #736B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736B75 is #8C948A. Grayscale: #6E6E6E. Windows color (decimal): -9213067 or 7695219. OLE color: 7695219.
HSL color Cylindrical-coordinate representation of color #736B75: hue angle of 288º degrees, saturation: 0.04, 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 #736B75 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 107 | 117 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.54 |
| HSL | 288º | 0.04% | 0.44% | - |
| HSV(B) | 288º | 0.09% | 0.46% | - |
| XYZ | 15.54 | 15.44 | 18.99 | - |
| YUV | 110.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 117 | 0.02 | 0.09 | 0 | 0.54 | 288 | 0.04 | 0.44 |
| Hex | 73 | 6B | 75 | 2 | 9 | 0 | 36 | 120 | 4 | 2C |
| Octal | 163 | 153 | 165 | 2 | 11 | 0 | 66 | 440 | 4 | 54 |
| Binary | 1110011 | 1101011 | 1110101 | 10 | 1001 | 0 | 110110 | 100100000 | 100 | 101100 |
Color Harmonies of #736B75
Complementary color
Monochromatic Colors of #736B75
Black with #736B75
Text Example
Text Example
White with #736B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736B75; }
p { color: rgb(115,107,117); }
H1.HeaderClassName
{
color: #736B75;
}
.AnyTagClassName
{
color: #736B75;
}
</style>
background-color css
<style>
a { background-color: #736B75; }
a { background-color: rgb(115,107,117); }
div.DivClassName
{
background-color: #736B75;
}
.BgClassName
{
background-color: #736B75;
}
</style>
border-color css
<style>
span { border-color: #736B75; }
span { border-color: rgb(115,107,117); }
td.TdClassName
{
border-color: #736B75;
}
.TagClassName
{
border-color: #736B75;
}
</style>