Shades of Cosmic #793D59
Tints of Cosmic #793D59
RGB
CMYK
RGB Variations
Color information
#793D59 (or 0x793D59) is known color: Cosmic. HEX triplet: 79, 3D and 59. RGB value is (121,61,89). Sum of RGB (Red+Green+Blue) = 121+61+89=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 121 - color contains mainly: red. Hex color #793D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793D59 is #86C2A6. Grayscale: #525252. Windows color (decimal): -8831655 or 5848441. OLE color: 5848441.
HSL color Cylindrical-coordinate representation of color #793D59: hue angle of 332º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #793D59 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 61 | 89 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.53 |
| HSL | 332º | 0.33% | 0.36% | - |
| HSV(B) | 332º | 0.5% | 0.47% | - |
| XYZ | 11.36 | 8.12 | 10.42 | - |
| YUV | 82.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 61 | 89 | 0 | 0.50 | 0.26 | 0.53 | 332 | 0.33 | 0.36 |
| Hex | 79 | 3D | 59 | 0 | 32 | 1A | 35 | 14C | 21 | 24 |
| Octal | 171 | 75 | 131 | 0 | 62 | 32 | 65 | 514 | 41 | 44 |
| Binary | 1111001 | 111101 | 1011001 | 0 | 110010 | 11010 | 110101 | 101001100 | 100001 | 100100 |
Color Harmonies of #793D59
Complementary color
Monochromatic Colors of #793D59
Black with #793D59
Text Example
Text Example
White with #793D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793D59; }
p { color: rgb(121,61,89); }
H1.HeaderClassName
{
color: #793D59;
}
.AnyTagClassName
{
color: #793D59;
}
</style>
background-color css
<style>
a { background-color: #793D59; }
a { background-color: rgb(121,61,89); }
div.DivClassName
{
background-color: #793D59;
}
.BgClassName
{
background-color: #793D59;
}
</style>
border-color css
<style>
span { border-color: #793D59; }
span { border-color: rgb(121,61,89); }
td.TdClassName
{
border-color: #793D59;
}
.TagClassName
{
border-color: #793D59;
}
</style>