Shades of Rum #77657A
Tints of Rum #77657A
RGB
CMYK
RGB Variations
Color information
#77657A (or 0x77657A) is known color: Rum. HEX triplet: 77, 65 and 7A. RGB value is (119,101,122). Sum of RGB (Red+Green+Blue) = 119+101+122=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 122 - color contains mainly: blue. Hex color #77657A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77657A is #889A85. Grayscale: #6C6C6C. Windows color (decimal): -8952454 or 8021367. OLE color: 8021367.
HSL color Cylindrical-coordinate representation of color #77657A: hue angle of 291.43º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #77657A is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 101 | 122 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.52 |
| HSL | 291.43º | 0.09% | 0.44% | - |
| HSV(B) | 291.43º | 0.17% | 0.48% | - |
| XYZ | 15.77 | 14.63 | 20.41 | - |
| YUV | 108.78 | 135.46 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 101 | 122 | 0.02 | 0.17 | 0 | 0.52 | 291.43 | 0.09 | 0.44 |
| Hex | 77 | 65 | 7A | 2 | 11 | 0 | 34 | 123 | 9 | 2C |
| Octal | 167 | 145 | 172 | 2 | 21 | 0 | 64 | 443 | 11 | 54 |
| Binary | 1110111 | 1100101 | 1111010 | 10 | 10001 | 0 | 110100 | 100100011 | 1001 | 101100 |
Color Harmonies of #77657A
Complementary color
Monochromatic Colors of #77657A
Black with #77657A
Text Example
Text Example
White with #77657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77657A; }
p { color: rgb(119,101,122); }
H1.HeaderClassName
{
color: #77657A;
}
.AnyTagClassName
{
color: #77657A;
}
</style>
background-color css
<style>
a { background-color: #77657A; }
a { background-color: rgb(119,101,122); }
div.DivClassName
{
background-color: #77657A;
}
.BgClassName
{
background-color: #77657A;
}
</style>
border-color css
<style>
span { border-color: #77657A; }
span { border-color: rgb(119,101,122); }
td.TdClassName
{
border-color: #77657A;
}
.TagClassName
{
border-color: #77657A;
}
</style>