Shades of Cosmic #79485C
Tints of Cosmic #79485C
RGB
CMYK
RGB Variations
Color information
#79485C (or 0x79485C) is known color: Cosmic. HEX triplet: 79, 48 and 5C. RGB value is (121,72,92). Sum of RGB (Red+Green+Blue) = 121+72+92=285 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.46% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 121 - color contains mainly: red. Hex color #79485C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79485C is #86B7A3. Grayscale: #585858. Windows color (decimal): -8828836 or 6047865. OLE color: 6047865.
HSL color Cylindrical-coordinate representation of color #79485C: hue angle of 335.51º 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 #79485C is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 72 | 92 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.53 |
| HSL | 335.51º | 0.25% | 0.38% | - |
| HSV(B) | 335.51º | 0.4% | 0.47% | - |
| XYZ | 12.13 | 9.47 | 11.31 | - |
| YUV | 88.93 | 129.73 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 72 | 92 | 0 | 0.40 | 0.24 | 0.53 | 335.51 | 0.25 | 0.38 |
| Hex | 79 | 48 | 5C | 0 | 28 | 18 | 35 | 150 | 19 | 26 |
| Octal | 171 | 110 | 134 | 0 | 50 | 30 | 65 | 520 | 31 | 46 |
| Binary | 1111001 | 1001000 | 1011100 | 0 | 101000 | 11000 | 110101 | 101010000 | 11001 | 100110 |
Color Harmonies of #79485C
Complementary color
Monochromatic Colors of #79485C
Black with #79485C
Text Example
Text Example
White with #79485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79485C; }
p { color: rgb(121,72,92); }
H1.HeaderClassName
{
color: #79485C;
}
.AnyTagClassName
{
color: #79485C;
}
</style>
background-color css
<style>
a { background-color: #79485C; }
a { background-color: rgb(121,72,92); }
div.DivClassName
{
background-color: #79485C;
}
.BgClassName
{
background-color: #79485C;
}
</style>
border-color css
<style>
span { border-color: #79485C; }
span { border-color: rgb(121,72,92); }
td.TdClassName
{
border-color: #79485C;
}
.TagClassName
{
border-color: #79485C;
}
</style>