Shades of Cosmic #793B62
Tints of Cosmic #793B62
RGB
CMYK
RGB Variations
Color information
#793B62 (or 0x793B62) is known color: Cosmic. HEX triplet: 79, 3B and 62. RGB value is (121,59,98). Sum of RGB (Red+Green+Blue) = 121+59+98=278 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.53% from 278); Green value is 59 (23.44% from 255 or 21.22% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 121 - color contains mainly: red. Hex color #793B62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793B62 is #86C49D. Grayscale: #515151. Windows color (decimal): -8832158 or 6437753. OLE color: 6437753.
HSL color Cylindrical-coordinate representation of color #793B62: hue angle of 322.26º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #793B62 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 59 | 98 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.53 |
| HSL | 322.26º | 0.34% | 0.35% | - |
| HSV(B) | 322.26º | 0.51% | 0.47% | - |
| XYZ | 11.65 | 8.07 | 12.5 | - |
| YUV | 81.98 | 137.04 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 59 | 98 | 0 | 0.51 | 0.19 | 0.53 | 322.26 | 0.34 | 0.35 |
| Hex | 79 | 3B | 62 | 0 | 33 | 13 | 35 | 142 | 22 | 23 |
| Octal | 171 | 73 | 142 | 0 | 63 | 23 | 65 | 502 | 42 | 43 |
| Binary | 1111001 | 111011 | 1100010 | 0 | 110011 | 10011 | 110101 | 101000010 | 100010 | 100011 |
Color Harmonies of #793B62
Complementary color
Monochromatic Colors of #793B62
Black with #793B62
Text Example
Text Example
White with #793B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793B62; }
p { color: rgb(121,59,98); }
H1.HeaderClassName
{
color: #793B62;
}
.AnyTagClassName
{
color: #793B62;
}
</style>
background-color css
<style>
a { background-color: #793B62; }
a { background-color: rgb(121,59,98); }
div.DivClassName
{
background-color: #793B62;
}
.BgClassName
{
background-color: #793B62;
}
</style>
border-color css
<style>
span { border-color: #793B62; }
span { border-color: rgb(121,59,98); }
td.TdClassName
{
border-color: #793B62;
}
.TagClassName
{
border-color: #793B62;
}
</style>