Shades of Rum #736C75
Tints of Rum #736C75
RGB
CMYK
RGB Variations
Color information
#736C75 (or 0x736C75) is known color: Rum. HEX triplet: 73, 6C and 75. RGB value is (115,108,117). Sum of RGB (Red+Green+Blue) = 115+108+117=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 117 - color contains mainly: blue. Hex color #736C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736C75 is #8C938A. Grayscale: #6F6F6F. Windows color (decimal): -9212811 or 7695475. OLE color: 7695475.
HSL color Cylindrical-coordinate representation of color #736C75: hue angle of 286.67º 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 #736C75 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 108 | 117 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.54 |
| HSL | 286.67º | 0.04% | 0.44% | - |
| HSV(B) | 286.67º | 0.08% | 0.46% | - |
| XYZ | 15.64 | 15.65 | 19.03 | - |
| YUV | 111.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 108 | 117 | 0.02 | 0.08 | 0 | 0.54 | 286.67 | 0.04 | 0.44 |
| Hex | 73 | 6C | 75 | 2 | 8 | 0 | 36 | 11F | 4 | 2C |
| Octal | 163 | 154 | 165 | 2 | 10 | 0 | 66 | 437 | 4 | 54 |
| Binary | 1110011 | 1101100 | 1110101 | 10 | 1000 | 0 | 110110 | 100011111 | 100 | 101100 |
Color Harmonies of #736C75
Complementary color
Monochromatic Colors of #736C75
Black with #736C75
Text Example
Text Example
White with #736C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736C75; }
p { color: rgb(115,108,117); }
H1.HeaderClassName
{
color: #736C75;
}
.AnyTagClassName
{
color: #736C75;
}
</style>
background-color css
<style>
a { background-color: #736C75; }
a { background-color: rgb(115,108,117); }
div.DivClassName
{
background-color: #736C75;
}
.BgClassName
{
background-color: #736C75;
}
</style>
border-color css
<style>
span { border-color: #736C75; }
span { border-color: rgb(115,108,117); }
td.TdClassName
{
border-color: #736C75;
}
.TagClassName
{
border-color: #736C75;
}
</style>