Shades of Cosmic #773B5C
Tints of Cosmic #773B5C
RGB
CMYK
RGB Variations
Color information
#773B5C (or 0x773B5C) is known color: Cosmic. HEX triplet: 77, 3B and 5C. RGB value is (119,59,92). Sum of RGB (Red+Green+Blue) = 119+59+92=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #773B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773B5C is #88C4A3. Grayscale: #505050. Windows color (decimal): -8963236 or 6044535. OLE color: 6044535.
HSL color Cylindrical-coordinate representation of color #773B5C: hue angle of 327º 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 #773B5C is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 59 | 92 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.53 |
| HSL | 327º | 0.34% | 0.35% | - |
| HSV(B) | 327º | 0.5% | 0.47% | - |
| XYZ | 11.1 | 7.82 | 11.05 | - |
| YUV | 80.7 | 134.38 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 59 | 92 | 0 | 0.50 | 0.23 | 0.53 | 327 | 0.34 | 0.35 |
| Hex | 77 | 3B | 5C | 0 | 32 | 17 | 35 | 147 | 22 | 23 |
| Octal | 167 | 73 | 134 | 0 | 62 | 27 | 65 | 507 | 42 | 43 |
| Binary | 1110111 | 111011 | 1011100 | 0 | 110010 | 10111 | 110101 | 101000111 | 100010 | 100011 |
Color Harmonies of #773B5C
Complementary color
Monochromatic Colors of #773B5C
Black with #773B5C
Text Example
Text Example
White with #773B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773B5C; }
p { color: rgb(119,59,92); }
H1.HeaderClassName
{
color: #773B5C;
}
.AnyTagClassName
{
color: #773B5C;
}
</style>
background-color css
<style>
a { background-color: #773B5C; }
a { background-color: rgb(119,59,92); }
div.DivClassName
{
background-color: #773B5C;
}
.BgClassName
{
background-color: #773B5C;
}
</style>
border-color css
<style>
span { border-color: #773B5C; }
span { border-color: rgb(119,59,92); }
td.TdClassName
{
border-color: #773B5C;
}
.TagClassName
{
border-color: #773B5C;
}
</style>