Shades of Rum #77687A
Tints of Rum #77687A
RGB
CMYK
RGB Variations
Color information
#77687A (or 0x77687A) is known color: Rum. HEX triplet: 77, 68 and 7A. RGB value is (119,104,122). Sum of RGB (Red+Green+Blue) = 119+104+122=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 122 - color contains mainly: blue. Hex color #77687A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77687A is #889785. Grayscale: #6E6E6E. Windows color (decimal): -8951686 or 8022135. OLE color: 8022135.
HSL color Cylindrical-coordinate representation of color #77687A: hue angle of 290º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #77687A is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 104 | 122 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.52 |
| HSL | 290º | 0.08% | 0.44% | - |
| HSV(B) | 290º | 0.15% | 0.48% | - |
| XYZ | 16.07 | 15.23 | 20.5 | - |
| YUV | 110.54 | 134.47 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 104 | 122 | 0.02 | 0.15 | 0 | 0.52 | 290 | 0.08 | 0.44 |
| Hex | 77 | 68 | 7A | 2 | F | 0 | 34 | 122 | 8 | 2C |
| Octal | 167 | 150 | 172 | 2 | 17 | 0 | 64 | 442 | 10 | 54 |
| Binary | 1110111 | 1101000 | 1111010 | 10 | 1111 | 0 | 110100 | 100100010 | 1000 | 101100 |
Color Harmonies of #77687A
Complementary color
Monochromatic Colors of #77687A
Black with #77687A
Text Example
Text Example
White with #77687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77687A; }
p { color: rgb(119,104,122); }
H1.HeaderClassName
{
color: #77687A;
}
.AnyTagClassName
{
color: #77687A;
}
</style>
background-color css
<style>
a { background-color: #77687A; }
a { background-color: rgb(119,104,122); }
div.DivClassName
{
background-color: #77687A;
}
.BgClassName
{
background-color: #77687A;
}
</style>
border-color css
<style>
span { border-color: #77687A; }
span { border-color: rgb(119,104,122); }
td.TdClassName
{
border-color: #77687A;
}
.TagClassName
{
border-color: #77687A;
}
</style>