Shades of Cosmic #774A60
Tints of Cosmic #774A60
RGB
CMYK
RGB Variations
Color information
#774A60 (or 0x774A60) is known color: Cosmic. HEX triplet: 77, 4A and 60. RGB value is (119,74,96). Sum of RGB (Red+Green+Blue) = 119+74+96=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 119 - color contains mainly: red. Hex color #774A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774A60 is #88B59F. Grayscale: #595959. Windows color (decimal): -8959392 or 6310519. OLE color: 6310519.
HSL color Cylindrical-coordinate representation of color #774A60: hue angle of 330.67º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #774A60 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 74 | 96 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.53 |
| HSL | 330.67º | 0.23% | 0.38% | - |
| HSV(B) | 330.67º | 0.38% | 0.47% | - |
| XYZ | 12.17 | 9.66 | 12.29 | - |
| YUV | 89.96 | 131.41 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 96 | 0 | 0.38 | 0.19 | 0.53 | 330.67 | 0.23 | 0.38 |
| Hex | 77 | 4A | 60 | 0 | 26 | 13 | 35 | 14B | 17 | 26 |
| Octal | 167 | 112 | 140 | 0 | 46 | 23 | 65 | 513 | 27 | 46 |
| Binary | 1110111 | 1001010 | 1100000 | 0 | 100110 | 10011 | 110101 | 101001011 | 10111 | 100110 |
Color Harmonies of #774A60
Complementary color
Monochromatic Colors of #774A60
Black with #774A60
Text Example
Text Example
White with #774A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774A60; }
p { color: rgb(119,74,96); }
H1.HeaderClassName
{
color: #774A60;
}
.AnyTagClassName
{
color: #774A60;
}
</style>
background-color css
<style>
a { background-color: #774A60; }
a { background-color: rgb(119,74,96); }
div.DivClassName
{
background-color: #774A60;
}
.BgClassName
{
background-color: #774A60;
}
</style>
border-color css
<style>
span { border-color: #774A60; }
span { border-color: rgb(119,74,96); }
td.TdClassName
{
border-color: #774A60;
}
.TagClassName
{
border-color: #774A60;
}
</style>