Shades of Cosmic #774C64
Tints of Cosmic #774C64
RGB
CMYK
RGB Variations
Color information
#774C64 (or 0x774C64) is known color: Cosmic. HEX triplet: 77, 4C and 64. RGB value is (119,76,100). Sum of RGB (Red+Green+Blue) = 119+76+100=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #774C64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774C64 is #88B39B. Grayscale: #5B5B5B. Windows color (decimal): -8958876 or 6573175. OLE color: 6573175.
HSL color Cylindrical-coordinate representation of color #774C64: hue angle of 326.51º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #774C64 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 76 | 100 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.53 |
| HSL | 326.51º | 0.22% | 0.38% | - |
| HSV(B) | 326.51º | 0.36% | 0.47% | - |
| XYZ | 12.49 | 10.01 | 13.33 | - |
| YUV | 91.59 | 132.75 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 76 | 100 | 0 | 0.36 | 0.16 | 0.53 | 326.51 | 0.22 | 0.38 |
| Hex | 77 | 4C | 64 | 0 | 24 | 10 | 35 | 147 | 16 | 26 |
| Octal | 167 | 114 | 144 | 0 | 44 | 20 | 65 | 507 | 26 | 46 |
| Binary | 1110111 | 1001100 | 1100100 | 0 | 100100 | 10000 | 110101 | 101000111 | 10110 | 100110 |
Color Harmonies of #774C64
Complementary color
Monochromatic Colors of #774C64
Black with #774C64
Text Example
Text Example
White with #774C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774C64; }
p { color: rgb(119,76,100); }
H1.HeaderClassName
{
color: #774C64;
}
.AnyTagClassName
{
color: #774C64;
}
</style>
background-color css
<style>
a { background-color: #774C64; }
a { background-color: rgb(119,76,100); }
div.DivClassName
{
background-color: #774C64;
}
.BgClassName
{
background-color: #774C64;
}
</style>
border-color css
<style>
span { border-color: #774C64; }
span { border-color: rgb(119,76,100); }
td.TdClassName
{
border-color: #774C64;
}
.TagClassName
{
border-color: #774C64;
}
</style>