Shades of Cosmic #774D62
Tints of Cosmic #774D62
RGB
CMYK
RGB Variations
Color information
#774D62 (or 0x774D62) is known color: Cosmic. HEX triplet: 77, 4D and 62. RGB value is (119,77,98). Sum of RGB (Red+Green+Blue) = 119+77+98=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #774D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D62 is #88B29D. Grayscale: #5B5B5B. Windows color (decimal): -8958622 or 6442359. OLE color: 6442359.
HSL color Cylindrical-coordinate representation of color #774D62: hue angle of 330º 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 #774D62 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 77 | 98 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.53 |
| HSL | 330º | 0.21% | 0.38% | - |
| HSV(B) | 330º | 0.35% | 0.47% | - |
| XYZ | 12.47 | 10.11 | 12.85 | - |
| YUV | 91.95 | 131.41 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 98 | 0 | 0.35 | 0.18 | 0.53 | 330 | 0.21 | 0.38 |
| Hex | 77 | 4D | 62 | 0 | 23 | 12 | 35 | 14A | 15 | 26 |
| Octal | 167 | 115 | 142 | 0 | 43 | 22 | 65 | 512 | 25 | 46 |
| Binary | 1110111 | 1001101 | 1100010 | 0 | 100011 | 10010 | 110101 | 101001010 | 10101 | 100110 |
Color Harmonies of #774D62
Complementary color
Monochromatic Colors of #774D62
Black with #774D62
Text Example
Text Example
White with #774D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774D62; }
p { color: rgb(119,77,98); }
H1.HeaderClassName
{
color: #774D62;
}
.AnyTagClassName
{
color: #774D62;
}
</style>
background-color css
<style>
a { background-color: #774D62; }
a { background-color: rgb(119,77,98); }
div.DivClassName
{
background-color: #774D62;
}
.BgClassName
{
background-color: #774D62;
}
</style>
border-color css
<style>
span { border-color: #774D62; }
span { border-color: rgb(119,77,98); }
td.TdClassName
{
border-color: #774D62;
}
.TagClassName
{
border-color: #774D62;
}
</style>