Shades of Cosmic #773B5E
Tints of Cosmic #773B5E
RGB
CMYK
RGB Variations
Color information
#773B5E (or 0x773B5E) is known color: Cosmic. HEX triplet: 77, 3B and 5E. RGB value is (119,59,94). Sum of RGB (Red+Green+Blue) = 119+59+94=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #773B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773B5E is #88C4A1. Grayscale: #505050. Windows color (decimal): -8963234 or 6175607. OLE color: 6175607.
HSL color Cylindrical-coordinate representation of color #773B5E: hue angle of 325º 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 #773B5E is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 59 | 94 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.53 |
| HSL | 325º | 0.34% | 0.35% | - |
| HSV(B) | 325º | 0.5% | 0.47% | - |
| XYZ | 11.19 | 7.86 | 11.52 | - |
| YUV | 80.93 | 135.38 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 59 | 94 | 0 | 0.50 | 0.21 | 0.53 | 325 | 0.34 | 0.35 |
| Hex | 77 | 3B | 5E | 0 | 32 | 15 | 35 | 145 | 22 | 23 |
| Octal | 167 | 73 | 136 | 0 | 62 | 25 | 65 | 505 | 42 | 43 |
| Binary | 1110111 | 111011 | 1011110 | 0 | 110010 | 10101 | 110101 | 101000101 | 100010 | 100011 |
Color Harmonies of #773B5E
Complementary color
Monochromatic Colors of #773B5E
Black with #773B5E
Text Example
Text Example
White with #773B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773B5E; }
p { color: rgb(119,59,94); }
H1.HeaderClassName
{
color: #773B5E;
}
.AnyTagClassName
{
color: #773B5E;
}
</style>
background-color css
<style>
a { background-color: #773B5E; }
a { background-color: rgb(119,59,94); }
div.DivClassName
{
background-color: #773B5E;
}
.BgClassName
{
background-color: #773B5E;
}
</style>
border-color css
<style>
span { border-color: #773B5E; }
span { border-color: rgb(119,59,94); }
td.TdClassName
{
border-color: #773B5E;
}
.TagClassName
{
border-color: #773B5E;
}
</style>