Shades of Rum #77637F
Tints of Rum #77637F
RGB
CMYK
RGB Variations
Color information
#77637F (or 0x77637F) is known color: Rum. HEX triplet: 77, 63 and 7F. RGB value is (119,99,127). Sum of RGB (Red+Green+Blue) = 119+99+127=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 127 - color contains mainly: blue. Hex color #77637F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77637F is #889C80. Grayscale: #6C6C6C. Windows color (decimal): -8952961 or 8348535. OLE color: 8348535.
HSL color Cylindrical-coordinate representation of color #77637F: hue angle of 282.86º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #77637F is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 99 | 127 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.50 |
| HSL | 282.86º | 0.12% | 0.44% | - |
| HSV(B) | 282.86º | 0.22% | 0.5% | - |
| XYZ | 15.9 | 14.38 | 22.02 | - |
| YUV | 108.17 | 138.63 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 99 | 127 | 0.06 | 0.22 | 0 | 0.50 | 282.86 | 0.12 | 0.44 |
| Hex | 77 | 63 | 7F | 6 | 16 | 0 | 32 | 11B | C | 2C |
| Octal | 167 | 143 | 177 | 6 | 26 | 0 | 62 | 433 | 14 | 54 |
| Binary | 1110111 | 1100011 | 1111111 | 110 | 10110 | 0 | 110010 | 100011011 | 1100 | 101100 |
Color Harmonies of #77637F
Complementary color
Monochromatic Colors of #77637F
Black with #77637F
Text Example
Text Example
White with #77637F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77637F; }
p { color: rgb(119,99,127); }
H1.HeaderClassName
{
color: #77637F;
}
.AnyTagClassName
{
color: #77637F;
}
</style>
background-color css
<style>
a { background-color: #77637F; }
a { background-color: rgb(119,99,127); }
div.DivClassName
{
background-color: #77637F;
}
.BgClassName
{
background-color: #77637F;
}
</style>
border-color css
<style>
span { border-color: #77637F; }
span { border-color: rgb(119,99,127); }
td.TdClassName
{
border-color: #77637F;
}
.TagClassName
{
border-color: #77637F;
}
</style>