Shades of Rum #756E76
Tints of Rum #756E76
RGB
CMYK
RGB Variations
Color information
#756E76 (or 0x756E76) is known color: Rum. HEX triplet: 75, 6E and 76. RGB value is (117,110,118). Sum of RGB (Red+Green+Blue) = 117+110+118=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 118 - color contains mainly: blue. Hex color #756E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E76 is #8A9189. Grayscale: #707070. Windows color (decimal): -9081226 or 7761525. OLE color: 7761525.
HSL color Cylindrical-coordinate representation of color #756E76: hue angle of 292.5º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #756E76 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 110 | 118 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.54 |
| HSL | 292.5º | 0.04% | 0.45% | - |
| HSV(B) | 292.5º | 0.07% | 0.46% | - |
| XYZ | 16.18 | 16.24 | 19.42 | - |
| YUV | 113.01 | 130.82 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 118 | 0.01 | 0.07 | 0 | 0.54 | 292.5 | 0.04 | 0.45 |
| Hex | 75 | 6E | 76 | 1 | 7 | 0 | 36 | 124 | 4 | 2D |
| Octal | 165 | 156 | 166 | 1 | 7 | 0 | 66 | 444 | 4 | 55 |
| Binary | 1110101 | 1101110 | 1110110 | 1 | 111 | 0 | 110110 | 100100100 | 100 | 101101 |
Color Harmonies of #756E76
Complementary color
Monochromatic Colors of #756E76
Black with #756E76
Text Example
Text Example
White with #756E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E76; }
p { color: rgb(117,110,118); }
H1.HeaderClassName
{
color: #756E76;
}
.AnyTagClassName
{
color: #756E76;
}
</style>
background-color css
<style>
a { background-color: #756E76; }
a { background-color: rgb(117,110,118); }
div.DivClassName
{
background-color: #756E76;
}
.BgClassName
{
background-color: #756E76;
}
</style>
border-color css
<style>
span { border-color: #756E76; }
span { border-color: rgb(117,110,118); }
td.TdClassName
{
border-color: #756E76;
}
.TagClassName
{
border-color: #756E76;
}
</style>