Shades of Rum #766B79
Tints of Rum #766B79
RGB
CMYK
RGB Variations
Color information
#766B79 (or 0x766B79) is known color: Rum. HEX triplet: 76, 6B and 79. RGB value is (118,107,121). Sum of RGB (Red+Green+Blue) = 118+107+121=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 121 - color contains mainly: blue. Hex color #766B79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B79 is #899486. Grayscale: #6F6F6F. Windows color (decimal): -9016455 or 7957366. OLE color: 7957366.
HSL color Cylindrical-coordinate representation of color #766B79: hue angle of 287.14º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #766B79 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 107 | 121 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.53 |
| HSL | 287.14º | 0.06% | 0.45% | - |
| HSV(B) | 287.14º | 0.12% | 0.47% | - |
| XYZ | 16.18 | 15.75 | 20.28 | - |
| YUV | 111.89 | 133.14 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 121 | 0.02 | 0.12 | 0 | 0.53 | 287.14 | 0.06 | 0.45 |
| Hex | 76 | 6B | 79 | 2 | C | 0 | 35 | 11F | 6 | 2D |
| Octal | 166 | 153 | 171 | 2 | 14 | 0 | 65 | 437 | 6 | 55 |
| Binary | 1110110 | 1101011 | 1111001 | 10 | 1100 | 0 | 110101 | 100011111 | 110 | 101101 |
Color Harmonies of #766B79
Complementary color
Monochromatic Colors of #766B79
Black with #766B79
Text Example
Text Example
White with #766B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766B79; }
p { color: rgb(118,107,121); }
H1.HeaderClassName
{
color: #766B79;
}
.AnyTagClassName
{
color: #766B79;
}
</style>
background-color css
<style>
a { background-color: #766B79; }
a { background-color: rgb(118,107,121); }
div.DivClassName
{
background-color: #766B79;
}
.BgClassName
{
background-color: #766B79;
}
</style>
border-color css
<style>
span { border-color: #766B79; }
span { border-color: rgb(118,107,121); }
td.TdClassName
{
border-color: #766B79;
}
.TagClassName
{
border-color: #766B79;
}
</style>