Shades of Rum #77627C
Tints of Rum #77627C
RGB
CMYK
RGB Variations
Color information
#77627C (or 0x77627C) is known color: Rum. HEX triplet: 77, 62 and 7C. RGB value is (119,98,124). Sum of RGB (Red+Green+Blue) = 119+98+124=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 124 - color contains mainly: blue. Hex color #77627C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77627C is #889D83. Grayscale: #6B6B6B. Windows color (decimal): -8953220 or 8151671. OLE color: 8151671.
HSL color Cylindrical-coordinate representation of color #77627C: hue angle of 288.46º 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 #77627C is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 98 | 124 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.51 |
| HSL | 288.46º | 0.12% | 0.44% | - |
| HSV(B) | 288.46º | 0.21% | 0.49% | - |
| XYZ | 15.61 | 14.11 | 20.97 | - |
| YUV | 107.24 | 137.46 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 98 | 124 | 0.04 | 0.21 | 0 | 0.51 | 288.46 | 0.12 | 0.44 |
| Hex | 77 | 62 | 7C | 4 | 15 | 0 | 33 | 120 | C | 2C |
| Octal | 167 | 142 | 174 | 4 | 25 | 0 | 63 | 440 | 14 | 54 |
| Binary | 1110111 | 1100010 | 1111100 | 100 | 10101 | 0 | 110011 | 100100000 | 1100 | 101100 |
Color Harmonies of #77627C
Complementary color
Monochromatic Colors of #77627C
Black with #77627C
Text Example
Text Example
White with #77627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77627C; }
p { color: rgb(119,98,124); }
H1.HeaderClassName
{
color: #77627C;
}
.AnyTagClassName
{
color: #77627C;
}
</style>
background-color css
<style>
a { background-color: #77627C; }
a { background-color: rgb(119,98,124); }
div.DivClassName
{
background-color: #77627C;
}
.BgClassName
{
background-color: #77627C;
}
</style>
border-color css
<style>
span { border-color: #77627C; }
span { border-color: rgb(119,98,124); }
td.TdClassName
{
border-color: #77627C;
}
.TagClassName
{
border-color: #77627C;
}
</style>