Shades of Cosmic #773D5E
Tints of Cosmic #773D5E
RGB
CMYK
RGB Variations
Color information
#773D5E (or 0x773D5E) is known color: Cosmic. HEX triplet: 77, 3D and 5E. RGB value is (119,61,94). Sum of RGB (Red+Green+Blue) = 119+61+94=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #773D5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773D5E is #88C2A1. Grayscale: #525252. Windows color (decimal): -8962722 or 6176119. OLE color: 6176119.
HSL color Cylindrical-coordinate representation of color #773D5E: hue angle of 325.86º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #773D5E is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 61 | 94 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.53 |
| HSL | 325.86º | 0.32% | 0.35% | - |
| HSV(B) | 325.86º | 0.49% | 0.47% | - |
| XYZ | 11.3 | 8.07 | 11.55 | - |
| YUV | 82.1 | 134.72 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 94 | 0 | 0.49 | 0.21 | 0.53 | 325.86 | 0.32 | 0.35 |
| Hex | 77 | 3D | 5E | 0 | 31 | 15 | 35 | 146 | 20 | 23 |
| Octal | 167 | 75 | 136 | 0 | 61 | 25 | 65 | 506 | 40 | 43 |
| Binary | 1110111 | 111101 | 1011110 | 0 | 110001 | 10101 | 110101 | 101000110 | 100000 | 100011 |
Color Harmonies of #773D5E
Complementary color
Monochromatic Colors of #773D5E
Black with #773D5E
Text Example
Text Example
White with #773D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773D5E; }
p { color: rgb(119,61,94); }
H1.HeaderClassName
{
color: #773D5E;
}
.AnyTagClassName
{
color: #773D5E;
}
</style>
background-color css
<style>
a { background-color: #773D5E; }
a { background-color: rgb(119,61,94); }
div.DivClassName
{
background-color: #773D5E;
}
.BgClassName
{
background-color: #773D5E;
}
</style>
border-color css
<style>
span { border-color: #773D5E; }
span { border-color: rgb(119,61,94); }
td.TdClassName
{
border-color: #773D5E;
}
.TagClassName
{
border-color: #773D5E;
}
</style>