Shades of Cosmic #773B63
Tints of Cosmic #773B63
RGB
CMYK
RGB Variations
Color information
#773B63 (or 0x773B63) is known color: Cosmic. HEX triplet: 77, 3B and 63. RGB value is (119,59,99). Sum of RGB (Red+Green+Blue) = 119+59+99=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 59 (23.44% from 255 or 21.30% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #773B63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773B63 is #88C49C. Grayscale: #515151. Windows color (decimal): -8963229 or 6503287. OLE color: 6503287.
HSL color Cylindrical-coordinate representation of color #773B63: hue angle of 320º 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 #773B63 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 59 | 99 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.53 |
| HSL | 320º | 0.34% | 0.35% | - |
| HSV(B) | 320º | 0.5% | 0.47% | - |
| XYZ | 11.42 | 7.95 | 12.74 | - |
| YUV | 81.5 | 137.88 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 59 | 99 | 0 | 0.50 | 0.17 | 0.53 | 320 | 0.34 | 0.35 |
| Hex | 77 | 3B | 63 | 0 | 32 | 11 | 35 | 140 | 22 | 23 |
| Octal | 167 | 73 | 143 | 0 | 62 | 21 | 65 | 500 | 42 | 43 |
| Binary | 1110111 | 111011 | 1100011 | 0 | 110010 | 10001 | 110101 | 101000000 | 100010 | 100011 |
Color Harmonies of #773B63
Complementary color
Monochromatic Colors of #773B63
Black with #773B63
Text Example
Text Example
White with #773B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773B63; }
p { color: rgb(119,59,99); }
H1.HeaderClassName
{
color: #773B63;
}
.AnyTagClassName
{
color: #773B63;
}
</style>
background-color css
<style>
a { background-color: #773B63; }
a { background-color: rgb(119,59,99); }
div.DivClassName
{
background-color: #773B63;
}
.BgClassName
{
background-color: #773B63;
}
</style>
border-color css
<style>
span { border-color: #773B63; }
span { border-color: rgb(119,59,99); }
td.TdClassName
{
border-color: #773B63;
}
.TagClassName
{
border-color: #773B63;
}
</style>