Shades of Rum #796C7C
Tints of Rum #796C7C
RGB
CMYK
RGB Variations
Color information
#796C7C (or 0x796C7C) is known color: Rum. HEX triplet: 79, 6C and 7C. RGB value is (121,108,124). Sum of RGB (Red+Green+Blue) = 121+108+124=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 124 - color contains mainly: blue. Hex color #796C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796C7C is #869383. Grayscale: #717171. Windows color (decimal): -8819588 or 8154233. OLE color: 8154233.
HSL color Cylindrical-coordinate representation of color #796C7C: hue angle of 288.75º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #796C7C is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 108 | 124 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.51 |
| HSL | 288.75º | 0.07% | 0.45% | - |
| HSV(B) | 288.75º | 0.13% | 0.49% | - |
| XYZ | 16.89 | 16.25 | 21.31 | - |
| YUV | 113.71 | 133.81 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 108 | 124 | 0.02 | 0.13 | 0 | 0.51 | 288.75 | 0.07 | 0.45 |
| Hex | 79 | 6C | 7C | 2 | D | 0 | 33 | 121 | 7 | 2D |
| Octal | 171 | 154 | 174 | 2 | 15 | 0 | 63 | 441 | 7 | 55 |
| Binary | 1111001 | 1101100 | 1111100 | 10 | 1101 | 0 | 110011 | 100100001 | 111 | 101101 |
Color Harmonies of #796C7C
Complementary color
Monochromatic Colors of #796C7C
Black with #796C7C
Text Example
Text Example
White with #796C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796C7C; }
p { color: rgb(121,108,124); }
H1.HeaderClassName
{
color: #796C7C;
}
.AnyTagClassName
{
color: #796C7C;
}
</style>
background-color css
<style>
a { background-color: #796C7C; }
a { background-color: rgb(121,108,124); }
div.DivClassName
{
background-color: #796C7C;
}
.BgClassName
{
background-color: #796C7C;
}
</style>
border-color css
<style>
span { border-color: #796C7C; }
span { border-color: rgb(121,108,124); }
td.TdClassName
{
border-color: #796C7C;
}
.TagClassName
{
border-color: #796C7C;
}
</style>