Shades of Rum #77667E
Tints of Rum #77667E
RGB
CMYK
RGB Variations
Color information
#77667E (or 0x77667E) is known color: Rum. HEX triplet: 77, 66 and 7E. RGB value is (119,102,126). Sum of RGB (Red+Green+Blue) = 119+102+126=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 126 - color contains mainly: blue. Hex color #77667E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77667E is #889981. Grayscale: #6D6D6D. Windows color (decimal): -8952194 or 8283767. OLE color: 8283767.
HSL color Cylindrical-coordinate representation of color #77667E: hue angle of 282.5º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #77667E is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 102 | 126 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.51 |
| HSL | 282.5º | 0.11% | 0.45% | - |
| HSV(B) | 282.5º | 0.19% | 0.49% | - |
| XYZ | 16.13 | 14.93 | 21.77 | - |
| YUV | 109.82 | 137.13 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 102 | 126 | 0.06 | 0.19 | 0 | 0.51 | 282.5 | 0.11 | 0.45 |
| Hex | 77 | 66 | 7E | 6 | 13 | 0 | 33 | 11A | B | 2D |
| Octal | 167 | 146 | 176 | 6 | 23 | 0 | 63 | 432 | 13 | 55 |
| Binary | 1110111 | 1100110 | 1111110 | 110 | 10011 | 0 | 110011 | 100011010 | 1011 | 101101 |
Color Harmonies of #77667E
Complementary color
Monochromatic Colors of #77667E
Black with #77667E
Text Example
Text Example
White with #77667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77667E; }
p { color: rgb(119,102,126); }
H1.HeaderClassName
{
color: #77667E;
}
.AnyTagClassName
{
color: #77667E;
}
</style>
background-color css
<style>
a { background-color: #77667E; }
a { background-color: rgb(119,102,126); }
div.DivClassName
{
background-color: #77667E;
}
.BgClassName
{
background-color: #77667E;
}
</style>
border-color css
<style>
span { border-color: #77667E; }
span { border-color: rgb(119,102,126); }
td.TdClassName
{
border-color: #77667E;
}
.TagClassName
{
border-color: #77667E;
}
</style>