Shades of Rum #756A78
Tints of Rum #756A78
RGB
CMYK
RGB Variations
Color information
#756A78 (or 0x756A78) is known color: Rum. HEX triplet: 75, 6A and 78. RGB value is (117,106,120). Sum of RGB (Red+Green+Blue) = 117+106+120=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 120 - color contains mainly: blue. Hex color #756A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756A78 is #8A9587. Grayscale: #6E6E6E. Windows color (decimal): -9082248 or 7891573. OLE color: 7891573.
HSL color Cylindrical-coordinate representation of color #756A78: hue angle of 287.14º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #756A78 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 106 | 120 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.53 |
| HSL | 287.14º | 0.06% | 0.44% | - |
| HSV(B) | 287.14º | 0.12% | 0.47% | - |
| XYZ | 15.88 | 15.45 | 19.91 | - |
| YUV | 110.89 | 133.14 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 120 | 0.02 | 0.12 | 0 | 0.53 | 287.14 | 0.06 | 0.44 |
| Hex | 75 | 6A | 78 | 2 | C | 0 | 35 | 11F | 6 | 2C |
| Octal | 165 | 152 | 170 | 2 | 14 | 0 | 65 | 437 | 6 | 54 |
| Binary | 1110101 | 1101010 | 1111000 | 10 | 1100 | 0 | 110101 | 100011111 | 110 | 101100 |
Color Harmonies of #756A78
Complementary color
Monochromatic Colors of #756A78
Black with #756A78
Text Example
Text Example
White with #756A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756A78; }
p { color: rgb(117,106,120); }
H1.HeaderClassName
{
color: #756A78;
}
.AnyTagClassName
{
color: #756A78;
}
</style>
background-color css
<style>
a { background-color: #756A78; }
a { background-color: rgb(117,106,120); }
div.DivClassName
{
background-color: #756A78;
}
.BgClassName
{
background-color: #756A78;
}
</style>
border-color css
<style>
span { border-color: #756A78; }
span { border-color: rgb(117,106,120); }
td.TdClassName
{
border-color: #756A78;
}
.TagClassName
{
border-color: #756A78;
}
</style>