Shades of Cosmic #79486D
Tints of Cosmic #79486D
RGB
CMYK
RGB Variations
Color information
#79486D (or 0x79486D) is known color: Cosmic. HEX triplet: 79, 48 and 6D. RGB value is (121,72,109). Sum of RGB (Red+Green+Blue) = 121+72+109=302 (40% of max value = 765). Red value is 121 (47.66% from 255 or 40.07% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 121 - color contains mainly: red. Hex color #79486D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79486D is #86B792. Grayscale: #5A5A5A. Windows color (decimal): -8828819 or 7161977. OLE color: 7161977.
HSL color Cylindrical-coordinate representation of color #79486D: hue angle of 314.69º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79486D is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 72 | 109 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.53 |
| HSL | 314.69º | 0.25% | 0.38% | - |
| HSV(B) | 314.69º | 0.4% | 0.47% | - |
| XYZ | 12.96 | 9.8 | 15.68 | - |
| YUV | 90.87 | 138.23 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 72 | 109 | 0 | 0.40 | 0.10 | 0.53 | 314.69 | 0.25 | 0.38 |
| Hex | 79 | 48 | 6D | 0 | 28 | A | 35 | 13B | 19 | 26 |
| Octal | 171 | 110 | 155 | 0 | 50 | 12 | 65 | 473 | 31 | 46 |
| Binary | 1111001 | 1001000 | 1101101 | 0 | 101000 | 1010 | 110101 | 100111011 | 11001 | 100110 |
Color Harmonies of #79486D
Complementary color
Monochromatic Colors of #79486D
Black with #79486D
Text Example
Text Example
White with #79486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79486D; }
p { color: rgb(121,72,109); }
H1.HeaderClassName
{
color: #79486D;
}
.AnyTagClassName
{
color: #79486D;
}
</style>
background-color css
<style>
a { background-color: #79486D; }
a { background-color: rgb(121,72,109); }
div.DivClassName
{
background-color: #79486D;
}
.BgClassName
{
background-color: #79486D;
}
</style>
border-color css
<style>
span { border-color: #79486D; }
span { border-color: rgb(121,72,109); }
td.TdClassName
{
border-color: #79486D;
}
.TagClassName
{
border-color: #79486D;
}
</style>