Shades of Rum #77667D
Tints of Rum #77667D
RGB
CMYK
RGB Variations
Color information
#77667D (or 0x77667D) is known color: Rum. HEX triplet: 77, 66 and 7D. RGB value is (119,102,125). Sum of RGB (Red+Green+Blue) = 119+102+125=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 125 - color contains mainly: blue. Hex color #77667D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77667D is #889982. Grayscale: #6D6D6D. Windows color (decimal): -8952195 or 8218231. OLE color: 8218231.
HSL color Cylindrical-coordinate representation of color #77667D: hue angle of 284.35º 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 #77667D is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 102 | 125 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.51 |
| HSL | 284.35º | 0.1% | 0.45% | - |
| HSV(B) | 284.35º | 0.18% | 0.49% | - |
| XYZ | 16.06 | 14.91 | 21.43 | - |
| YUV | 109.71 | 136.63 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 102 | 125 | 0.05 | 0.18 | 0 | 0.51 | 284.35 | 0.1 | 0.45 |
| Hex | 77 | 66 | 7D | 5 | 12 | 0 | 33 | 11C | A | 2D |
| Octal | 167 | 146 | 175 | 5 | 22 | 0 | 63 | 434 | 12 | 55 |
| Binary | 1110111 | 1100110 | 1111101 | 101 | 10010 | 0 | 110011 | 100011100 | 1010 | 101101 |
Color Harmonies of #77667D
Complementary color
Monochromatic Colors of #77667D
Black with #77667D
Text Example
Text Example
White with #77667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77667D; }
p { color: rgb(119,102,125); }
H1.HeaderClassName
{
color: #77667D;
}
.AnyTagClassName
{
color: #77667D;
}
</style>
background-color css
<style>
a { background-color: #77667D; }
a { background-color: rgb(119,102,125); }
div.DivClassName
{
background-color: #77667D;
}
.BgClassName
{
background-color: #77667D;
}
</style>
border-color css
<style>
span { border-color: #77667D; }
span { border-color: rgb(119,102,125); }
td.TdClassName
{
border-color: #77667D;
}
.TagClassName
{
border-color: #77667D;
}
</style>