Shades of Rum #796B7C
Tints of Rum #796B7C
RGB
CMYK
RGB Variations
Color information
#796B7C (or 0x796B7C) is known color: Rum. HEX triplet: 79, 6B and 7C. RGB value is (121,107,124). Sum of RGB (Red+Green+Blue) = 121+107+124=352 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.38% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 124 - color contains mainly: blue. Hex color #796B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796B7C is #869483. Grayscale: #717171. Windows color (decimal): -8819844 or 8153977. OLE color: 8153977.
HSL color Cylindrical-coordinate representation of color #796B7C: hue angle of 289.41º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #796B7C is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 107 | 124 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.51 |
| HSL | 289.41º | 0.07% | 0.45% | - |
| HSV(B) | 289.41º | 0.14% | 0.49% | - |
| XYZ | 16.78 | 16.04 | 21.28 | - |
| YUV | 113.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 107 | 124 | 0.02 | 0.14 | 0 | 0.51 | 289.41 | 0.07 | 0.45 |
| Hex | 79 | 6B | 7C | 2 | E | 0 | 33 | 121 | 7 | 2D |
| Octal | 171 | 153 | 174 | 2 | 16 | 0 | 63 | 441 | 7 | 55 |
| Binary | 1111001 | 1101011 | 1111100 | 10 | 1110 | 0 | 110011 | 100100001 | 111 | 101101 |
Color Harmonies of #796B7C
Complementary color
Monochromatic Colors of #796B7C
Black with #796B7C
Text Example
Text Example
White with #796B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796B7C; }
p { color: rgb(121,107,124); }
H1.HeaderClassName
{
color: #796B7C;
}
.AnyTagClassName
{
color: #796B7C;
}
</style>
background-color css
<style>
a { background-color: #796B7C; }
a { background-color: rgb(121,107,124); }
div.DivClassName
{
background-color: #796B7C;
}
.BgClassName
{
background-color: #796B7C;
}
</style>
border-color css
<style>
span { border-color: #796B7C; }
span { border-color: rgb(121,107,124); }
td.TdClassName
{
border-color: #796B7C;
}
.TagClassName
{
border-color: #796B7C;
}
</style>