Shades of Rum #77667C
Tints of Rum #77667C
RGB
CMYK
RGB Variations
Color information
#77667C (or 0x77667C) is known color: Rum. HEX triplet: 77, 66 and 7C. RGB value is (119,102,124). Sum of RGB (Red+Green+Blue) = 119+102+124=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 124 - color contains mainly: blue. Hex color #77667C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77667C is #889983. Grayscale: #6D6D6D. Windows color (decimal): -8952196 or 8152695. OLE color: 8152695.
HSL color Cylindrical-coordinate representation of color #77667C: hue angle of 286.36º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #77667C is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 102 | 124 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.51 |
| HSL | 286.36º | 0.1% | 0.44% | - |
| HSV(B) | 286.36º | 0.18% | 0.49% | - |
| XYZ | 16 | 14.88 | 21.1 | - |
| YUV | 109.59 | 136.13 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 102 | 124 | 0.04 | 0.18 | 0 | 0.51 | 286.36 | 0.1 | 0.44 |
| Hex | 77 | 66 | 7C | 4 | 12 | 0 | 33 | 11E | A | 2C |
| Octal | 167 | 146 | 174 | 4 | 22 | 0 | 63 | 436 | 12 | 54 |
| Binary | 1110111 | 1100110 | 1111100 | 100 | 10010 | 0 | 110011 | 100011110 | 1010 | 101100 |
Color Harmonies of #77667C
Complementary color
Monochromatic Colors of #77667C
Black with #77667C
Text Example
Text Example
White with #77667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77667C; }
p { color: rgb(119,102,124); }
H1.HeaderClassName
{
color: #77667C;
}
.AnyTagClassName
{
color: #77667C;
}
</style>
background-color css
<style>
a { background-color: #77667C; }
a { background-color: rgb(119,102,124); }
div.DivClassName
{
background-color: #77667C;
}
.BgClassName
{
background-color: #77667C;
}
</style>
border-color css
<style>
span { border-color: #77667C; }
span { border-color: rgb(119,102,124); }
td.TdClassName
{
border-color: #77667C;
}
.TagClassName
{
border-color: #77667C;
}
</style>