Shades of Rum #77637E
Tints of Rum #77637E
RGB
CMYK
RGB Variations
Color information
#77637E (or 0x77637E) is known color: Rum. HEX triplet: 77, 63 and 7E. RGB value is (119,99,126). Sum of RGB (Red+Green+Blue) = 119+99+126=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 126 - color contains mainly: blue. Hex color #77637E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77637E is #889C81. Grayscale: #6B6B6B. Windows color (decimal): -8952962 or 8282999. OLE color: 8282999.
HSL color Cylindrical-coordinate representation of color #77637E: hue angle of 284.44º 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 #77637E is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 99 | 126 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.51 |
| HSL | 284.44º | 0.12% | 0.44% | - |
| HSV(B) | 284.44º | 0.21% | 0.49% | - |
| XYZ | 15.84 | 14.35 | 21.67 | - |
| YUV | 108.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 99 | 126 | 0.06 | 0.21 | 0 | 0.51 | 284.44 | 0.12 | 0.44 |
| Hex | 77 | 63 | 7E | 6 | 15 | 0 | 33 | 11C | C | 2C |
| Octal | 167 | 143 | 176 | 6 | 25 | 0 | 63 | 434 | 14 | 54 |
| Binary | 1110111 | 1100011 | 1111110 | 110 | 10101 | 0 | 110011 | 100011100 | 1100 | 101100 |
Color Harmonies of #77637E
Complementary color
Monochromatic Colors of #77637E
Black with #77637E
Text Example
Text Example
White with #77637E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77637E; }
p { color: rgb(119,99,126); }
H1.HeaderClassName
{
color: #77637E;
}
.AnyTagClassName
{
color: #77637E;
}
</style>
background-color css
<style>
a { background-color: #77637E; }
a { background-color: rgb(119,99,126); }
div.DivClassName
{
background-color: #77637E;
}
.BgClassName
{
background-color: #77637E;
}
</style>
border-color css
<style>
span { border-color: #77637E; }
span { border-color: rgb(119,99,126); }
td.TdClassName
{
border-color: #77637E;
}
.TagClassName
{
border-color: #77637E;
}
</style>