Shades of Rum #76647B
Tints of Rum #76647B
RGB
CMYK
RGB Variations
Color information
#76647B (or 0x76647B) is known color: Rum. HEX triplet: 76, 64 and 7B. RGB value is (118,100,123). Sum of RGB (Red+Green+Blue) = 118+100+123=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 123 - color contains mainly: blue. Hex color #76647B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76647B is #899B84. Grayscale: #6B6B6B. Windows color (decimal): -9018245 or 8086646. OLE color: 8086646.
HSL color Cylindrical-coordinate representation of color #76647B: hue angle of 286.96º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #76647B is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 100 | 123 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.52 |
| HSL | 286.96º | 0.1% | 0.44% | - |
| HSV(B) | 286.96º | 0.19% | 0.48% | - |
| XYZ | 15.6 | 14.4 | 20.7 | - |
| YUV | 108 | 136.46 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 100 | 123 | 0.04 | 0.19 | 0 | 0.52 | 286.96 | 0.1 | 0.44 |
| Hex | 76 | 64 | 7B | 4 | 13 | 0 | 34 | 11F | A | 2C |
| Octal | 166 | 144 | 173 | 4 | 23 | 0 | 64 | 437 | 12 | 54 |
| Binary | 1110110 | 1100100 | 1111011 | 100 | 10011 | 0 | 110100 | 100011111 | 1010 | 101100 |
Color Harmonies of #76647B
Complementary color
Monochromatic Colors of #76647B
Black with #76647B
Text Example
Text Example
White with #76647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76647B; }
p { color: rgb(118,100,123); }
H1.HeaderClassName
{
color: #76647B;
}
.AnyTagClassName
{
color: #76647B;
}
</style>
background-color css
<style>
a { background-color: #76647B; }
a { background-color: rgb(118,100,123); }
div.DivClassName
{
background-color: #76647B;
}
.BgClassName
{
background-color: #76647B;
}
</style>
border-color css
<style>
span { border-color: #76647B; }
span { border-color: rgb(118,100,123); }
td.TdClassName
{
border-color: #76647B;
}
.TagClassName
{
border-color: #76647B;
}
</style>