Shades of Cosmic #774E66
Tints of Cosmic #774E66
RGB
CMYK
RGB Variations
Color information
#774E66 (or 0x774E66) is known color: Cosmic. HEX triplet: 77, 4E and 66. RGB value is (119,78,102). Sum of RGB (Red+Green+Blue) = 119+78+102=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 119 - color contains mainly: red. Hex color #774E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E66 is #88B199. Grayscale: #5C5C5C. Windows color (decimal): -8958362 or 6704759. OLE color: 6704759.
HSL color Cylindrical-coordinate representation of color #774E66: hue angle of 324.88º 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 #774E66 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 78 | 102 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.53 |
| HSL | 324.88º | 0.21% | 0.39% | - |
| HSV(B) | 324.88º | 0.34% | 0.47% | - |
| XYZ | 12.73 | 10.33 | 13.89 | - |
| YUV | 93 | 133.08 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 102 | 0 | 0.34 | 0.14 | 0.53 | 324.88 | 0.21 | 0.39 |
| Hex | 77 | 4E | 66 | 0 | 22 | E | 35 | 145 | 15 | 27 |
| Octal | 167 | 116 | 146 | 0 | 42 | 16 | 65 | 505 | 25 | 47 |
| Binary | 1110111 | 1001110 | 1100110 | 0 | 100010 | 1110 | 110101 | 101000101 | 10101 | 100111 |
Color Harmonies of #774E66
Complementary color
Monochromatic Colors of #774E66
Black with #774E66
Text Example
Text Example
White with #774E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774E66; }
p { color: rgb(119,78,102); }
H1.HeaderClassName
{
color: #774E66;
}
.AnyTagClassName
{
color: #774E66;
}
</style>
background-color css
<style>
a { background-color: #774E66; }
a { background-color: rgb(119,78,102); }
div.DivClassName
{
background-color: #774E66;
}
.BgClassName
{
background-color: #774E66;
}
</style>
border-color css
<style>
span { border-color: #774E66; }
span { border-color: rgb(119,78,102); }
td.TdClassName
{
border-color: #774E66;
}
.TagClassName
{
border-color: #774E66;
}
</style>