Shades of Cosmic #773F5B
Tints of Cosmic #773F5B
RGB
CMYK
RGB Variations
Color information
#773F5B (or 0x773F5B) is known color: Cosmic. HEX triplet: 77, 3F and 5B. RGB value is (119,63,91). Sum of RGB (Red+Green+Blue) = 119+63+91=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #773F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773F5B is #88C0A4. Grayscale: #525252. Windows color (decimal): -8962213 or 5980023. OLE color: 5980023.
HSL color Cylindrical-coordinate representation of color #773F5B: hue angle of 330º 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 #773F5B is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 63 | 91 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.53 |
| HSL | 330º | 0.31% | 0.36% | - |
| HSV(B) | 330º | 0.47% | 0.47% | - |
| XYZ | 11.27 | 8.23 | 10.89 | - |
| YUV | 82.94 | 132.55 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 63 | 91 | 0 | 0.47 | 0.24 | 0.53 | 330 | 0.31 | 0.36 |
| Hex | 77 | 3F | 5B | 0 | 2F | 18 | 35 | 14A | 1F | 24 |
| Octal | 167 | 77 | 133 | 0 | 57 | 30 | 65 | 512 | 37 | 44 |
| Binary | 1110111 | 111111 | 1011011 | 0 | 101111 | 11000 | 110101 | 101001010 | 11111 | 100100 |
Color Harmonies of #773F5B
Complementary color
Monochromatic Colors of #773F5B
Black with #773F5B
Text Example
Text Example
White with #773F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773F5B; }
p { color: rgb(119,63,91); }
H1.HeaderClassName
{
color: #773F5B;
}
.AnyTagClassName
{
color: #773F5B;
}
</style>
background-color css
<style>
a { background-color: #773F5B; }
a { background-color: rgb(119,63,91); }
div.DivClassName
{
background-color: #773F5B;
}
.BgClassName
{
background-color: #773F5B;
}
</style>
border-color css
<style>
span { border-color: #773F5B; }
span { border-color: rgb(119,63,91); }
td.TdClassName
{
border-color: #773F5B;
}
.TagClassName
{
border-color: #773F5B;
}
</style>