Shades of Cosmic #79486C
Tints of Cosmic #79486C
RGB
CMYK
RGB Variations
Color information
#79486C (or 0x79486C) is known color: Cosmic. HEX triplet: 79, 48 and 6C. RGB value is (121,72,108). Sum of RGB (Red+Green+Blue) = 121+72+108=301 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.20% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 121 - color contains mainly: red. Hex color #79486C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79486C is #86B793. Grayscale: #5A5A5A. Windows color (decimal): -8828820 or 7096441. OLE color: 7096441.
HSL color Cylindrical-coordinate representation of color #79486C: hue angle of 315.92º 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 #79486C is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 72 | 108 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.53 |
| HSL | 315.92º | 0.25% | 0.38% | - |
| HSV(B) | 315.92º | 0.4% | 0.47% | - |
| XYZ | 12.91 | 9.78 | 15.4 | - |
| YUV | 90.76 | 137.73 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 72 | 108 | 0 | 0.40 | 0.11 | 0.53 | 315.92 | 0.25 | 0.38 |
| Hex | 79 | 48 | 6C | 0 | 28 | B | 35 | 13C | 19 | 26 |
| Octal | 171 | 110 | 154 | 0 | 50 | 13 | 65 | 474 | 31 | 46 |
| Binary | 1111001 | 1001000 | 1101100 | 0 | 101000 | 1011 | 110101 | 100111100 | 11001 | 100110 |
Color Harmonies of #79486C
Complementary color
Monochromatic Colors of #79486C
Black with #79486C
Text Example
Text Example
White with #79486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79486C; }
p { color: rgb(121,72,108); }
H1.HeaderClassName
{
color: #79486C;
}
.AnyTagClassName
{
color: #79486C;
}
</style>
background-color css
<style>
a { background-color: #79486C; }
a { background-color: rgb(121,72,108); }
div.DivClassName
{
background-color: #79486C;
}
.BgClassName
{
background-color: #79486C;
}
</style>
border-color css
<style>
span { border-color: #79486C; }
span { border-color: rgb(121,72,108); }
td.TdClassName
{
border-color: #79486C;
}
.TagClassName
{
border-color: #79486C;
}
</style>