Shades of Cosmic #774D60
Tints of Cosmic #774D60
RGB
CMYK
RGB Variations
Color information
#774D60 (or 0x774D60) is known color: Cosmic. HEX triplet: 77, 4D and 60. RGB value is (119,77,96). Sum of RGB (Red+Green+Blue) = 119+77+96=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #774D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D60 is #88B29F. Grayscale: #5B5B5B. Windows color (decimal): -8958624 or 6311287. OLE color: 6311287.
HSL color Cylindrical-coordinate representation of color #774D60: hue angle of 332.86º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #774D60 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 77 | 96 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.53 |
| HSL | 332.86º | 0.21% | 0.38% | - |
| HSV(B) | 332.86º | 0.35% | 0.47% | - |
| XYZ | 12.37 | 10.07 | 12.36 | - |
| YUV | 91.72 | 130.41 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 96 | 0 | 0.35 | 0.19 | 0.53 | 332.86 | 0.21 | 0.38 |
| Hex | 77 | 4D | 60 | 0 | 23 | 13 | 35 | 14D | 15 | 26 |
| Octal | 167 | 115 | 140 | 0 | 43 | 23 | 65 | 515 | 25 | 46 |
| Binary | 1110111 | 1001101 | 1100000 | 0 | 100011 | 10011 | 110101 | 101001101 | 10101 | 100110 |
Color Harmonies of #774D60
Complementary color
Monochromatic Colors of #774D60
Black with #774D60
Text Example
Text Example
White with #774D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774D60; }
p { color: rgb(119,77,96); }
H1.HeaderClassName
{
color: #774D60;
}
.AnyTagClassName
{
color: #774D60;
}
</style>
background-color css
<style>
a { background-color: #774D60; }
a { background-color: rgb(119,77,96); }
div.DivClassName
{
background-color: #774D60;
}
.BgClassName
{
background-color: #774D60;
}
</style>
border-color css
<style>
span { border-color: #774D60; }
span { border-color: rgb(119,77,96); }
td.TdClassName
{
border-color: #774D60;
}
.TagClassName
{
border-color: #774D60;
}
</style>