Shades of Cosmic #773F63
Tints of Cosmic #773F63
RGB
CMYK
RGB Variations
Color information
#773F63 (or 0x773F63) is known color: Cosmic. HEX triplet: 77, 3F and 63. RGB value is (119,63,99). Sum of RGB (Red+Green+Blue) = 119+63+99=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #773F63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773F63 is #88C09C. Grayscale: #535353. Windows color (decimal): -8962205 or 6504311. OLE color: 6504311.
HSL color Cylindrical-coordinate representation of color #773F63: hue angle of 321.43º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #773F63 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 63 | 99 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.53 |
| HSL | 321.43º | 0.31% | 0.36% | - |
| HSV(B) | 321.43º | 0.47% | 0.47% | - |
| XYZ | 11.64 | 8.38 | 12.81 | - |
| YUV | 83.85 | 136.55 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 63 | 99 | 0 | 0.47 | 0.17 | 0.53 | 321.43 | 0.31 | 0.36 |
| Hex | 77 | 3F | 63 | 0 | 2F | 11 | 35 | 141 | 1F | 24 |
| Octal | 167 | 77 | 143 | 0 | 57 | 21 | 65 | 501 | 37 | 44 |
| Binary | 1110111 | 111111 | 1100011 | 0 | 101111 | 10001 | 110101 | 101000001 | 11111 | 100100 |
Color Harmonies of #773F63
Complementary color
Monochromatic Colors of #773F63
Black with #773F63
Text Example
Text Example
White with #773F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773F63; }
p { color: rgb(119,63,99); }
H1.HeaderClassName
{
color: #773F63;
}
.AnyTagClassName
{
color: #773F63;
}
</style>
background-color css
<style>
a { background-color: #773F63; }
a { background-color: rgb(119,63,99); }
div.DivClassName
{
background-color: #773F63;
}
.BgClassName
{
background-color: #773F63;
}
</style>
border-color css
<style>
span { border-color: #773F63; }
span { border-color: rgb(119,63,99); }
td.TdClassName
{
border-color: #773F63;
}
.TagClassName
{
border-color: #773F63;
}
</style>