Shades of Rum #77677D
Tints of Rum #77677D
RGB
CMYK
RGB Variations
Color information
#77677D (or 0x77677D) is known color: Rum. HEX triplet: 77, 67 and 7D. RGB value is (119,103,125). Sum of RGB (Red+Green+Blue) = 119+103+125=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 125 - color contains mainly: blue. Hex color #77677D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77677D is #889882. Grayscale: #6E6E6E. Windows color (decimal): -8951939 or 8218487. OLE color: 8218487.
HSL color Cylindrical-coordinate representation of color #77677D: hue angle of 283.64º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #77677D is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 103 | 125 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.51 |
| HSL | 283.64º | 0.1% | 0.45% | - |
| HSV(B) | 283.64º | 0.18% | 0.49% | - |
| XYZ | 16.16 | 15.1 | 21.47 | - |
| YUV | 110.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 103 | 125 | 0.05 | 0.18 | 0 | 0.51 | 283.64 | 0.1 | 0.45 |
| Hex | 77 | 67 | 7D | 5 | 12 | 0 | 33 | 11C | A | 2D |
| Octal | 167 | 147 | 175 | 5 | 22 | 0 | 63 | 434 | 12 | 55 |
| Binary | 1110111 | 1100111 | 1111101 | 101 | 10010 | 0 | 110011 | 100011100 | 1010 | 101101 |
Color Harmonies of #77677D
Complementary color
Monochromatic Colors of #77677D
Black with #77677D
Text Example
Text Example
White with #77677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77677D; }
p { color: rgb(119,103,125); }
H1.HeaderClassName
{
color: #77677D;
}
.AnyTagClassName
{
color: #77677D;
}
</style>
background-color css
<style>
a { background-color: #77677D; }
a { background-color: rgb(119,103,125); }
div.DivClassName
{
background-color: #77677D;
}
.BgClassName
{
background-color: #77677D;
}
</style>
border-color css
<style>
span { border-color: #77677D; }
span { border-color: rgb(119,103,125); }
td.TdClassName
{
border-color: #77677D;
}
.TagClassName
{
border-color: #77677D;
}
</style>