Shades of Cosmic #773A60
Tints of Cosmic #773A60
RGB
CMYK
RGB Variations
Color information
#773A60 (or 0x773A60) is known color: Cosmic. HEX triplet: 77, 3A and 60. RGB value is (119,58,96). Sum of RGB (Red+Green+Blue) = 119+58+96=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #773A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773A60 is #88C59F. Grayscale: #505050. Windows color (decimal): -8963488 or 6306423. OLE color: 6306423.
HSL color Cylindrical-coordinate representation of color #773A60: hue angle of 322.62º 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 #773A60 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 58 | 96 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.53 |
| HSL | 322.62º | 0.34% | 0.35% | - |
| HSV(B) | 322.62º | 0.51% | 0.47% | - |
| XYZ | 11.23 | 7.79 | 11.98 | - |
| YUV | 80.57 | 136.71 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 58 | 96 | 0 | 0.51 | 0.19 | 0.53 | 322.62 | 0.34 | 0.35 |
| Hex | 77 | 3A | 60 | 0 | 33 | 13 | 35 | 143 | 22 | 23 |
| Octal | 167 | 72 | 140 | 0 | 63 | 23 | 65 | 503 | 42 | 43 |
| Binary | 1110111 | 111010 | 1100000 | 0 | 110011 | 10011 | 110101 | 101000011 | 100010 | 100011 |
Color Harmonies of #773A60
Complementary color
Monochromatic Colors of #773A60
Black with #773A60
Text Example
Text Example
White with #773A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773A60; }
p { color: rgb(119,58,96); }
H1.HeaderClassName
{
color: #773A60;
}
.AnyTagClassName
{
color: #773A60;
}
</style>
background-color css
<style>
a { background-color: #773A60; }
a { background-color: rgb(119,58,96); }
div.DivClassName
{
background-color: #773A60;
}
.BgClassName
{
background-color: #773A60;
}
</style>
border-color css
<style>
span { border-color: #773A60; }
span { border-color: rgb(119,58,96); }
td.TdClassName
{
border-color: #773A60;
}
.TagClassName
{
border-color: #773A60;
}
</style>