Shades of Cosmic #79485A
Tints of Cosmic #79485A
RGB
CMYK
RGB Variations
Color information
#79485A (or 0x79485A) is known color: Cosmic. HEX triplet: 79, 48 and 5A. RGB value is (121,72,90). Sum of RGB (Red+Green+Blue) = 121+72+90=283 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.76% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 121 - color contains mainly: red. Hex color #79485A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79485A is #86B7A5. Grayscale: #585858. Windows color (decimal): -8828838 or 5916793. OLE color: 5916793.
HSL color Cylindrical-coordinate representation of color #79485A: hue angle of 337.96º 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 #79485A is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 72 | 90 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.53 |
| HSL | 337.96º | 0.25% | 0.38% | - |
| HSV(B) | 337.96º | 0.4% | 0.47% | - |
| XYZ | 12.05 | 9.44 | 10.86 | - |
| YUV | 88.7 | 128.73 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 72 | 90 | 0 | 0.40 | 0.26 | 0.53 | 337.96 | 0.25 | 0.38 |
| Hex | 79 | 48 | 5A | 0 | 28 | 1A | 35 | 152 | 19 | 26 |
| Octal | 171 | 110 | 132 | 0 | 50 | 32 | 65 | 522 | 31 | 46 |
| Binary | 1111001 | 1001000 | 1011010 | 0 | 101000 | 11010 | 110101 | 101010010 | 11001 | 100110 |
Color Harmonies of #79485A
Complementary color
Monochromatic Colors of #79485A
Black with #79485A
Text Example
Text Example
White with #79485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79485A; }
p { color: rgb(121,72,90); }
H1.HeaderClassName
{
color: #79485A;
}
.AnyTagClassName
{
color: #79485A;
}
</style>
background-color css
<style>
a { background-color: #79485A; }
a { background-color: rgb(121,72,90); }
div.DivClassName
{
background-color: #79485A;
}
.BgClassName
{
background-color: #79485A;
}
</style>
border-color css
<style>
span { border-color: #79485A; }
span { border-color: rgb(121,72,90); }
td.TdClassName
{
border-color: #79485A;
}
.TagClassName
{
border-color: #79485A;
}
</style>