Shades of Cosmic #774C60
Tints of Cosmic #774C60
RGB
CMYK
RGB Variations
Color information
#774C60 (or 0x774C60) is known color: Cosmic. HEX triplet: 77, 4C and 60. RGB value is (119,76,96). Sum of RGB (Red+Green+Blue) = 119+76+96=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 119 - color contains mainly: red. Hex color #774C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774C60 is #88B39F. Grayscale: #5B5B5B. Windows color (decimal): -8958880 or 6311031. OLE color: 6311031.
HSL color Cylindrical-coordinate representation of color #774C60: hue angle of 332.09º 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 #774C60 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 76 | 96 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.53 |
| HSL | 332.09º | 0.22% | 0.38% | - |
| HSV(B) | 332.09º | 0.36% | 0.47% | - |
| XYZ | 12.3 | 9.94 | 12.34 | - |
| YUV | 91.14 | 130.75 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 76 | 96 | 0 | 0.36 | 0.19 | 0.53 | 332.09 | 0.22 | 0.38 |
| Hex | 77 | 4C | 60 | 0 | 24 | 13 | 35 | 14C | 16 | 26 |
| Octal | 167 | 114 | 140 | 0 | 44 | 23 | 65 | 514 | 26 | 46 |
| Binary | 1110111 | 1001100 | 1100000 | 0 | 100100 | 10011 | 110101 | 101001100 | 10110 | 100110 |
Color Harmonies of #774C60
Complementary color
Monochromatic Colors of #774C60
Black with #774C60
Text Example
Text Example
White with #774C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774C60; }
p { color: rgb(119,76,96); }
H1.HeaderClassName
{
color: #774C60;
}
.AnyTagClassName
{
color: #774C60;
}
</style>
background-color css
<style>
a { background-color: #774C60; }
a { background-color: rgb(119,76,96); }
div.DivClassName
{
background-color: #774C60;
}
.BgClassName
{
background-color: #774C60;
}
</style>
border-color css
<style>
span { border-color: #774C60; }
span { border-color: rgb(119,76,96); }
td.TdClassName
{
border-color: #774C60;
}
.TagClassName
{
border-color: #774C60;
}
</style>