Shades of Rum #756B78
Tints of Rum #756B78
RGB
CMYK
RGB Variations
Color information
#756B78 (or 0x756B78) is known color: Rum. HEX triplet: 75, 6B and 78. RGB value is (117,107,120). Sum of RGB (Red+Green+Blue) = 117+107+120=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 120 - color contains mainly: blue. Hex color #756B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B78 is #8A9487. Grayscale: #6F6F6F. Windows color (decimal): -9081992 or 7891829. OLE color: 7891829.
HSL color Cylindrical-coordinate representation of color #756B78: hue angle of 286.15º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #756B78 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 107 | 120 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.53 |
| HSL | 286.15º | 0.06% | 0.45% | - |
| HSV(B) | 286.15º | 0.11% | 0.47% | - |
| XYZ | 15.98 | 15.65 | 19.95 | - |
| YUV | 111.47 | 132.81 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 120 | 0.02 | 0.11 | 0 | 0.53 | 286.15 | 0.06 | 0.45 |
| Hex | 75 | 6B | 78 | 2 | B | 0 | 35 | 11E | 6 | 2D |
| Octal | 165 | 153 | 170 | 2 | 13 | 0 | 65 | 436 | 6 | 55 |
| Binary | 1110101 | 1101011 | 1111000 | 10 | 1011 | 0 | 110101 | 100011110 | 110 | 101101 |
Color Harmonies of #756B78
Complementary color
Monochromatic Colors of #756B78
Black with #756B78
Text Example
Text Example
White with #756B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756B78; }
p { color: rgb(117,107,120); }
H1.HeaderClassName
{
color: #756B78;
}
.AnyTagClassName
{
color: #756B78;
}
</style>
background-color css
<style>
a { background-color: #756B78; }
a { background-color: rgb(117,107,120); }
div.DivClassName
{
background-color: #756B78;
}
.BgClassName
{
background-color: #756B78;
}
</style>
border-color css
<style>
span { border-color: #756B78; }
span { border-color: rgb(117,107,120); }
td.TdClassName
{
border-color: #756B78;
}
.TagClassName
{
border-color: #756B78;
}
</style>