Shades of Rum #766D78
Tints of Rum #766D78
RGB
CMYK
RGB Variations
Color information
#766D78 (or 0x766D78) is known color: Rum. HEX triplet: 76, 6D and 78. RGB value is (118,109,120). Sum of RGB (Red+Green+Blue) = 118+109+120=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 120 - color contains mainly: blue. Hex color #766D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D78 is #899287. Grayscale: #707070. Windows color (decimal): -9015944 or 7892342. OLE color: 7892342.
HSL color Cylindrical-coordinate representation of color #766D78: hue angle of 289.09º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #766D78 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 109 | 120 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.53 |
| HSL | 289.09º | 0.05% | 0.45% | - |
| HSV(B) | 289.09º | 0.09% | 0.47% | - |
| XYZ | 16.33 | 16.14 | 20.02 | - |
| YUV | 112.95 | 131.98 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 120 | 0.02 | 0.09 | 0 | 0.53 | 289.09 | 0.05 | 0.45 |
| Hex | 76 | 6D | 78 | 2 | 9 | 0 | 35 | 121 | 5 | 2D |
| Octal | 166 | 155 | 170 | 2 | 11 | 0 | 65 | 441 | 5 | 55 |
| Binary | 1110110 | 1101101 | 1111000 | 10 | 1001 | 0 | 110101 | 100100001 | 101 | 101101 |
Color Harmonies of #766D78
Complementary color
Monochromatic Colors of #766D78
Black with #766D78
Text Example
Text Example
White with #766D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D78; }
p { color: rgb(118,109,120); }
H1.HeaderClassName
{
color: #766D78;
}
.AnyTagClassName
{
color: #766D78;
}
</style>
background-color css
<style>
a { background-color: #766D78; }
a { background-color: rgb(118,109,120); }
div.DivClassName
{
background-color: #766D78;
}
.BgClassName
{
background-color: #766D78;
}
</style>
border-color css
<style>
span { border-color: #766D78; }
span { border-color: rgb(118,109,120); }
td.TdClassName
{
border-color: #766D78;
}
.TagClassName
{
border-color: #766D78;
}
</style>