Shades of Rum #77647E
Tints of Rum #77647E
RGB
CMYK
RGB Variations
Color information
#77647E (or 0x77647E) is known color: Rum. HEX triplet: 77, 64 and 7E. RGB value is (119,100,126). Sum of RGB (Red+Green+Blue) = 119+100+126=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 126 - color contains mainly: blue. Hex color #77647E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77647E is #889B81. Grayscale: #6C6C6C. Windows color (decimal): -8952706 or 8283255. OLE color: 8283255.
HSL color Cylindrical-coordinate representation of color #77647E: hue angle of 283.85º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #77647E is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 100 | 126 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.51 |
| HSL | 283.85º | 0.12% | 0.44% | - |
| HSV(B) | 283.85º | 0.21% | 0.49% | - |
| XYZ | 15.93 | 14.54 | 21.71 | - |
| YUV | 108.65 | 137.79 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 100 | 126 | 0.06 | 0.21 | 0 | 0.51 | 283.85 | 0.12 | 0.44 |
| Hex | 77 | 64 | 7E | 6 | 15 | 0 | 33 | 11C | C | 2C |
| Octal | 167 | 144 | 176 | 6 | 25 | 0 | 63 | 434 | 14 | 54 |
| Binary | 1110111 | 1100100 | 1111110 | 110 | 10101 | 0 | 110011 | 100011100 | 1100 | 101100 |
Color Harmonies of #77647E
Complementary color
Monochromatic Colors of #77647E
Black with #77647E
Text Example
Text Example
White with #77647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77647E; }
p { color: rgb(119,100,126); }
H1.HeaderClassName
{
color: #77647E;
}
.AnyTagClassName
{
color: #77647E;
}
</style>
background-color css
<style>
a { background-color: #77647E; }
a { background-color: rgb(119,100,126); }
div.DivClassName
{
background-color: #77647E;
}
.BgClassName
{
background-color: #77647E;
}
</style>
border-color css
<style>
span { border-color: #77647E; }
span { border-color: rgb(119,100,126); }
td.TdClassName
{
border-color: #77647E;
}
.TagClassName
{
border-color: #77647E;
}
</style>