Shades of Cosmic #774E60
Tints of Cosmic #774E60
RGB
CMYK
RGB Variations
Color information
#774E60 (or 0x774E60) is known color: Cosmic. HEX triplet: 77, 4E and 60. RGB value is (119,78,96). Sum of RGB (Red+Green+Blue) = 119+78+96=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 119 - color contains mainly: red. Hex color #774E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E60 is #88B19F. Grayscale: #5C5C5C. Windows color (decimal): -8958368 or 6311543. OLE color: 6311543.
HSL color Cylindrical-coordinate representation of color #774E60: hue angle of 333.66º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #774E60 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 78 | 96 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.53 |
| HSL | 333.66º | 0.21% | 0.39% | - |
| HSV(B) | 333.66º | 0.34% | 0.47% | - |
| XYZ | 12.44 | 10.22 | 12.38 | - |
| YUV | 92.31 | 130.08 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 96 | 0 | 0.34 | 0.19 | 0.53 | 333.66 | 0.21 | 0.39 |
| Hex | 77 | 4E | 60 | 0 | 22 | 13 | 35 | 14E | 15 | 27 |
| Octal | 167 | 116 | 140 | 0 | 42 | 23 | 65 | 516 | 25 | 47 |
| Binary | 1110111 | 1001110 | 1100000 | 0 | 100010 | 10011 | 110101 | 101001110 | 10101 | 100111 |
Color Harmonies of #774E60
Complementary color
Monochromatic Colors of #774E60
Black with #774E60
Text Example
Text Example
White with #774E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774E60; }
p { color: rgb(119,78,96); }
H1.HeaderClassName
{
color: #774E60;
}
.AnyTagClassName
{
color: #774E60;
}
</style>
background-color css
<style>
a { background-color: #774E60; }
a { background-color: rgb(119,78,96); }
div.DivClassName
{
background-color: #774E60;
}
.BgClassName
{
background-color: #774E60;
}
</style>
border-color css
<style>
span { border-color: #774E60; }
span { border-color: rgb(119,78,96); }
td.TdClassName
{
border-color: #774E60;
}
.TagClassName
{
border-color: #774E60;
}
</style>