Shades of Cosmic #774E5D
Tints of Cosmic #774E5D
RGB
CMYK
RGB Variations
Color information
#774E5D (or 0x774E5D) is known color: Cosmic. HEX triplet: 77, 4E and 5D. RGB value is (119,78,93). Sum of RGB (Red+Green+Blue) = 119+78+93=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #774E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E5D is #88B1A2. Grayscale: #5B5B5B. Windows color (decimal): -8958371 or 6114935. OLE color: 6114935.
HSL color Cylindrical-coordinate representation of color #774E5D: hue angle of 338.05º 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 #774E5D is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 78 | 93 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.53 |
| HSL | 338.05º | 0.21% | 0.39% | - |
| HSV(B) | 338.05º | 0.34% | 0.47% | - |
| XYZ | 12.31 | 10.16 | 11.67 | - |
| YUV | 91.97 | 128.58 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 93 | 0 | 0.34 | 0.22 | 0.53 | 338.05 | 0.21 | 0.39 |
| Hex | 77 | 4E | 5D | 0 | 22 | 16 | 35 | 152 | 15 | 27 |
| Octal | 167 | 116 | 135 | 0 | 42 | 26 | 65 | 522 | 25 | 47 |
| Binary | 1110111 | 1001110 | 1011101 | 0 | 100010 | 10110 | 110101 | 101010010 | 10101 | 100111 |
Color Harmonies of #774E5D
Complementary color
Monochromatic Colors of #774E5D
Black with #774E5D
Text Example
Text Example
White with #774E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774E5D; }
p { color: rgb(119,78,93); }
H1.HeaderClassName
{
color: #774E5D;
}
.AnyTagClassName
{
color: #774E5D;
}
</style>
background-color css
<style>
a { background-color: #774E5D; }
a { background-color: rgb(119,78,93); }
div.DivClassName
{
background-color: #774E5D;
}
.BgClassName
{
background-color: #774E5D;
}
</style>
border-color css
<style>
span { border-color: #774E5D; }
span { border-color: rgb(119,78,93); }
td.TdClassName
{
border-color: #774E5D;
}
.TagClassName
{
border-color: #774E5D;
}
</style>