Shades of Cosmic #773C5D
Tints of Cosmic #773C5D
RGB
CMYK
RGB Variations
Color information
#773C5D (or 0x773C5D) is known color: Cosmic. HEX triplet: 77, 3C and 5D. RGB value is (119,60,93). Sum of RGB (Red+Green+Blue) = 119+60+93=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #773C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773C5D is #88C3A2. Grayscale: #515151. Windows color (decimal): -8962979 or 6110327. OLE color: 6110327.
HSL color Cylindrical-coordinate representation of color #773C5D: hue angle of 326.44º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #773C5D is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 60 | 93 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.53 |
| HSL | 326.44º | 0.33% | 0.35% | - |
| HSV(B) | 326.44º | 0.5% | 0.47% | - |
| XYZ | 11.2 | 7.94 | 11.3 | - |
| YUV | 81.4 | 134.55 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 60 | 93 | 0 | 0.50 | 0.22 | 0.53 | 326.44 | 0.33 | 0.35 |
| Hex | 77 | 3C | 5D | 0 | 32 | 16 | 35 | 146 | 21 | 23 |
| Octal | 167 | 74 | 135 | 0 | 62 | 26 | 65 | 506 | 41 | 43 |
| Binary | 1110111 | 111100 | 1011101 | 0 | 110010 | 10110 | 110101 | 101000110 | 100001 | 100011 |
Color Harmonies of #773C5D
Complementary color
Monochromatic Colors of #773C5D
Black with #773C5D
Text Example
Text Example
White with #773C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773C5D; }
p { color: rgb(119,60,93); }
H1.HeaderClassName
{
color: #773C5D;
}
.AnyTagClassName
{
color: #773C5D;
}
</style>
background-color css
<style>
a { background-color: #773C5D; }
a { background-color: rgb(119,60,93); }
div.DivClassName
{
background-color: #773C5D;
}
.BgClassName
{
background-color: #773C5D;
}
</style>
border-color css
<style>
span { border-color: #773C5D; }
span { border-color: rgb(119,60,93); }
td.TdClassName
{
border-color: #773C5D;
}
.TagClassName
{
border-color: #773C5D;
}
</style>