Shades of Cosmic #773B5D
Tints of Cosmic #773B5D
RGB
CMYK
RGB Variations
Color information
#773B5D (or 0x773B5D) is known color: Cosmic. HEX triplet: 77, 3B and 5D. RGB value is (119,59,93). Sum of RGB (Red+Green+Blue) = 119+59+93=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #773B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773B5D is #88C4A2. Grayscale: #505050. Windows color (decimal): -8963235 or 6110071. OLE color: 6110071.
HSL color Cylindrical-coordinate representation of color #773B5D: hue angle of 326º degrees, saturation: 0.34, 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 #773B5D is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 59 | 93 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.53 |
| HSL | 326º | 0.34% | 0.35% | - |
| HSV(B) | 326º | 0.5% | 0.47% | - |
| XYZ | 11.15 | 7.84 | 11.28 | - |
| YUV | 80.82 | 134.88 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 59 | 93 | 0 | 0.50 | 0.22 | 0.53 | 326 | 0.34 | 0.35 |
| Hex | 77 | 3B | 5D | 0 | 32 | 16 | 35 | 146 | 22 | 23 |
| Octal | 167 | 73 | 135 | 0 | 62 | 26 | 65 | 506 | 42 | 43 |
| Binary | 1110111 | 111011 | 1011101 | 0 | 110010 | 10110 | 110101 | 101000110 | 100010 | 100011 |
Color Harmonies of #773B5D
Complementary color
Monochromatic Colors of #773B5D
Black with #773B5D
Text Example
Text Example
White with #773B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773B5D; }
p { color: rgb(119,59,93); }
H1.HeaderClassName
{
color: #773B5D;
}
.AnyTagClassName
{
color: #773B5D;
}
</style>
background-color css
<style>
a { background-color: #773B5D; }
a { background-color: rgb(119,59,93); }
div.DivClassName
{
background-color: #773B5D;
}
.BgClassName
{
background-color: #773B5D;
}
</style>
border-color css
<style>
span { border-color: #773B5D; }
span { border-color: rgb(119,59,93); }
td.TdClassName
{
border-color: #773B5D;
}
.TagClassName
{
border-color: #773B5D;
}
</style>