Shades of Cosmic #774D68
Tints of Cosmic #774D68
RGB
CMYK
RGB Variations
Color information
#774D68 (or 0x774D68) is known color: Cosmic. HEX triplet: 77, 4D and 68. RGB value is (119,77,104). Sum of RGB (Red+Green+Blue) = 119+77+104=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #774D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D68 is #88B297. Grayscale: #5C5C5C. Windows color (decimal): -8958616 or 6835575. OLE color: 6835575.
HSL color Cylindrical-coordinate representation of color #774D68: hue angle of 321.43º 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 #774D68 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 77 | 104 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.53 |
| HSL | 321.43º | 0.21% | 0.38% | - |
| HSV(B) | 321.43º | 0.35% | 0.47% | - |
| XYZ | 12.76 | 10.23 | 14.4 | - |
| YUV | 92.64 | 134.41 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 104 | 0 | 0.35 | 0.13 | 0.53 | 321.43 | 0.21 | 0.38 |
| Hex | 77 | 4D | 68 | 0 | 23 | D | 35 | 141 | 15 | 26 |
| Octal | 167 | 115 | 150 | 0 | 43 | 15 | 65 | 501 | 25 | 46 |
| Binary | 1110111 | 1001101 | 1101000 | 0 | 100011 | 1101 | 110101 | 101000001 | 10101 | 100110 |
Color Harmonies of #774D68
Complementary color
Monochromatic Colors of #774D68
Black with #774D68
Text Example
Text Example
White with #774D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774D68; }
p { color: rgb(119,77,104); }
H1.HeaderClassName
{
color: #774D68;
}
.AnyTagClassName
{
color: #774D68;
}
</style>
background-color css
<style>
a { background-color: #774D68; }
a { background-color: rgb(119,77,104); }
div.DivClassName
{
background-color: #774D68;
}
.BgClassName
{
background-color: #774D68;
}
</style>
border-color css
<style>
span { border-color: #774D68; }
span { border-color: rgb(119,77,104); }
td.TdClassName
{
border-color: #774D68;
}
.TagClassName
{
border-color: #774D68;
}
</style>