Shades of Rum #7B767C
Tints of Rum #7B767C
RGB
CMYK
RGB Variations
Color information
#7B767C (or 0x7B767C) is known color: Rum. HEX triplet: 7B, 76 and 7C. RGB value is (123,118,124). Sum of RGB (Red+Green+Blue) = 123+118+124=365 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.70% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 124 - color contains mainly: blue. Hex color #7B767C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B767C is #848983. Grayscale: #787878. Windows color (decimal): -8685956 or 8156795. OLE color: 8156795.
HSL color Cylindrical-coordinate representation of color #7B767C: hue angle of 290º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7B767C is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 123 | 118 | 124 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.51 |
| HSL | 290º | 0.02% | 0.47% | - |
| HSV(B) | 290º | 0.05% | 0.49% | - |
| XYZ | 18.28 | 18.62 | 21.7 | - |
| YUV | 120.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 118 | 124 | 0.01 | 0.05 | 0 | 0.51 | 290 | 0.02 | 0.47 |
| Hex | 7B | 76 | 7C | 1 | 5 | 0 | 33 | 122 | 2 | 2F |
| Octal | 173 | 166 | 174 | 1 | 5 | 0 | 63 | 442 | 2 | 57 |
| Binary | 1111011 | 1110110 | 1111100 | 1 | 101 | 0 | 110011 | 100100010 | 10 | 101111 |
Color Harmonies of #7B767C
Complementary color
Monochromatic Colors of #7B767C
Black with #7B767C
Text Example
Text Example
White with #7B767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B767C; }
p { color: rgb(123,118,124); }
H1.HeaderClassName
{
color: #7B767C;
}
.AnyTagClassName
{
color: #7B767C;
}
</style>
background-color css
<style>
a { background-color: #7B767C; }
a { background-color: rgb(123,118,124); }
div.DivClassName
{
background-color: #7B767C;
}
.BgClassName
{
background-color: #7B767C;
}
</style>
border-color css
<style>
span { border-color: #7B767C; }
span { border-color: rgb(123,118,124); }
td.TdClassName
{
border-color: #7B767C;
}
.TagClassName
{
border-color: #7B767C;
}
</style>