Shades of Cosmic #773A5B
Tints of Cosmic #773A5B
RGB
CMYK
RGB Variations
Color information
#773A5B (or 0x773A5B) is known color: Cosmic. HEX triplet: 77, 3A and 5B. RGB value is (119,58,91). Sum of RGB (Red+Green+Blue) = 119+58+91=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #773A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773A5B is #88C5A4. Grayscale: #4F4F4F. Windows color (decimal): -8963493 or 5978743. OLE color: 5978743.
HSL color Cylindrical-coordinate representation of color #773A5B: hue angle of 327.54º 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 #773A5B is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 58 | 91 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.53 |
| HSL | 327.54º | 0.34% | 0.35% | - |
| HSV(B) | 327.54º | 0.51% | 0.47% | - |
| XYZ | 11.01 | 7.7 | 10.8 | - |
| YUV | 80 | 134.21 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 58 | 91 | 0 | 0.51 | 0.24 | 0.53 | 327.54 | 0.34 | 0.35 |
| Hex | 77 | 3A | 5B | 0 | 33 | 18 | 35 | 148 | 22 | 23 |
| Octal | 167 | 72 | 133 | 0 | 63 | 30 | 65 | 510 | 42 | 43 |
| Binary | 1110111 | 111010 | 1011011 | 0 | 110011 | 11000 | 110101 | 101001000 | 100010 | 100011 |
Color Harmonies of #773A5B
Complementary color
Monochromatic Colors of #773A5B
Black with #773A5B
Text Example
Text Example
White with #773A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773A5B; }
p { color: rgb(119,58,91); }
H1.HeaderClassName
{
color: #773A5B;
}
.AnyTagClassName
{
color: #773A5B;
}
</style>
background-color css
<style>
a { background-color: #773A5B; }
a { background-color: rgb(119,58,91); }
div.DivClassName
{
background-color: #773A5B;
}
.BgClassName
{
background-color: #773A5B;
}
</style>
border-color css
<style>
span { border-color: #773A5B; }
span { border-color: rgb(119,58,91); }
td.TdClassName
{
border-color: #773A5B;
}
.TagClassName
{
border-color: #773A5B;
}
</style>