Shades of Rum #79657D
Tints of Rum #79657D
RGB
CMYK
RGB Variations
Color information
#79657D (or 0x79657D) is known color: Rum. HEX triplet: 79, 65 and 7D. RGB value is (121,101,125). Sum of RGB (Red+Green+Blue) = 121+101+125=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 125 - color contains mainly: blue. Hex color #79657D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79657D is #869A82. Grayscale: #6D6D6D. Windows color (decimal): -8821379 or 8217977. OLE color: 8217977.
HSL color Cylindrical-coordinate representation of color #79657D: hue angle of 290º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #79657D is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 101 | 125 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.51 |
| HSL | 290º | 0.11% | 0.44% | - |
| HSV(B) | 290º | 0.19% | 0.49% | - |
| XYZ | 16.24 | 14.85 | 21.41 | - |
| YUV | 109.72 | 136.63 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 101 | 125 | 0.03 | 0.19 | 0 | 0.51 | 290 | 0.11 | 0.44 |
| Hex | 79 | 65 | 7D | 3 | 13 | 0 | 33 | 122 | B | 2C |
| Octal | 171 | 145 | 175 | 3 | 23 | 0 | 63 | 442 | 13 | 54 |
| Binary | 1111001 | 1100101 | 1111101 | 11 | 10011 | 0 | 110011 | 100100010 | 1011 | 101100 |
Color Harmonies of #79657D
Complementary color
Monochromatic Colors of #79657D
Black with #79657D
Text Example
Text Example
White with #79657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79657D; }
p { color: rgb(121,101,125); }
H1.HeaderClassName
{
color: #79657D;
}
.AnyTagClassName
{
color: #79657D;
}
</style>
background-color css
<style>
a { background-color: #79657D; }
a { background-color: rgb(121,101,125); }
div.DivClassName
{
background-color: #79657D;
}
.BgClassName
{
background-color: #79657D;
}
</style>
border-color css
<style>
span { border-color: #79657D; }
span { border-color: rgb(121,101,125); }
td.TdClassName
{
border-color: #79657D;
}
.TagClassName
{
border-color: #79657D;
}
</style>