Shades of Cosmic #77495D
Tints of Cosmic #77495D
RGB
CMYK
RGB Variations
Color information
#77495D (or 0x77495D) is known color: Cosmic. HEX triplet: 77, 49 and 5D. RGB value is (119,73,93). Sum of RGB (Red+Green+Blue) = 119+73+93=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #77495D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77495D is #88B6A2. Grayscale: #595959. Windows color (decimal): -8959651 or 6113655. OLE color: 6113655.
HSL color Cylindrical-coordinate representation of color #77495D: hue angle of 333.91º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77495D is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 73 | 93 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.53 |
| HSL | 333.91º | 0.24% | 0.38% | - |
| HSV(B) | 333.91º | 0.39% | 0.47% | - |
| XYZ | 11.97 | 9.48 | 11.55 | - |
| YUV | 89.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 73 | 93 | 0 | 0.39 | 0.22 | 0.53 | 333.91 | 0.24 | 0.38 |
| Hex | 77 | 49 | 5D | 0 | 27 | 16 | 35 | 14E | 18 | 26 |
| Octal | 167 | 111 | 135 | 0 | 47 | 26 | 65 | 516 | 30 | 46 |
| Binary | 1110111 | 1001001 | 1011101 | 0 | 100111 | 10110 | 110101 | 101001110 | 11000 | 100110 |
Color Harmonies of #77495D
Complementary color
Monochromatic Colors of #77495D
Black with #77495D
Text Example
Text Example
White with #77495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77495D; }
p { color: rgb(119,73,93); }
H1.HeaderClassName
{
color: #77495D;
}
.AnyTagClassName
{
color: #77495D;
}
</style>
background-color css
<style>
a { background-color: #77495D; }
a { background-color: rgb(119,73,93); }
div.DivClassName
{
background-color: #77495D;
}
.BgClassName
{
background-color: #77495D;
}
</style>
border-color css
<style>
span { border-color: #77495D; }
span { border-color: rgb(119,73,93); }
td.TdClassName
{
border-color: #77495D;
}
.TagClassName
{
border-color: #77495D;
}
</style>