Shades of Rum #77667B
Tints of Rum #77667B
RGB
CMYK
RGB Variations
Color information
#77667B (or 0x77667B) is known color: Rum. HEX triplet: 77, 66 and 7B. RGB value is (119,102,123). Sum of RGB (Red+Green+Blue) = 119+102+123=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 123 - color contains mainly: blue. Hex color #77667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77667B is #889984. Grayscale: #6D6D6D. Windows color (decimal): -8952197 or 8087159. OLE color: 8087159.
HSL color Cylindrical-coordinate representation of color #77667B: hue angle of 288.57º 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 #77667B is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 102 | 123 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.52 |
| HSL | 288.57º | 0.09% | 0.44% | - |
| HSV(B) | 288.57º | 0.17% | 0.48% | - |
| XYZ | 15.93 | 14.85 | 20.77 | - |
| YUV | 109.48 | 135.63 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 102 | 123 | 0.03 | 0.17 | 0 | 0.52 | 288.57 | 0.09 | 0.44 |
| Hex | 77 | 66 | 7B | 3 | 11 | 0 | 34 | 121 | 9 | 2C |
| Octal | 167 | 146 | 173 | 3 | 21 | 0 | 64 | 441 | 11 | 54 |
| Binary | 1110111 | 1100110 | 1111011 | 11 | 10001 | 0 | 110100 | 100100001 | 1001 | 101100 |
Color Harmonies of #77667B
Complementary color
Monochromatic Colors of #77667B
Black with #77667B
Text Example
Text Example
White with #77667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77667B; }
p { color: rgb(119,102,123); }
H1.HeaderClassName
{
color: #77667B;
}
.AnyTagClassName
{
color: #77667B;
}
</style>
background-color css
<style>
a { background-color: #77667B; }
a { background-color: rgb(119,102,123); }
div.DivClassName
{
background-color: #77667B;
}
.BgClassName
{
background-color: #77667B;
}
</style>
border-color css
<style>
span { border-color: #77667B; }
span { border-color: rgb(119,102,123); }
td.TdClassName
{
border-color: #77667B;
}
.TagClassName
{
border-color: #77667B;
}
</style>