Shades of Rum #77657B
Tints of Rum #77657B
RGB
CMYK
RGB Variations
Color information
#77657B (or 0x77657B) is known color: Rum. HEX triplet: 77, 65 and 7B. RGB value is (119,101,123). Sum of RGB (Red+Green+Blue) = 119+101+123=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 123 - color contains mainly: blue. Hex color #77657B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77657B is #889A84. Grayscale: #6C6C6C. Windows color (decimal): -8952453 or 8086903. OLE color: 8086903.
HSL color Cylindrical-coordinate representation of color #77657B: hue angle of 289.09º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #77657B is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 101 | 123 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.52 |
| HSL | 289.09º | 0.1% | 0.44% | - |
| HSV(B) | 289.09º | 0.18% | 0.48% | - |
| XYZ | 15.84 | 14.66 | 20.73 | - |
| YUV | 108.89 | 135.96 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 101 | 123 | 0.03 | 0.18 | 0 | 0.52 | 289.09 | 0.1 | 0.44 |
| Hex | 77 | 65 | 7B | 3 | 12 | 0 | 34 | 121 | A | 2C |
| Octal | 167 | 145 | 173 | 3 | 22 | 0 | 64 | 441 | 12 | 54 |
| Binary | 1110111 | 1100101 | 1111011 | 11 | 10010 | 0 | 110100 | 100100001 | 1010 | 101100 |
Color Harmonies of #77657B
Complementary color
Monochromatic Colors of #77657B
Black with #77657B
Text Example
Text Example
White with #77657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77657B; }
p { color: rgb(119,101,123); }
H1.HeaderClassName
{
color: #77657B;
}
.AnyTagClassName
{
color: #77657B;
}
</style>
background-color css
<style>
a { background-color: #77657B; }
a { background-color: rgb(119,101,123); }
div.DivClassName
{
background-color: #77657B;
}
.BgClassName
{
background-color: #77657B;
}
</style>
border-color css
<style>
span { border-color: #77657B; }
span { border-color: rgb(119,101,123); }
td.TdClassName
{
border-color: #77657B;
}
.TagClassName
{
border-color: #77657B;
}
</style>