Shades of Cosmic #774D64
Tints of Cosmic #774D64
RGB
CMYK
RGB Variations
Color information
#774D64 (or 0x774D64) is known color: Cosmic. HEX triplet: 77, 4D and 64. RGB value is (119,77,100). Sum of RGB (Red+Green+Blue) = 119+77+100=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 119 - color contains mainly: red. Hex color #774D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D64 is #88B29B. Grayscale: #5C5C5C. Windows color (decimal): -8958620 or 6573431. OLE color: 6573431.
HSL color Cylindrical-coordinate representation of color #774D64: hue angle of 327.14º 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 #774D64 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 77 | 100 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.53 |
| HSL | 327.14º | 0.21% | 0.38% | - |
| HSV(B) | 327.14º | 0.35% | 0.47% | - |
| XYZ | 12.56 | 10.15 | 13.35 | - |
| YUV | 92.18 | 132.41 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 100 | 0 | 0.35 | 0.16 | 0.53 | 327.14 | 0.21 | 0.38 |
| Hex | 77 | 4D | 64 | 0 | 23 | 10 | 35 | 147 | 15 | 26 |
| Octal | 167 | 115 | 144 | 0 | 43 | 20 | 65 | 507 | 25 | 46 |
| Binary | 1110111 | 1001101 | 1100100 | 0 | 100011 | 10000 | 110101 | 101000111 | 10101 | 100110 |
Color Harmonies of #774D64
Complementary color
Monochromatic Colors of #774D64
Black with #774D64
Text Example
Text Example
White with #774D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774D64; }
p { color: rgb(119,77,100); }
H1.HeaderClassName
{
color: #774D64;
}
.AnyTagClassName
{
color: #774D64;
}
</style>
background-color css
<style>
a { background-color: #774D64; }
a { background-color: rgb(119,77,100); }
div.DivClassName
{
background-color: #774D64;
}
.BgClassName
{
background-color: #774D64;
}
</style>
border-color css
<style>
span { border-color: #774D64; }
span { border-color: rgb(119,77,100); }
td.TdClassName
{
border-color: #774D64;
}
.TagClassName
{
border-color: #774D64;
}
</style>