Shades of Cosmic #773D60
Tints of Cosmic #773D60
RGB
CMYK
RGB Variations
Color information
#773D60 (or 0x773D60) is known color: Cosmic. HEX triplet: 77, 3D and 60. RGB value is (119,61,96). Sum of RGB (Red+Green+Blue) = 119+61+96=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #773D60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773D60 is #88C29F. Grayscale: #525252. Windows color (decimal): -8962720 or 6307191. OLE color: 6307191.
HSL color Cylindrical-coordinate representation of color #773D60: hue angle of 323.79º 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 #773D60 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 61 | 96 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.53 |
| HSL | 323.79º | 0.32% | 0.35% | - |
| HSV(B) | 323.79º | 0.49% | 0.47% | - |
| XYZ | 11.39 | 8.1 | 12.03 | - |
| YUV | 82.33 | 135.72 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 96 | 0 | 0.49 | 0.19 | 0.53 | 323.79 | 0.32 | 0.35 |
| Hex | 77 | 3D | 60 | 0 | 31 | 13 | 35 | 144 | 20 | 23 |
| Octal | 167 | 75 | 140 | 0 | 61 | 23 | 65 | 504 | 40 | 43 |
| Binary | 1110111 | 111101 | 1100000 | 0 | 110001 | 10011 | 110101 | 101000100 | 100000 | 100011 |
Color Harmonies of #773D60
Complementary color
Monochromatic Colors of #773D60
Black with #773D60
Text Example
Text Example
White with #773D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773D60; }
p { color: rgb(119,61,96); }
H1.HeaderClassName
{
color: #773D60;
}
.AnyTagClassName
{
color: #773D60;
}
</style>
background-color css
<style>
a { background-color: #773D60; }
a { background-color: rgb(119,61,96); }
div.DivClassName
{
background-color: #773D60;
}
.BgClassName
{
background-color: #773D60;
}
</style>
border-color css
<style>
span { border-color: #773D60; }
span { border-color: rgb(119,61,96); }
td.TdClassName
{
border-color: #773D60;
}
.TagClassName
{
border-color: #773D60;
}
</style>