Shades of Rum #76647C
Tints of Rum #76647C
RGB
CMYK
RGB Variations
Color information
#76647C (or 0x76647C) is known color: Rum. HEX triplet: 76, 64 and 7C. RGB value is (118,100,124). Sum of RGB (Red+Green+Blue) = 118+100+124=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 124 - color contains mainly: blue. Hex color #76647C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76647C is #899B83. Grayscale: #6C6C6C. Windows color (decimal): -9018244 or 8152182. OLE color: 8152182.
HSL color Cylindrical-coordinate representation of color #76647C: hue angle of 285º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #76647C is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 100 | 124 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.51 |
| HSL | 285º | 0.11% | 0.44% | - |
| HSV(B) | 285º | 0.19% | 0.49% | - |
| XYZ | 15.67 | 14.42 | 21.03 | - |
| YUV | 108.12 | 136.96 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 100 | 124 | 0.05 | 0.19 | 0 | 0.51 | 285 | 0.11 | 0.44 |
| Hex | 76 | 64 | 7C | 5 | 13 | 0 | 33 | 11D | B | 2C |
| Octal | 166 | 144 | 174 | 5 | 23 | 0 | 63 | 435 | 13 | 54 |
| Binary | 1110110 | 1100100 | 1111100 | 101 | 10011 | 0 | 110011 | 100011101 | 1011 | 101100 |
Color Harmonies of #76647C
Complementary color
Monochromatic Colors of #76647C
Black with #76647C
Text Example
Text Example
White with #76647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76647C; }
p { color: rgb(118,100,124); }
H1.HeaderClassName
{
color: #76647C;
}
.AnyTagClassName
{
color: #76647C;
}
</style>
background-color css
<style>
a { background-color: #76647C; }
a { background-color: rgb(118,100,124); }
div.DivClassName
{
background-color: #76647C;
}
.BgClassName
{
background-color: #76647C;
}
</style>
border-color css
<style>
span { border-color: #76647C; }
span { border-color: rgb(118,100,124); }
td.TdClassName
{
border-color: #76647C;
}
.TagClassName
{
border-color: #76647C;
}
</style>