Shades of Cosmic #77495E
Tints of Cosmic #77495E
RGB
CMYK
RGB Variations
Color information
#77495E (or 0x77495E) is known color: Cosmic. HEX triplet: 77, 49 and 5E. RGB value is (119,73,94). Sum of RGB (Red+Green+Blue) = 119+73+94=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #77495E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77495E is #88B6A1. Grayscale: #595959. Windows color (decimal): -8959650 or 6179191. OLE color: 6179191.
HSL color Cylindrical-coordinate representation of color #77495E: hue angle of 332.61º 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 #77495E is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 73 | 94 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.53 |
| HSL | 332.61º | 0.24% | 0.38% | - |
| HSV(B) | 332.61º | 0.39% | 0.47% | - |
| XYZ | 12.01 | 9.5 | 11.79 | - |
| YUV | 89.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 73 | 94 | 0 | 0.39 | 0.21 | 0.53 | 332.61 | 0.24 | 0.38 |
| Hex | 77 | 49 | 5E | 0 | 27 | 15 | 35 | 14D | 18 | 26 |
| Octal | 167 | 111 | 136 | 0 | 47 | 25 | 65 | 515 | 30 | 46 |
| Binary | 1110111 | 1001001 | 1011110 | 0 | 100111 | 10101 | 110101 | 101001101 | 11000 | 100110 |
Color Harmonies of #77495E
Complementary color
Monochromatic Colors of #77495E
Black with #77495E
Text Example
Text Example
White with #77495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77495E; }
p { color: rgb(119,73,94); }
H1.HeaderClassName
{
color: #77495E;
}
.AnyTagClassName
{
color: #77495E;
}
</style>
background-color css
<style>
a { background-color: #77495E; }
a { background-color: rgb(119,73,94); }
div.DivClassName
{
background-color: #77495E;
}
.BgClassName
{
background-color: #77495E;
}
</style>
border-color css
<style>
span { border-color: #77495E; }
span { border-color: rgb(119,73,94); }
td.TdClassName
{
border-color: #77495E;
}
.TagClassName
{
border-color: #77495E;
}
</style>