Shades of Cosmic #774E63
Tints of Cosmic #774E63
RGB
CMYK
RGB Variations
Color information
#774E63 (or 0x774E63) is known color: Cosmic. HEX triplet: 77, 4E and 63. RGB value is (119,78,99). Sum of RGB (Red+Green+Blue) = 119+78+99=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 119 - color contains mainly: red. Hex color #774E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E63 is #88B19C. Grayscale: #5C5C5C. Windows color (decimal): -8958365 or 6508151. OLE color: 6508151.
HSL color Cylindrical-coordinate representation of color #774E63: hue angle of 329.27º 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 #774E63 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 78 | 99 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.53 |
| HSL | 329.27º | 0.21% | 0.39% | - |
| HSV(B) | 329.27º | 0.34% | 0.47% | - |
| XYZ | 12.58 | 10.27 | 13.12 | - |
| YUV | 92.65 | 131.58 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 99 | 0 | 0.34 | 0.17 | 0.53 | 329.27 | 0.21 | 0.39 |
| Hex | 77 | 4E | 63 | 0 | 22 | 11 | 35 | 149 | 15 | 27 |
| Octal | 167 | 116 | 143 | 0 | 42 | 21 | 65 | 511 | 25 | 47 |
| Binary | 1110111 | 1001110 | 1100011 | 0 | 100010 | 10001 | 110101 | 101001001 | 10101 | 100111 |
Color Harmonies of #774E63
Complementary color
Monochromatic Colors of #774E63
Black with #774E63
Text Example
Text Example
White with #774E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774E63; }
p { color: rgb(119,78,99); }
H1.HeaderClassName
{
color: #774E63;
}
.AnyTagClassName
{
color: #774E63;
}
</style>
background-color css
<style>
a { background-color: #774E63; }
a { background-color: rgb(119,78,99); }
div.DivClassName
{
background-color: #774E63;
}
.BgClassName
{
background-color: #774E63;
}
</style>
border-color css
<style>
span { border-color: #774E63; }
span { border-color: rgb(119,78,99); }
td.TdClassName
{
border-color: #774E63;
}
.TagClassName
{
border-color: #774E63;
}
</style>