Shades of Rum #77667A
Tints of Rum #77667A
RGB
CMYK
RGB Variations
Color information
#77667A (or 0x77667A) is known color: Rum. HEX triplet: 77, 66 and 7A. RGB value is (119,102,122). Sum of RGB (Red+Green+Blue) = 119+102+122=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 122 - color contains mainly: blue. Hex color #77667A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77667A is #889985. Grayscale: #6D6D6D. Windows color (decimal): -8952198 or 8021623. OLE color: 8021623.
HSL color Cylindrical-coordinate representation of color #77667A: hue angle of 291º degrees, saturation: 0.09, 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 #77667A is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 102 | 122 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.52 |
| HSL | 291º | 0.09% | 0.44% | - |
| HSV(B) | 291º | 0.16% | 0.48% | - |
| XYZ | 15.87 | 14.83 | 20.44 | - |
| YUV | 109.36 | 135.13 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 102 | 122 | 0.02 | 0.16 | 0 | 0.52 | 291 | 0.09 | 0.44 |
| Hex | 77 | 66 | 7A | 2 | 10 | 0 | 34 | 123 | 9 | 2C |
| Octal | 167 | 146 | 172 | 2 | 20 | 0 | 64 | 443 | 11 | 54 |
| Binary | 1110111 | 1100110 | 1111010 | 10 | 10000 | 0 | 110100 | 100100011 | 1001 | 101100 |
Color Harmonies of #77667A
Complementary color
Monochromatic Colors of #77667A
Black with #77667A
Text Example
Text Example
White with #77667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77667A; }
p { color: rgb(119,102,122); }
H1.HeaderClassName
{
color: #77667A;
}
.AnyTagClassName
{
color: #77667A;
}
</style>
background-color css
<style>
a { background-color: #77667A; }
a { background-color: rgb(119,102,122); }
div.DivClassName
{
background-color: #77667A;
}
.BgClassName
{
background-color: #77667A;
}
</style>
border-color css
<style>
span { border-color: #77667A; }
span { border-color: rgb(119,102,122); }
td.TdClassName
{
border-color: #77667A;
}
.TagClassName
{
border-color: #77667A;
}
</style>