Shades of Cosmic #793A61
Tints of Cosmic #793A61
RGB
CMYK
RGB Variations
Color information
#793A61 (or 0x793A61) is known color: Cosmic. HEX triplet: 79, 3A and 61. RGB value is (121,58,97). Sum of RGB (Red+Green+Blue) = 121+58+97=276 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.84% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 121 - color contains mainly: red. Hex color #793A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793A61 is #86C59E. Grayscale: #515151. Windows color (decimal): -8832415 or 6371961. OLE color: 6371961.
HSL color Cylindrical-coordinate representation of color #793A61: hue angle of 322.86º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #793A61 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 58 | 97 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.53 |
| HSL | 322.86º | 0.35% | 0.35% | - |
| HSV(B) | 322.86º | 0.52% | 0.47% | - |
| XYZ | 11.56 | 7.95 | 12.24 | - |
| YUV | 81.28 | 136.87 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 58 | 97 | 0 | 0.52 | 0.20 | 0.53 | 322.86 | 0.35 | 0.35 |
| Hex | 79 | 3A | 61 | 0 | 34 | 14 | 35 | 143 | 23 | 23 |
| Octal | 171 | 72 | 141 | 0 | 64 | 24 | 65 | 503 | 43 | 43 |
| Binary | 1111001 | 111010 | 1100001 | 0 | 110100 | 10100 | 110101 | 101000011 | 100011 | 100011 |
Color Harmonies of #793A61
Complementary color
Monochromatic Colors of #793A61
Black with #793A61
Text Example
Text Example
White with #793A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793A61; }
p { color: rgb(121,58,97); }
H1.HeaderClassName
{
color: #793A61;
}
.AnyTagClassName
{
color: #793A61;
}
</style>
background-color css
<style>
a { background-color: #793A61; }
a { background-color: rgb(121,58,97); }
div.DivClassName
{
background-color: #793A61;
}
.BgClassName
{
background-color: #793A61;
}
</style>
border-color css
<style>
span { border-color: #793A61; }
span { border-color: rgb(121,58,97); }
td.TdClassName
{
border-color: #793A61;
}
.TagClassName
{
border-color: #793A61;
}
</style>