Shades of Cosmic #774D5D
Tints of Cosmic #774D5D
RGB
CMYK
RGB Variations
Color information
#774D5D (or 0x774D5D) is known color: Cosmic. HEX triplet: 77, 4D and 5D. RGB value is (119,77,93). Sum of RGB (Red+Green+Blue) = 119+77+93=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 119 - color contains mainly: red. Hex color #774D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D5D is #88B2A2. Grayscale: #5B5B5B. Windows color (decimal): -8958627 or 6114679. OLE color: 6114679.
HSL color Cylindrical-coordinate representation of color #774D5D: hue angle of 337.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 #774D5D is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 77 | 93 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.53 |
| HSL | 337.14º | 0.21% | 0.38% | - |
| HSV(B) | 337.14º | 0.35% | 0.47% | - |
| XYZ | 12.24 | 10.02 | 11.65 | - |
| YUV | 91.38 | 128.91 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 93 | 0 | 0.35 | 0.22 | 0.53 | 337.14 | 0.21 | 0.38 |
| Hex | 77 | 4D | 5D | 0 | 23 | 16 | 35 | 151 | 15 | 26 |
| Octal | 167 | 115 | 135 | 0 | 43 | 26 | 65 | 521 | 25 | 46 |
| Binary | 1110111 | 1001101 | 1011101 | 0 | 100011 | 10110 | 110101 | 101010001 | 10101 | 100110 |
Color Harmonies of #774D5D
Complementary color
Monochromatic Colors of #774D5D
Black with #774D5D
Text Example
Text Example
White with #774D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774D5D; }
p { color: rgb(119,77,93); }
H1.HeaderClassName
{
color: #774D5D;
}
.AnyTagClassName
{
color: #774D5D;
}
</style>
background-color css
<style>
a { background-color: #774D5D; }
a { background-color: rgb(119,77,93); }
div.DivClassName
{
background-color: #774D5D;
}
.BgClassName
{
background-color: #774D5D;
}
</style>
border-color css
<style>
span { border-color: #774D5D; }
span { border-color: rgb(119,77,93); }
td.TdClassName
{
border-color: #774D5D;
}
.TagClassName
{
border-color: #774D5D;
}
</style>