Shades of Cosmic #793D68
Tints of Cosmic #793D68
RGB
CMYK
RGB Variations
Color information
#793D68 (or 0x793D68) is known color: Cosmic. HEX triplet: 79, 3D and 68. RGB value is (121,61,104). Sum of RGB (Red+Green+Blue) = 121+61+104=286 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.31% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 121 - color contains mainly: red. Hex color #793D68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793D68 is #86C297. Grayscale: #535353. Windows color (decimal): -8831640 or 6831481. OLE color: 6831481.
HSL color Cylindrical-coordinate representation of color #793D68: hue angle of 317º 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 #793D68 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 61 | 104 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.53 |
| HSL | 317º | 0.33% | 0.36% | - |
| HSV(B) | 317º | 0.5% | 0.47% | - |
| XYZ | 12.05 | 8.4 | 14.08 | - |
| YUV | 83.84 | 139.38 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 61 | 104 | 0 | 0.50 | 0.14 | 0.53 | 317 | 0.33 | 0.36 |
| Hex | 79 | 3D | 68 | 0 | 32 | E | 35 | 13D | 21 | 24 |
| Octal | 171 | 75 | 150 | 0 | 62 | 16 | 65 | 475 | 41 | 44 |
| Binary | 1111001 | 111101 | 1101000 | 0 | 110010 | 1110 | 110101 | 100111101 | 100001 | 100100 |
Color Harmonies of #793D68
Complementary color
Monochromatic Colors of #793D68
Black with #793D68
Text Example
Text Example
White with #793D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793D68; }
p { color: rgb(121,61,104); }
H1.HeaderClassName
{
color: #793D68;
}
.AnyTagClassName
{
color: #793D68;
}
</style>
background-color css
<style>
a { background-color: #793D68; }
a { background-color: rgb(121,61,104); }
div.DivClassName
{
background-color: #793D68;
}
.BgClassName
{
background-color: #793D68;
}
</style>
border-color css
<style>
span { border-color: #793D68; }
span { border-color: rgb(121,61,104); }
td.TdClassName
{
border-color: #793D68;
}
.TagClassName
{
border-color: #793D68;
}
</style>