Shades of Rum #76647D
Tints of Rum #76647D
RGB
CMYK
RGB Variations
Color information
#76647D (or 0x76647D) is known color: Rum. HEX triplet: 76, 64 and 7D. RGB value is (118,100,125). Sum of RGB (Red+Green+Blue) = 118+100+125=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 125 - color contains mainly: blue. Hex color #76647D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76647D is #899B82. Grayscale: #6C6C6C. Windows color (decimal): -9018243 or 8217718. OLE color: 8217718.
HSL color Cylindrical-coordinate representation of color #76647D: hue angle of 283.2º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #76647D is Cyan = 0.06, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 100 | 125 | - |
| CMYK | 0.06 | 0.2 | 0 | 0.51 |
| HSL | 283.2º | 0.11% | 0.44% | - |
| HSV(B) | 283.2º | 0.2% | 0.49% | - |
| XYZ | 15.73 | 14.45 | 21.36 | - |
| YUV | 108.23 | 137.46 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 100 | 125 | 0.06 | 0.2 | 0 | 0.51 | 283.2 | 0.11 | 0.44 |
| Hex | 76 | 64 | 7D | 6 | 14 | 0 | 33 | 11B | B | 2C |
| Octal | 166 | 144 | 175 | 6 | 24 | 0 | 63 | 433 | 13 | 54 |
| Binary | 1110110 | 1100100 | 1111101 | 110 | 10100 | 0 | 110011 | 100011011 | 1011 | 101100 |
Color Harmonies of #76647D
Complementary color
Monochromatic Colors of #76647D
Black with #76647D
Text Example
Text Example
White with #76647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76647D; }
p { color: rgb(118,100,125); }
H1.HeaderClassName
{
color: #76647D;
}
.AnyTagClassName
{
color: #76647D;
}
</style>
background-color css
<style>
a { background-color: #76647D; }
a { background-color: rgb(118,100,125); }
div.DivClassName
{
background-color: #76647D;
}
.BgClassName
{
background-color: #76647D;
}
</style>
border-color css
<style>
span { border-color: #76647D; }
span { border-color: rgb(118,100,125); }
td.TdClassName
{
border-color: #76647D;
}
.TagClassName
{
border-color: #76647D;
}
</style>