Shades of Cosmic #773B61
Tints of Cosmic #773B61
RGB
CMYK
RGB Variations
Color information
#773B61 (or 0x773B61) is known color: Cosmic. HEX triplet: 77, 3B and 61. RGB value is (119,59,97). Sum of RGB (Red+Green+Blue) = 119+59+97=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #773B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773B61 is #88C49E. Grayscale: #515151. Windows color (decimal): -8963231 or 6372215. OLE color: 6372215.
HSL color Cylindrical-coordinate representation of color #773B61: hue angle of 322º 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 #773B61 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 59 | 97 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.53 |
| HSL | 322º | 0.34% | 0.35% | - |
| HSV(B) | 322º | 0.5% | 0.47% | - |
| XYZ | 11.33 | 7.91 | 12.24 | - |
| YUV | 81.27 | 136.88 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 59 | 97 | 0 | 0.50 | 0.18 | 0.53 | 322 | 0.34 | 0.35 |
| Hex | 77 | 3B | 61 | 0 | 32 | 12 | 35 | 142 | 22 | 23 |
| Octal | 167 | 73 | 141 | 0 | 62 | 22 | 65 | 502 | 42 | 43 |
| Binary | 1110111 | 111011 | 1100001 | 0 | 110010 | 10010 | 110101 | 101000010 | 100010 | 100011 |
Color Harmonies of #773B61
Complementary color
Monochromatic Colors of #773B61
Black with #773B61
Text Example
Text Example
White with #773B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773B61; }
p { color: rgb(119,59,97); }
H1.HeaderClassName
{
color: #773B61;
}
.AnyTagClassName
{
color: #773B61;
}
</style>
background-color css
<style>
a { background-color: #773B61; }
a { background-color: rgb(119,59,97); }
div.DivClassName
{
background-color: #773B61;
}
.BgClassName
{
background-color: #773B61;
}
</style>
border-color css
<style>
span { border-color: #773B61; }
span { border-color: rgb(119,59,97); }
td.TdClassName
{
border-color: #773B61;
}
.TagClassName
{
border-color: #773B61;
}
</style>