Shades of Rum #77677A
Tints of Rum #77677A
RGB
CMYK
RGB Variations
Color information
#77677A (or 0x77677A) is known color: Rum. HEX triplet: 77, 67 and 7A. RGB value is (119,103,122). Sum of RGB (Red+Green+Blue) = 119+103+122=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 122 - color contains mainly: blue. Hex color #77677A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77677A is #889885. Grayscale: #6D6D6D. Windows color (decimal): -8951942 or 8021879. OLE color: 8021879.
HSL color Cylindrical-coordinate representation of color #77677A: hue angle of 290.53º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #77677A is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 103 | 122 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.52 |
| HSL | 290.53º | 0.08% | 0.44% | - |
| HSV(B) | 290.53º | 0.16% | 0.48% | - |
| XYZ | 15.97 | 15.03 | 20.47 | - |
| YUV | 109.95 | 134.8 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 103 | 122 | 0.02 | 0.16 | 0 | 0.52 | 290.53 | 0.08 | 0.44 |
| Hex | 77 | 67 | 7A | 2 | 10 | 0 | 34 | 123 | 8 | 2C |
| Octal | 167 | 147 | 172 | 2 | 20 | 0 | 64 | 443 | 10 | 54 |
| Binary | 1110111 | 1100111 | 1111010 | 10 | 10000 | 0 | 110100 | 100100011 | 1000 | 101100 |
Color Harmonies of #77677A
Complementary color
Monochromatic Colors of #77677A
Black with #77677A
Text Example
Text Example
White with #77677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77677A; }
p { color: rgb(119,103,122); }
H1.HeaderClassName
{
color: #77677A;
}
.AnyTagClassName
{
color: #77677A;
}
</style>
background-color css
<style>
a { background-color: #77677A; }
a { background-color: rgb(119,103,122); }
div.DivClassName
{
background-color: #77677A;
}
.BgClassName
{
background-color: #77677A;
}
</style>
border-color css
<style>
span { border-color: #77677A; }
span { border-color: rgb(119,103,122); }
td.TdClassName
{
border-color: #77677A;
}
.TagClassName
{
border-color: #77677A;
}
</style>