Shades of Cosmic #793E5E
Tints of Cosmic #793E5E
RGB
CMYK
RGB Variations
Color information
#793E5E (or 0x793E5E) is known color: Cosmic. HEX triplet: 79, 3E and 5E. RGB value is (121,62,94). Sum of RGB (Red+Green+Blue) = 121+62+94=277 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.68% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 121 - color contains mainly: red. Hex color #793E5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793E5E is #86C1A1. Grayscale: #535353. Windows color (decimal): -8831394 or 6176377. OLE color: 6176377.
HSL color Cylindrical-coordinate representation of color #793E5E: hue angle of 327.46º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #793E5E is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 62 | 94 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.53 |
| HSL | 327.46º | 0.32% | 0.36% | - |
| HSV(B) | 327.46º | 0.49% | 0.47% | - |
| XYZ | 11.63 | 8.32 | 11.58 | - |
| YUV | 83.29 | 134.05 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 62 | 94 | 0 | 0.49 | 0.22 | 0.53 | 327.46 | 0.32 | 0.36 |
| Hex | 79 | 3E | 5E | 0 | 31 | 16 | 35 | 147 | 20 | 24 |
| Octal | 171 | 76 | 136 | 0 | 61 | 26 | 65 | 507 | 40 | 44 |
| Binary | 1111001 | 111110 | 1011110 | 0 | 110001 | 10110 | 110101 | 101000111 | 100000 | 100100 |
Color Harmonies of #793E5E
Complementary color
Monochromatic Colors of #793E5E
Black with #793E5E
Text Example
Text Example
White with #793E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793E5E; }
p { color: rgb(121,62,94); }
H1.HeaderClassName
{
color: #793E5E;
}
.AnyTagClassName
{
color: #793E5E;
}
</style>
background-color css
<style>
a { background-color: #793E5E; }
a { background-color: rgb(121,62,94); }
div.DivClassName
{
background-color: #793E5E;
}
.BgClassName
{
background-color: #793E5E;
}
</style>
border-color css
<style>
span { border-color: #793E5E; }
span { border-color: rgb(121,62,94); }
td.TdClassName
{
border-color: #793E5E;
}
.TagClassName
{
border-color: #793E5E;
}
</style>