Shades of Rum #756F76
Tints of Rum #756F76
RGB
CMYK
RGB Variations
Color information
#756F76 (or 0x756F76) is known color: Rum. HEX triplet: 75, 6F and 76. RGB value is (117,111,118). Sum of RGB (Red+Green+Blue) = 117+111+118=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 118 - color contains mainly: blue. Hex color #756F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F76 is #8A9089. Grayscale: #717171. Windows color (decimal): -9080970 or 7761781. OLE color: 7761781.
HSL color Cylindrical-coordinate representation of color #756F76: hue angle of 291.43º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #756F76 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 118 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.54 |
| HSL | 291.43º | 0.03% | 0.45% | - |
| HSV(B) | 291.43º | 0.06% | 0.46% | - |
| XYZ | 16.29 | 16.46 | 19.46 | - |
| YUV | 113.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 118 | 0.01 | 0.06 | 0 | 0.54 | 291.43 | 0.03 | 0.45 |
| Hex | 75 | 6F | 76 | 1 | 6 | 0 | 36 | 123 | 3 | 2D |
| Octal | 165 | 157 | 166 | 1 | 6 | 0 | 66 | 443 | 3 | 55 |
| Binary | 1110101 | 1101111 | 1110110 | 1 | 110 | 0 | 110110 | 100100011 | 11 | 101101 |
Color Harmonies of #756F76
Complementary color
Monochromatic Colors of #756F76
Black with #756F76
Text Example
Text Example
White with #756F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F76; }
p { color: rgb(117,111,118); }
H1.HeaderClassName
{
color: #756F76;
}
.AnyTagClassName
{
color: #756F76;
}
</style>
background-color css
<style>
a { background-color: #756F76; }
a { background-color: rgb(117,111,118); }
div.DivClassName
{
background-color: #756F76;
}
.BgClassName
{
background-color: #756F76;
}
</style>
border-color css
<style>
span { border-color: #756F76; }
span { border-color: rgb(117,111,118); }
td.TdClassName
{
border-color: #756F76;
}
.TagClassName
{
border-color: #756F76;
}
</style>