Shades of Cosmic #773E5D
Tints of Cosmic #773E5D
RGB
CMYK
RGB Variations
Color information
#773E5D (or 0x773E5D) is known color: Cosmic. HEX triplet: 77, 3E and 5D. RGB value is (119,62,93). Sum of RGB (Red+Green+Blue) = 119+62+93=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #773E5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773E5D is #88C1A2. Grayscale: #525252. Windows color (decimal): -8962467 or 6110839. OLE color: 6110839.
HSL color Cylindrical-coordinate representation of color #773E5D: hue angle of 327.37º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #773E5D is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 62 | 93 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.53 |
| HSL | 327.37º | 0.31% | 0.35% | - |
| HSV(B) | 327.37º | 0.48% | 0.47% | - |
| XYZ | 11.31 | 8.16 | 11.33 | - |
| YUV | 82.58 | 133.88 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 62 | 93 | 0 | 0.48 | 0.22 | 0.53 | 327.37 | 0.31 | 0.35 |
| Hex | 77 | 3E | 5D | 0 | 30 | 16 | 35 | 147 | 1F | 23 |
| Octal | 167 | 76 | 135 | 0 | 60 | 26 | 65 | 507 | 37 | 43 |
| Binary | 1110111 | 111110 | 1011101 | 0 | 110000 | 10110 | 110101 | 101000111 | 11111 | 100011 |
Color Harmonies of #773E5D
Complementary color
Monochromatic Colors of #773E5D
Black with #773E5D
Text Example
Text Example
White with #773E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773E5D; }
p { color: rgb(119,62,93); }
H1.HeaderClassName
{
color: #773E5D;
}
.AnyTagClassName
{
color: #773E5D;
}
</style>
background-color css
<style>
a { background-color: #773E5D; }
a { background-color: rgb(119,62,93); }
div.DivClassName
{
background-color: #773E5D;
}
.BgClassName
{
background-color: #773E5D;
}
</style>
border-color css
<style>
span { border-color: #773E5D; }
span { border-color: rgb(119,62,93); }
td.TdClassName
{
border-color: #773E5D;
}
.TagClassName
{
border-color: #773E5D;
}
</style>