Shades of Rum #756D76
Tints of Rum #756D76
RGB
CMYK
RGB Variations
Color information
#756D76 (or 0x756D76) is known color: Rum. HEX triplet: 75, 6D and 76. RGB value is (117,109,118). Sum of RGB (Red+Green+Blue) = 117+109+118=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 118 - color contains mainly: blue. Hex color #756D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D76 is #8A9289. Grayscale: #707070. Windows color (decimal): -9081482 or 7761269. OLE color: 7761269.
HSL color Cylindrical-coordinate representation of color #756D76: hue angle of 293.33º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #756D76 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 109 | 118 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.54 |
| HSL | 293.33º | 0.04% | 0.45% | - |
| HSV(B) | 293.33º | 0.08% | 0.46% | - |
| XYZ | 16.07 | 16.03 | 19.39 | - |
| YUV | 112.42 | 131.15 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 118 | 0.01 | 0.08 | 0 | 0.54 | 293.33 | 0.04 | 0.45 |
| Hex | 75 | 6D | 76 | 1 | 8 | 0 | 36 | 125 | 4 | 2D |
| Octal | 165 | 155 | 166 | 1 | 10 | 0 | 66 | 445 | 4 | 55 |
| Binary | 1110101 | 1101101 | 1110110 | 1 | 1000 | 0 | 110110 | 100100101 | 100 | 101101 |
Color Harmonies of #756D76
Complementary color
Monochromatic Colors of #756D76
Black with #756D76
Text Example
Text Example
White with #756D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D76; }
p { color: rgb(117,109,118); }
H1.HeaderClassName
{
color: #756D76;
}
.AnyTagClassName
{
color: #756D76;
}
</style>
background-color css
<style>
a { background-color: #756D76; }
a { background-color: rgb(117,109,118); }
div.DivClassName
{
background-color: #756D76;
}
.BgClassName
{
background-color: #756D76;
}
</style>
border-color css
<style>
span { border-color: #756D76; }
span { border-color: rgb(117,109,118); }
td.TdClassName
{
border-color: #756D76;
}
.TagClassName
{
border-color: #756D76;
}
</style>