Shades of Cosmic #79465B
Tints of Cosmic #79465B
RGB
CMYK
RGB Variations
Color information
#79465B (or 0x79465B) is known color: Cosmic. HEX triplet: 79, 46 and 5B. RGB value is (121,70,91). Sum of RGB (Red+Green+Blue) = 121+70+91=282 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.91% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 121 - color contains mainly: red. Hex color #79465B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79465B is #86B9A4. Grayscale: #575757. Windows color (decimal): -8829349 or 5981817. OLE color: 5981817.
HSL color Cylindrical-coordinate representation of color #79465B: hue angle of 335.29º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #79465B is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 70 | 91 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.53 |
| HSL | 335.29º | 0.27% | 0.37% | - |
| HSV(B) | 335.29º | 0.42% | 0.47% | - |
| XYZ | 11.96 | 9.2 | 11.04 | - |
| YUV | 87.64 | 129.9 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 70 | 91 | 0 | 0.42 | 0.25 | 0.53 | 335.29 | 0.27 | 0.37 |
| Hex | 79 | 46 | 5B | 0 | 2A | 19 | 35 | 14F | 1B | 25 |
| Octal | 171 | 106 | 133 | 0 | 52 | 31 | 65 | 517 | 33 | 45 |
| Binary | 1111001 | 1000110 | 1011011 | 0 | 101010 | 11001 | 110101 | 101001111 | 11011 | 100101 |
Color Harmonies of #79465B
Complementary color
Monochromatic Colors of #79465B
Black with #79465B
Text Example
Text Example
White with #79465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79465B; }
p { color: rgb(121,70,91); }
H1.HeaderClassName
{
color: #79465B;
}
.AnyTagClassName
{
color: #79465B;
}
</style>
background-color css
<style>
a { background-color: #79465B; }
a { background-color: rgb(121,70,91); }
div.DivClassName
{
background-color: #79465B;
}
.BgClassName
{
background-color: #79465B;
}
</style>
border-color css
<style>
span { border-color: #79465B; }
span { border-color: rgb(121,70,91); }
td.TdClassName
{
border-color: #79465B;
}
.TagClassName
{
border-color: #79465B;
}
</style>